@bigbinary/neetoui 4.0.0 → 4.0.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 +53 -44
- package/index.css +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/molecules.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2]
|
|
9
9
|
|
|
10
10
|
--->
|
|
11
|
-
|
|
12
11
|
# Changelog
|
|
13
12
|
|
|
14
13
|
All notable changes to this project will be documented in this file.
|
|
@@ -17,12 +16,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
17
16
|
|
|
18
17
|
Prefix the change with one of these keywords:
|
|
19
18
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
19
|
+
- *Added*: for new features.
|
|
20
|
+
- *Changed*: for changes in existing functionality.
|
|
21
|
+
- *Deprecated*: for soon-to-be removed features.
|
|
22
|
+
- *Removed*: for now removed features.
|
|
23
|
+
- *Fixed*: for any bug fixes.
|
|
24
|
+
- *Security*: in case of vulnerabilities.
|
|
25
|
+
|
|
26
|
+
## 4.0.1 - 2022-09-12
|
|
27
|
+
|
|
28
|
+
- Added: `secondary` style variant
|
|
29
|
+
- Added: `info` style variant
|
|
30
|
+
- Removed: `inactive` style variant
|
|
31
|
+
- Fixed issue with custom target in *Dropdown*
|
|
32
|
+
- Fixed alignment issues in Dropdown `sizing` Story
|
|
33
|
+
- Updated select styles of antd table pagination
|
|
34
|
+
- Fixed Menuhorizontal button size in Table
|
|
26
35
|
|
|
27
36
|
## 4.0.0 - 2022-09-02
|
|
28
37
|
|
|
@@ -278,8 +287,8 @@ Prefix the change with one of these keywords:
|
|
|
278
287
|
|
|
279
288
|
## 3.5.11 - 2022-07-06
|
|
280
289
|
|
|
281
|
-
- Added: a
|
|
282
|
-
- Changed:
|
|
290
|
+
- Added: a *Button* component in neetoui/formik that automatically disables itself if the form is not in a submittable state. Example: the form contains any invalid data, the form content has not been changed, or the form is already being submitted. To make this work, you need to import *Button* from "neetoui/formik" as your submit button.
|
|
291
|
+
- Changed: *ActionBlock* will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
|
|
283
292
|
|
|
284
293
|
## 3.5.10 - 2022-07-05
|
|
285
294
|
|
|
@@ -287,7 +296,7 @@ Prefix the change with one of these keywords:
|
|
|
287
296
|
|
|
288
297
|
## 3.5.9 - 2022-07-05
|
|
289
298
|
|
|
290
|
-
- Fixed: Checkbox in
|
|
299
|
+
- Fixed: Checkbox in *Table* component cut off in lower screen resolutions.
|
|
291
300
|
|
|
292
301
|
## 3.5.8 - 2022-07-01
|
|
293
302
|
|
|
@@ -295,7 +304,7 @@ Prefix the change with one of these keywords:
|
|
|
295
304
|
|
|
296
305
|
## 3.5.7 - 2022-06-24
|
|
297
306
|
|
|
298
|
-
- Added: `startsFrom` to `counter` prop of
|
|
307
|
+
- Added: `startsFrom` to `counter` prop of *EmailInput* component.
|
|
299
308
|
|
|
300
309
|
## 3.5.6 - 2022-06-13
|
|
301
310
|
|
|
@@ -303,19 +312,19 @@ Prefix the change with one of these keywords:
|
|
|
303
312
|
|
|
304
313
|
## 3.5.5 - 2022-06-09
|
|
305
314
|
|
|
306
|
-
- Fixed: issue with `onClose` function reference when closing the
|
|
315
|
+
- Fixed: issue with `onClose` function reference when closing the *Modal* using `Esc`.
|
|
307
316
|
|
|
308
317
|
## 3.5.4 - 2022-06-08
|
|
309
318
|
|
|
310
|
-
Fixed: `TypeError` issue in
|
|
319
|
+
Fixed: `TypeError` issue in *Toastr* component.
|
|
311
320
|
|
|
312
321
|
## 3.5.3 - 2022-06-07
|
|
313
322
|
|
|
314
|
-
- Fixed: issue with `closeOnEsc` prop when the
|
|
323
|
+
- Fixed: issue with `closeOnEsc` prop when the *Dropdown* is controlled.
|
|
315
324
|
|
|
316
325
|
## 3.5.2 - 2022-06-07
|
|
317
326
|
|
|
318
|
-
- Fixed : placeholder content extending into multiple lines in
|
|
327
|
+
- Fixed : placeholder content extending into multiple lines in *Select* component.
|
|
319
328
|
|
|
320
329
|
## 3.5.1 - 2022-06-07
|
|
321
330
|
|
|
@@ -335,22 +344,22 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
335
344
|
|
|
336
345
|
## 3.4.3
|
|
337
346
|
|
|
338
|
-
- Added: `prefix` and `suffix` to
|
|
347
|
+
- Added: `prefix` and `suffix` to *EmailInput*.
|
|
339
348
|
|
|
340
349
|
## 3.4.2
|
|
341
350
|
|
|
342
|
-
- Fixed: issue with search not working with `isCreatable`
|
|
351
|
+
- Fixed: issue with search not working with `isCreatable` *Select*.
|
|
343
352
|
|
|
344
353
|
## 3.4.1
|
|
345
354
|
|
|
346
|
-
- Fixed: issue with `autoFocus` not working on
|
|
355
|
+
- Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
|
|
347
356
|
|
|
348
357
|
## 3.4.0
|
|
349
358
|
|
|
350
359
|
- Removed: all instances of TailwindCSS.
|
|
351
|
-
- Added: `label` prop in
|
|
352
|
-
- Changed: Added `neetoCal` into
|
|
353
|
-
- Removed: `count` limiting (to 99) logic from
|
|
360
|
+
- Added: `label` prop in *Tags* molecule.
|
|
361
|
+
- Changed: Added `neetoCal` into *AppSwitcher* app list .
|
|
362
|
+
- Removed: `count` limiting (to 99) logic from *MenuBar.Block*.
|
|
354
363
|
|
|
355
364
|
## 3.3.13
|
|
356
365
|
|
|
@@ -358,20 +367,20 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
358
367
|
|
|
359
368
|
## 3.3.12
|
|
360
369
|
|
|
361
|
-
- Fixed: loading state in
|
|
370
|
+
- Fixed: loading state in *ActionBlock* component.
|
|
362
371
|
|
|
363
372
|
## 3.3.11
|
|
364
373
|
|
|
365
|
-
- Added: New input format for the
|
|
374
|
+
- Added: New input format for the *EmailInput* component.
|
|
366
375
|
|
|
367
376
|
## 3.3.10
|
|
368
377
|
|
|
369
|
-
- Fixed: Removed unnecessary scrollbar in
|
|
370
|
-
- Added: `maxHeight` prop to the
|
|
378
|
+
- Fixed: Removed unnecessary scrollbar in *Table* component.
|
|
379
|
+
- Added: `maxHeight` prop to the *EmailInput* component.
|
|
371
380
|
|
|
372
381
|
## 3.3.9
|
|
373
382
|
|
|
374
|
-
- Fixed:
|
|
383
|
+
- Fixed: *ActionDropdown* issues with common props for button and dropdown
|
|
375
384
|
|
|
376
385
|
## 3.3.7
|
|
377
386
|
|
|
@@ -379,44 +388,44 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
379
388
|
|
|
380
389
|
## 3.3.6
|
|
381
390
|
|
|
382
|
-
- Fixed: Reset Formik data on continue action in
|
|
391
|
+
- Fixed: Reset Formik data on continue action in *BlockNavigation* component.
|
|
383
392
|
|
|
384
393
|
## 3.3.5
|
|
385
394
|
|
|
386
|
-
- Added: active state to `NavLink` in
|
|
395
|
+
- Added: active state to `NavLink` in *Sidebar* component.
|
|
387
396
|
|
|
388
397
|
## 3.3.4
|
|
389
398
|
|
|
390
|
-
- Added: `hideOnTargetExit` prop to
|
|
399
|
+
- Added: `hideOnTargetExit` prop to *Tooltip* component
|
|
391
400
|
|
|
392
401
|
## 3.3.3
|
|
393
402
|
|
|
394
|
-
- Added: data-cy for in
|
|
403
|
+
- Added: data-cy for in *Alert* component elements
|
|
395
404
|
|
|
396
405
|
## 3.3.2
|
|
397
406
|
|
|
398
|
-
- Fixed: Added override for `onClick` prop in
|
|
407
|
+
- Fixed: Added override for `onClick` prop in *Dropdown* component
|
|
399
408
|
|
|
400
409
|
## 3.3.1
|
|
401
410
|
|
|
402
|
-
- Fixed: Typography of Header in
|
|
403
|
-
- Fixed: Max width issue in
|
|
411
|
+
- Fixed: Typography of Header in *Alert* component.
|
|
412
|
+
- Fixed: Max width issue in *Dropdown* component.
|
|
404
413
|
|
|
405
414
|
## 3.3.0
|
|
406
415
|
|
|
407
|
-
- Changed: **BREAKING** `isLoading` prop of
|
|
408
|
-
- Changed: Implemented
|
|
409
|
-
- Deprecated: **BREAKING** `loading` prop of
|
|
410
|
-
- Removed: **BREAKING** `placement` prop from
|
|
416
|
+
- Changed: **BREAKING** `isLoading` prop of *Table* to `loading`.
|
|
417
|
+
- Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
|
|
418
|
+
- Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
|
|
419
|
+
- Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
|
|
411
420
|
|
|
412
421
|
#### UI
|
|
413
422
|
|
|
414
|
-
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in
|
|
415
|
-
- Changed: the text color in
|
|
416
|
-
- Changed: UI of
|
|
417
|
-
- Changed: look and feel of
|
|
418
|
-
- Changed: Contrast of
|
|
419
|
-
- Changed: Made
|
|
420
|
-
- Added: new variant for
|
|
423
|
+
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in *Color Palette*
|
|
424
|
+
- Changed: the text color in *Table* to `$neeto-ui-black`
|
|
425
|
+
- Changed: UI of *Tag* of component
|
|
426
|
+
- Changed: look and feel of *Danger Button*
|
|
427
|
+
- Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
|
|
428
|
+
- Changed: Made *Modal* Header text and Close icon aligned in a line
|
|
429
|
+
- Added: new variant for *Danger Button* -`danger-text`
|
|
421
430
|
- Added: new accent colors
|
|
422
431
|
- 
|