@bigbinary/neetoui 4.3.1 → 4.3.2

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 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.3.2 - 2023-02-16
27
+
28
+ - Updated: styles of preset ranges in *DatePicker*.
29
+
26
30
  ## 4.3.1 - 2023-02-14
27
31
 
28
32
  - Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
@@ -49,7 +53,6 @@ After
49
53
  <img width="74" alt="Screenshot 2023-02-09 at 8 36 36 AM" src="https://user-images.githubusercontent.com/48869249/217708237-933c98b8-af0e-4647-9a92-19bdb2b7ba2b.png">
50
54
  ## 4.2.9 - 2023-02-08
51
55
  - Changed: `Neeto` logo in the sidebar.
52
-
53
56
  ## 4.2.8 - 2023-02-08
54
57
 
55
58
  - 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.
@@ -117,7 +120,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
117
120
  - Fixed: issue with multiple links in *Sidebar* getting active at the same time.
118
121
  - Changed: logic in *Select* component to respect `getOptionValue` prop.
119
122
  ## 4.1.35 - 2022-12-27
120
-
121
123
  - Added: the ability to choose email from options in *EmailInput*.
122
124
 
123
125
  ## 4.1.34 - 2022-12-26
@@ -202,7 +204,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
202
204
  ## 4.1.7 - 2022-11-14
203
205
  - Changed: color-picker related dependencies to dev dependency
204
206
  ## 4.1.6 - 2022-11-13
205
-
206
207
  - Fixed: issue with *Select* dropdown when scrolling the page.
207
208
 
208
209
  ## 4.1.5 - 2022-11-11