@bigbinary/neetoui 4.1.42 → 4.1.44
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 +21 -3
- package/formik.js +1 -1
- package/index.css +1 -1
- package/index.js +4 -4
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,25 @@ 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.1.44 - 2023-01-17
|
|
27
|
+
|
|
28
|
+
- Updated: Button keyboard focus styles
|
|
29
|
+
- Updated: Radio keyboard focus styles
|
|
30
|
+
- Updated: Checkbox keyboard focus styles
|
|
31
|
+
- Updated: `antd` Checkbox focus styles in Table
|
|
32
|
+
- Added: Switch focus styles
|
|
33
|
+
- Added: Tab focus styles
|
|
34
|
+
- Added: Accordion focus styles
|
|
35
|
+
- Added: Pagination focus styles
|
|
36
|
+
- Added: `antd` Pagination focus styles in Table
|
|
37
|
+
|
|
38
|
+
Screenshot
|
|
39
|
+
|
|
40
|
+
<img width="992" alt="Group 1 (1)" src="https://user-images.githubusercontent.com/48869249/212918441-d5c2c57c-16b1-4da7-a472-e64134b659ce.png">
|
|
41
|
+
## 4.1.43 - 2023-01-09
|
|
42
|
+
|
|
43
|
+
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
44
|
+
|
|
26
45
|
## 4.1.42 - 2023-01-05
|
|
27
46
|
|
|
28
47
|
- Updated: Sidebar neeto logo.
|
|
@@ -79,8 +98,8 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
79
98
|
|
|
80
99
|
## 4.1.27 - 2022-12-19
|
|
81
100
|
|
|
82
|
-
- Updated *Product switcher* component in neetoUI
|
|
83
|
-
- Updated the icon Tooltip content from "App switcher" to "Product switcher"
|
|
101
|
+
- Updated: *Product switcher* component in neetoUI
|
|
102
|
+
- Updated: the icon Tooltip content from "App switcher" to "Product switcher"
|
|
84
103
|
|
|
85
104
|
## 4.1.26 - 2022-12-19
|
|
86
105
|
|
|
@@ -117,7 +136,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
117
136
|
- Fixed: Wrong managers bundle entry point in rollup config
|
|
118
137
|
- Added: `OverlayManager` which is used by all overlay components in neetoUI internally. The host application can use the methods inside the class to determine whether an Overlay is open in the product or not.
|
|
119
138
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
120
|
-
|
|
121
139
|
## 4.1.12 - 2022-11-24
|
|
122
140
|
|
|
123
141
|
- Fixed: UI issues in Subheader
|