@bigbinary/neetoui 4.2.8 → 4.2.9
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 +4 -2
- package/layouts.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,10 @@ 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.2.9 - 2023-02-08
|
|
27
|
+
|
|
28
|
+
- Changed: `Neeto` logo in the sidebar.
|
|
29
|
+
|
|
26
30
|
## 4.2.8 - 2023-02-08
|
|
27
31
|
|
|
28
32
|
- Fixed: *Modal* and *Alert* was adding a `margin-right` to the *body* when there was no scrollbar which caused the UI elements to shift right.
|
|
@@ -86,7 +90,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
86
90
|
## 4.1.38 - 2022-12-29
|
|
87
91
|
- Fixed: proptypes declaration being included in production bundle (3% bundle size reduction)
|
|
88
92
|
- Changed: github workflow compilation environment to `production`
|
|
89
|
-
|
|
90
93
|
## 4.1.37 - 2022-12-28
|
|
91
94
|
|
|
92
95
|
- Fixed: issue with multiple links in *Sidebar* getting active at the same time.
|
|
@@ -175,7 +178,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
175
178
|
## 4.1.8 - 2022-11-16
|
|
176
179
|
- Updated: Toaster styles.
|
|
177
180
|
- Added: POC for Toasters with minimum content and bottom left positioning
|
|
178
|
-
|
|
179
181
|
## 4.1.7 - 2022-11-14
|
|
180
182
|
|
|
181
183
|
- Changed: color-picker related dependencies to dev dependency
|