opus-react 0.6.17 → 0.6.18
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 +9 -0
- package/dist/index.cjs +62674 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +27627 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +62357 -6
- package/dist/index.js.map +1 -1
- package/dist/styles.css +113 -1
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.6.18
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Restore CSS-module class-map generation in the published ESM and CommonJS bundles. This corrects the 0.6.17 regression where component controls could render with native browser styling despite importing `opus-react/index.css`.
|
|
12
|
+
- Fail the package build if CSS-module mappings are absent, preventing this class of broken publish.
|
|
13
|
+
|
|
14
|
+
## 0.6.17
|
|
15
|
+
|
|
7
16
|
### Changed
|
|
8
17
|
|
|
9
18
|
- Public bundles are minified and tree-shaken.
|