@code-name-jack/ngx-linkifyjs 22.0.0 → 22.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://badge.fury.io/js/ngx-linkifyjs)
|
|
4
4
|
[](https://github.com/AnthonyNahas/ngx-linkifyjs/blob/master/LICENSE)
|
|
5
5
|
|
|
6
|
-
> **Angular
|
|
6
|
+
> **Angular 22+ wrapper for linkifyjs** - Automatically find and convert URLs, emails, hashtags, and mentions in text to HTML links.
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
9
|
<img alt="ngx-linkifyjs demo" width="320px" style="text-align: center;"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
- #️⃣ **Hashtags** - Linkify hashtags for social media content
|
|
18
18
|
- @ **Mentions** - Convert @mentions to links
|
|
19
19
|
- 🎨 **Customizable** - Full control over link styling and behavior
|
|
20
|
-
- 🚀 **Angular
|
|
20
|
+
- 🚀 **Angular 22+** - Built for modern Angular with standalone-first architecture
|
|
21
21
|
- 📦 **Tree-shakeable** - Optimized bundle size
|
|
22
22
|
- 🔧 **TypeScript** - Full type safety
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-name-jack/ngx-linkifyjs",
|
|
3
3
|
"description": "Angular wrapper for linkifyjs(v4) - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs",
|
|
4
|
-
"version": "22.0.
|
|
4
|
+
"version": "22.0.1",
|
|
5
5
|
"homepage": "https://github.com/code-name-jack/ngx-linkifyjs-v2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Code Name Jack",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@angular/common": "^22.0.0",
|
|
41
41
|
"@angular/core": "^22.0.0",
|
|
42
42
|
"@schematics/angular": "^22.0.0",
|
|
43
|
-
"linkify-plugin-hashtag": "^4.
|
|
44
|
-
"linkify-plugin-mention": "^4.
|
|
45
|
-
"linkify-string": "^4.
|
|
46
|
-
"linkifyjs": "^4.
|
|
43
|
+
"linkify-plugin-hashtag": "^4.3.3",
|
|
44
|
+
"linkify-plugin-mention": "^4.3.3",
|
|
45
|
+
"linkify-string": "^4.3.3",
|
|
46
|
+
"linkifyjs": "^4.3.3"
|
|
47
47
|
},
|
|
48
48
|
"release-it": {
|
|
49
49
|
"github": {
|
|
@@ -4,9 +4,6 @@ exports.NodeDependencyType = void 0;
|
|
|
4
4
|
exports.addPackageJsonDependency = addPackageJsonDependency;
|
|
5
5
|
const dependencies_1 = require("@schematics/angular/utility/dependencies");
|
|
6
6
|
Object.defineProperty(exports, "NodeDependencyType", { enumerable: true, get: function () { return dependencies_1.NodeDependencyType; } });
|
|
7
|
-
/**
|
|
8
|
-
* Simplified dependency helper for Angular 20
|
|
9
|
-
*/
|
|
10
7
|
/**
|
|
11
8
|
* Add a dependency to package.json
|
|
12
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dependencies.js","sourceRoot":"","sources":["../../../../projects/ngx-linkifyjs-v2/schematics/helpers/dependencies.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"dependencies.js","sourceRoot":"","sources":["../../../../projects/ngx-linkifyjs-v2/schematics/helpers/dependencies.ts"],"names":[],"mappings":";;;AAUA,4DAKC;AAdD,2EAIkD;AAYzB,mGAbvB,iCAAkB,OAauB;AAV3C;;GAEG;AACH,SAAgB,wBAAwB,CACtC,IAAU,EACV,UAA0B;IAE1B,IAAA,uCAAa,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;AAClC,CAAC"}
|