@descope-ui/descope-enriched-text 3.2.2 → 3.3.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/CHANGELOG.md +40 -34
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [3.3.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.0...web-components-ui-3.3.1) (2026-04-23)
|
|
6
|
+
|
|
7
|
+
## [3.3.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.2...web-components-ui-3.3.0) (2026-04-19)
|
|
8
|
+
|
|
5
9
|
## [3.2.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.1...web-components-ui-3.2.2) (2026-04-16)
|
|
6
10
|
|
|
7
11
|
## [3.2.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.0...web-components-ui-3.2.1) (2026-04-16)
|
|
@@ -74,10 +78,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
74
78
|
|
|
75
79
|
## [2.2.56](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.55...web-components-ui-2.2.56) (2026-02-24)
|
|
76
80
|
|
|
77
|
-
|
|
78
81
|
### Bug Fixes
|
|
79
82
|
|
|
80
|
-
|
|
83
|
+
- **deps:** update dependency markdown-it to v14.1.1 [security] ([#896](https://github.com/descope/web-components-ui/issues/896)) ([4faa904](https://github.com/descope/web-components-ui/commit/4faa904e9794eaedc635396d6c5878a17186831c))
|
|
81
84
|
|
|
82
85
|
## [2.2.55](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.54...web-components-ui-2.2.55) (2026-02-23)
|
|
83
86
|
|
|
@@ -97,10 +100,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
97
100
|
|
|
98
101
|
## [2.2.47](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.46...web-components-ui-2.2.47) (2026-02-05)
|
|
99
102
|
|
|
100
|
-
|
|
101
103
|
### Bug Fixes
|
|
102
104
|
|
|
103
|
-
|
|
105
|
+
- Migrate to Playwright 1.58.1 ([#873](https://github.com/descope/web-components-ui/issues/873)) ([ff16007](https://github.com/descope/web-components-ui/commit/ff16007b6316abd82050ce9bcbce8180a5660d95))
|
|
104
106
|
|
|
105
107
|
## [2.2.46](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.45...web-components-ui-2.2.46) (2026-02-05)
|
|
106
108
|
|
|
@@ -172,10 +174,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
172
174
|
|
|
173
175
|
## [2.2.12](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.11...web-components-ui-2.2.12) (2025-12-18)
|
|
174
176
|
|
|
175
|
-
|
|
176
177
|
### Bug Fixes
|
|
177
178
|
|
|
178
|
-
|
|
179
|
+
- Do not check when link clicked in label ([#802](https://github.com/descope/web-components-ui/issues/802)) ([466cc5f](https://github.com/descope/web-components-ui/commit/466cc5fba5dd264c65a3f29e0ff3e76c148bf835))
|
|
179
180
|
|
|
180
181
|
## [2.2.11](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.10...web-components-ui-2.2.11) (2025-12-02)
|
|
181
182
|
|
|
@@ -201,10 +202,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
201
202
|
|
|
202
203
|
## [2.2.0](https://github.com/descope/web-components-ui/compare/web-components-ui-2.1.18...web-components-ui-2.2.0) (2025-10-26)
|
|
203
204
|
|
|
204
|
-
|
|
205
205
|
### Features
|
|
206
206
|
|
|
207
|
-
|
|
207
|
+
- add wrapper style to checkbox ([#756](https://github.com/descope/web-components-ui/issues/756)) ([6859e83](https://github.com/descope/web-components-ui/commit/6859e8333790a35328eae7a9ee101323fdabaade))
|
|
208
208
|
|
|
209
209
|
## [2.1.18](https://github.com/descope/web-components-ui/compare/web-components-ui-2.1.17...web-components-ui-2.1.18) (2025-10-26)
|
|
210
210
|
|
|
@@ -222,50 +222,56 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
222
222
|
|
|
223
223
|
### Dependency Updates
|
|
224
224
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
- `@descope-ui/common` updated to version `0.1.2`
|
|
226
|
+
- `@descope-ui/theme-globals` updated to version `0.0.22`
|
|
227
|
+
- `@descope-ui/descope-text` updated to version `0.0.22`
|
|
228
|
+
- `@descope-ui/descope-link` updated to version `0.1.2`
|
|
229
|
+
|
|
229
230
|
## [0.0.5](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-enriched-text-0.0.4...@descope-ui/descope-enriched-text-0.0.5) (2025-09-29)
|
|
230
231
|
|
|
231
232
|
### Dependency Updates
|
|
232
233
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
234
|
+
- `@descope-ui/common` updated to version `0.1.1`
|
|
235
|
+
- `@descope-ui/theme-globals` updated to version `0.0.21`
|
|
236
|
+
- `@descope-ui/descope-text` updated to version `0.0.21`
|
|
237
|
+
- `@descope-ui/descope-link` updated to version `0.1.1`
|
|
238
|
+
|
|
237
239
|
## [0.0.4](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-enriched-text-0.0.3...@descope-ui/descope-enriched-text-0.0.4) (2025-09-02)
|
|
238
240
|
|
|
239
241
|
### Dependency Updates
|
|
240
242
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
243
|
+
- `e2e-utils` updated to version `0.1.0`
|
|
244
|
+
- `@descope-ui/common` updated to version `0.1.0`
|
|
245
|
+
- `@descope-ui/theme-globals` updated to version `0.0.20`
|
|
246
|
+
- `@descope-ui/descope-text` updated to version `0.0.20`
|
|
247
|
+
- `@descope-ui/descope-link` updated to version `0.1.0`
|
|
248
|
+
|
|
246
249
|
## [0.0.3](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-enriched-text-0.0.2...@descope-ui/descope-enriched-text-0.0.3) (2025-07-21)
|
|
247
250
|
|
|
248
251
|
### Dependency Updates
|
|
249
252
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
253
|
+
- `@descope-ui/common` updated to version `0.0.18`
|
|
254
|
+
- `@descope-ui/theme-globals` updated to version `0.0.19`
|
|
255
|
+
- `@descope-ui/descope-text` updated to version `0.0.19`
|
|
256
|
+
- `@descope-ui/descope-link` updated to version `0.0.3`
|
|
257
|
+
|
|
254
258
|
## [0.0.2](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-enriched-text-0.0.1...@descope-ui/descope-enriched-text-0.0.2) (2025-07-15)
|
|
255
259
|
|
|
256
260
|
### Dependency Updates
|
|
257
261
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
+
- `@descope-ui/common` updated to version `0.0.17`
|
|
263
|
+
- `@descope-ui/theme-globals` updated to version `0.0.18`
|
|
264
|
+
- `@descope-ui/descope-text` updated to version `0.0.18`
|
|
265
|
+
- `@descope-ui/descope-link` updated to version `0.0.2`
|
|
266
|
+
|
|
262
267
|
## 0.0.1 (2025-07-03)
|
|
263
268
|
|
|
264
269
|
### Dependency Updates
|
|
265
270
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
+
- `e2e-utils` updated to version `0.0.1`
|
|
272
|
+
- `@descope-ui/common` updated to version `0.0.16`
|
|
273
|
+
- `@descope-ui/theme-globals` updated to version `0.0.17`
|
|
274
|
+
- `@descope-ui/descope-text` updated to version `0.0.17`
|
|
275
|
+
- `@descope-ui/descope-link` updated to version `0.0.1`
|
|
276
|
+
|
|
271
277
|
# Changelog
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope-ui/descope-enriched-text",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./src/component/index.js"
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@playwright/test": "1.58.2",
|
|
17
|
-
"e2e-utils": "3.
|
|
17
|
+
"e2e-utils": "3.3.1"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"markdown-it": "14.1.1",
|
|
21
|
-
"@descope-ui/
|
|
22
|
-
"@descope-ui/
|
|
23
|
-
"@descope-ui/descope-text": "3.
|
|
24
|
-
"@descope-ui/descope-link": "3.
|
|
21
|
+
"@descope-ui/theme-globals": "3.3.1",
|
|
22
|
+
"@descope-ui/common": "3.3.1",
|
|
23
|
+
"@descope-ui/descope-text": "3.3.1",
|
|
24
|
+
"@descope-ui/descope-link": "3.3.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"link-workspace-packages": false
|