@janiscommerce/ui-web 0.8.0 → 0.9.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 +23 -0
- package/dist/index.umd.js +300 -17611
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.9.1] - 2022-02-29
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Fixed fontcolor of buttons
|
|
15
|
+
|
|
16
|
+
## [0.9.0] - 2022-02-19
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Changed icon in storybooks
|
|
21
|
+
- Changed button theme
|
|
22
|
+
- Changed Unified themes
|
|
23
|
+
- Changed Button and Icon Test
|
|
24
|
+
|
|
25
|
+
### Removed
|
|
26
|
+
|
|
27
|
+
- Removed unused theme in favor to views actual theme
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
- Added controls in storybooks
|
|
32
|
+
|
|
10
33
|
## [0.8.0] - 2022-01-23
|
|
11
34
|
|
|
12
35
|
### Changed
|