@royaloperahouse/harmonic 0.19.2-c → 1.0.0-a
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 +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
## [Proposed: 0.
|
|
1
|
+
## [Proposed: 1.0.1]
|
|
2
2
|
- Accessibility fixes to CastFilter component
|
|
3
3
|
|
|
4
4
|
## [0.19.3]
|
|
5
5
|
- Carousel title realignment following font change
|
|
6
6
|
|
|
7
|
+
## [1.0.0]
|
|
8
|
+
Addressed some tech debt:
|
|
9
|
+
- all components are now exported for consumption from top-level public API export.
|
|
10
|
+
- Removed Radio, RadioGroup and Select components.
|
|
11
|
+
- cleaned up import/export structure of components
|
|
12
|
+
- moved types definitions from root to the directories of components they're typing.
|
|
13
|
+
- moved types definitions from components files to their own types files.
|
|
14
|
+
- cleaned up scripts in package.json
|
|
15
|
+
- Sotrybook cleanup: removed some obsolete / redundant syntax, corrected typos and wrong code.
|
|
16
|
+
- removed `example/` directory.
|
|
17
|
+
- removed dead `husky` dependency.
|
|
18
|
+
|
|
7
19
|
## [0.19.2]
|
|
8
20
|
- Migrated from moment.js 2.29.4 to date-fn 4.1.0
|
|
9
21
|
|