@bigbinary/neetoui 4.0.2 → 4.0.4
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 +10 -0
- package/index.css +1 -1
- package/index.js +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,16 @@ Prefix the change with one of these keywords:
|
|
|
23
23
|
- *Fixed*: for any bug fixes.
|
|
24
24
|
- *Security*: in case of vulnerabilities.
|
|
25
25
|
|
|
26
|
+
## 4.0.4 - 2022-09-16
|
|
27
|
+
|
|
28
|
+
- Changed: Allowed `hideOnSinglePage` override in *Table* `paginationProps`
|
|
29
|
+
|
|
30
|
+
## 4.0.3 - 2022-09-13
|
|
31
|
+
|
|
32
|
+
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
33
|
+
- Fixed: date/time input color in darkmode
|
|
34
|
+
- Fixed: overlapping issue with *Dropdown* in *Table*
|
|
35
|
+
|
|
26
36
|
## 4.0.2 - 2022-09-12
|
|
27
37
|
|
|
28
38
|
- Fixed: navigation issue in *BlockNavigation* component
|