@descope-ui/descope-enriched-text 3.3.0 → 3.3.2
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.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.1...web-components-ui-3.3.2) (2026-04-26)
|
|
6
|
+
|
|
7
|
+
## [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)
|
|
8
|
+
|
|
5
9
|
## [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)
|
|
6
10
|
|
|
7
11
|
## [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)
|
|
@@ -76,10 +80,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
76
80
|
|
|
77
81
|
## [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)
|
|
78
82
|
|
|
79
|
-
|
|
80
83
|
### Bug Fixes
|
|
81
84
|
|
|
82
|
-
|
|
85
|
+
- **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))
|
|
83
86
|
|
|
84
87
|
## [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)
|
|
85
88
|
|
|
@@ -99,10 +102,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
99
102
|
|
|
100
103
|
## [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)
|
|
101
104
|
|
|
102
|
-
|
|
103
105
|
### Bug Fixes
|
|
104
106
|
|
|
105
|
-
|
|
107
|
+
- 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))
|
|
106
108
|
|
|
107
109
|
## [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)
|
|
108
110
|
|
|
@@ -174,10 +176,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
174
176
|
|
|
175
177
|
## [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)
|
|
176
178
|
|
|
177
|
-
|
|
178
179
|
### Bug Fixes
|
|
179
180
|
|
|
180
|
-
|
|
181
|
+
- 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))
|
|
181
182
|
|
|
182
183
|
## [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)
|
|
183
184
|
|
|
@@ -203,10 +204,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
203
204
|
|
|
204
205
|
## [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)
|
|
205
206
|
|
|
206
|
-
|
|
207
207
|
### Features
|
|
208
208
|
|
|
209
|
-
|
|
209
|
+
- 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))
|
|
210
210
|
|
|
211
211
|
## [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)
|
|
212
212
|
|
|
@@ -224,50 +224,56 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
224
224
|
|
|
225
225
|
### Dependency Updates
|
|
226
226
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
227
|
+
- `@descope-ui/common` updated to version `0.1.2`
|
|
228
|
+
- `@descope-ui/theme-globals` updated to version `0.0.22`
|
|
229
|
+
- `@descope-ui/descope-text` updated to version `0.0.22`
|
|
230
|
+
- `@descope-ui/descope-link` updated to version `0.1.2`
|
|
231
|
+
|
|
231
232
|
## [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)
|
|
232
233
|
|
|
233
234
|
### Dependency Updates
|
|
234
235
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
236
|
+
- `@descope-ui/common` updated to version `0.1.1`
|
|
237
|
+
- `@descope-ui/theme-globals` updated to version `0.0.21`
|
|
238
|
+
- `@descope-ui/descope-text` updated to version `0.0.21`
|
|
239
|
+
- `@descope-ui/descope-link` updated to version `0.1.1`
|
|
240
|
+
|
|
239
241
|
## [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)
|
|
240
242
|
|
|
241
243
|
### Dependency Updates
|
|
242
244
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
245
|
+
- `e2e-utils` updated to version `0.1.0`
|
|
246
|
+
- `@descope-ui/common` updated to version `0.1.0`
|
|
247
|
+
- `@descope-ui/theme-globals` updated to version `0.0.20`
|
|
248
|
+
- `@descope-ui/descope-text` updated to version `0.0.20`
|
|
249
|
+
- `@descope-ui/descope-link` updated to version `0.1.0`
|
|
250
|
+
|
|
248
251
|
## [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)
|
|
249
252
|
|
|
250
253
|
### Dependency Updates
|
|
251
254
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
255
|
+
- `@descope-ui/common` updated to version `0.0.18`
|
|
256
|
+
- `@descope-ui/theme-globals` updated to version `0.0.19`
|
|
257
|
+
- `@descope-ui/descope-text` updated to version `0.0.19`
|
|
258
|
+
- `@descope-ui/descope-link` updated to version `0.0.3`
|
|
259
|
+
|
|
256
260
|
## [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)
|
|
257
261
|
|
|
258
262
|
### Dependency Updates
|
|
259
263
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
+
- `@descope-ui/common` updated to version `0.0.17`
|
|
265
|
+
- `@descope-ui/theme-globals` updated to version `0.0.18`
|
|
266
|
+
- `@descope-ui/descope-text` updated to version `0.0.18`
|
|
267
|
+
- `@descope-ui/descope-link` updated to version `0.0.2`
|
|
268
|
+
|
|
264
269
|
## 0.0.1 (2025-07-03)
|
|
265
270
|
|
|
266
271
|
### Dependency Updates
|
|
267
272
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
+
- `e2e-utils` updated to version `0.0.1`
|
|
274
|
+
- `@descope-ui/common` updated to version `0.0.16`
|
|
275
|
+
- `@descope-ui/theme-globals` updated to version `0.0.17`
|
|
276
|
+
- `@descope-ui/descope-text` updated to version `0.0.17`
|
|
277
|
+
- `@descope-ui/descope-link` updated to version `0.0.1`
|
|
278
|
+
|
|
273
279
|
# Changelog
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope-ui/descope-enriched-text",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
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.3.
|
|
17
|
+
"e2e-utils": "3.3.2"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"markdown-it": "14.1.1",
|
|
21
|
-
"@descope-ui/common": "3.3.
|
|
22
|
-
"@descope-ui/theme-globals": "3.3.
|
|
23
|
-
"@descope-ui/descope-text": "3.3.
|
|
24
|
-
"@descope-ui/descope-link": "3.3.
|
|
21
|
+
"@descope-ui/common": "3.3.2",
|
|
22
|
+
"@descope-ui/theme-globals": "3.3.2",
|
|
23
|
+
"@descope-ui/descope-text": "3.3.2",
|
|
24
|
+
"@descope-ui/descope-link": "3.3.2"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"link-workspace-packages": false
|