@financial-times/o-labels 6.5.4 → 6.5.6
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 +14 -0
- package/README.md +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [6.5.6](https://www.github.com/Financial-Times/origami/compare/o-labels-v6.5.5...o-labels-v6.5.6) (2023-07-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* correct table syntax ([86ff070](https://www.github.com/Financial-Times/origami/commit/86ff070848b001751bf36b67b83b5d1c4567a6f8))
|
|
9
|
+
|
|
10
|
+
### [6.5.5](https://www.github.com/Financial-Times/origami/compare/o-labels-v6.5.4...o-labels-v6.5.5) (2023-07-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* migrate text input designer docs to readme ([d6c0d26](https://www.github.com/Financial-Times/origami/commit/d6c0d2685bd7f07762deb08f341185140b4cbf74))
|
|
16
|
+
|
|
3
17
|
### [6.5.4](https://www.github.com/Financial-Times/origami/compare/o-labels-v6.5.3...o-labels-v6.5.4) (2023-04-28)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
|
@@ -343,14 +343,14 @@ As styles for the indicator label apply to multiple html elements, the `oLabelsI
|
|
|
343
343
|
|
|
344
344
|
## Migration guide
|
|
345
345
|
|
|
346
|
-
State
|
|
347
|
-
|
|
348
|
-
✨ active
|
|
349
|
-
✨ active
|
|
350
|
-
⚠ maintained
|
|
351
|
-
╳ deprecated
|
|
352
|
-
╳ deprecated
|
|
353
|
-
╳ deprecated | 1 | 1.0.6 | N/A |
|
|
346
|
+
| State | Major Version | Last Minor Release | Migration guide |
|
|
347
|
+
|:-------------:| :---: | :---: | :---:|
|
|
348
|
+
| ✨ active | 6 | N/A | [migrate to v6](MIGRATION.md#migrating-from-v5-to-v6) |
|
|
349
|
+
| ✨ active | 5 | 5.2 | [migrate to v5](MIGRATION.md#migrating-from-v4-to-v5) |
|
|
350
|
+
| ⚠ maintained | 4 | N/A | [migrate to v4](MIGRATION.md#migrating-from-v3-to-v4) |
|
|
351
|
+
| ╳ deprecated | 3 | 3.1.1 | [migrate to v3](MIGRATION.md#migrating-from-v2-to-v3) |
|
|
352
|
+
| ╳ deprecated | 2 | 2.1.0 | N/A |
|
|
353
|
+
| ╳ deprecated | 1 | 1.0.6 | N/A |
|
|
354
354
|
|
|
355
355
|
|
|
356
356
|
## Contact
|
package/package.json
CHANGED