@bigbinary/neetoui 4.0.0 → 4.0.3
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 +63 -44
- package/formik.js +4 -4
- package/index.css +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/molecules.js +1 -1
- package/package.json +9 -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,32 @@ 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.3 - 2022-09-13
|
|
27
|
+
|
|
28
|
+
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
29
|
+
- Fixed: date/time input color in darkmode
|
|
30
|
+
- Fixed: overlapping issue with *Dropdown* in *Table*
|
|
31
|
+
|
|
32
|
+
## 4.0.2 - 2022-09-12
|
|
33
|
+
|
|
34
|
+
- Fixed: navigation issue in *BlockNavigation* component
|
|
35
|
+
|
|
36
|
+
## 4.0.1 - 2022-09-12
|
|
37
|
+
|
|
38
|
+
- Added: `secondary` style variant
|
|
39
|
+
- Added: `info` style variant
|
|
40
|
+
- Removed: `inactive` style variant
|
|
41
|
+
- Fixed issue with custom target in *Dropdown*
|
|
42
|
+
- Fixed alignment issues in Dropdown `sizing` Story
|
|
43
|
+
- Updated select styles of antd table pagination
|
|
44
|
+
- Fixed Menuhorizontal button size in Table
|
|
26
45
|
|
|
27
46
|
## 4.0.0 - 2022-09-02
|
|
28
47
|
|
|
@@ -278,8 +297,8 @@ Prefix the change with one of these keywords:
|
|
|
278
297
|
|
|
279
298
|
## 3.5.11 - 2022-07-06
|
|
280
299
|
|
|
281
|
-
- Added: a
|
|
282
|
-
- Changed:
|
|
300
|
+
- 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.
|
|
301
|
+
- Changed: *ActionBlock* will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
|
|
283
302
|
|
|
284
303
|
## 3.5.10 - 2022-07-05
|
|
285
304
|
|
|
@@ -287,7 +306,7 @@ Prefix the change with one of these keywords:
|
|
|
287
306
|
|
|
288
307
|
## 3.5.9 - 2022-07-05
|
|
289
308
|
|
|
290
|
-
- Fixed: Checkbox in
|
|
309
|
+
- Fixed: Checkbox in *Table* component cut off in lower screen resolutions.
|
|
291
310
|
|
|
292
311
|
## 3.5.8 - 2022-07-01
|
|
293
312
|
|
|
@@ -295,7 +314,7 @@ Prefix the change with one of these keywords:
|
|
|
295
314
|
|
|
296
315
|
## 3.5.7 - 2022-06-24
|
|
297
316
|
|
|
298
|
-
- Added: `startsFrom` to `counter` prop of
|
|
317
|
+
- Added: `startsFrom` to `counter` prop of *EmailInput* component.
|
|
299
318
|
|
|
300
319
|
## 3.5.6 - 2022-06-13
|
|
301
320
|
|
|
@@ -303,19 +322,19 @@ Prefix the change with one of these keywords:
|
|
|
303
322
|
|
|
304
323
|
## 3.5.5 - 2022-06-09
|
|
305
324
|
|
|
306
|
-
- Fixed: issue with `onClose` function reference when closing the
|
|
325
|
+
- Fixed: issue with `onClose` function reference when closing the *Modal* using `Esc`.
|
|
307
326
|
|
|
308
327
|
## 3.5.4 - 2022-06-08
|
|
309
328
|
|
|
310
|
-
Fixed: `TypeError` issue in
|
|
329
|
+
Fixed: `TypeError` issue in *Toastr* component.
|
|
311
330
|
|
|
312
331
|
## 3.5.3 - 2022-06-07
|
|
313
332
|
|
|
314
|
-
- Fixed: issue with `closeOnEsc` prop when the
|
|
333
|
+
- Fixed: issue with `closeOnEsc` prop when the *Dropdown* is controlled.
|
|
315
334
|
|
|
316
335
|
## 3.5.2 - 2022-06-07
|
|
317
336
|
|
|
318
|
-
- Fixed : placeholder content extending into multiple lines in
|
|
337
|
+
- Fixed : placeholder content extending into multiple lines in *Select* component.
|
|
319
338
|
|
|
320
339
|
## 3.5.1 - 2022-06-07
|
|
321
340
|
|
|
@@ -335,22 +354,22 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
335
354
|
|
|
336
355
|
## 3.4.3
|
|
337
356
|
|
|
338
|
-
- Added: `prefix` and `suffix` to
|
|
357
|
+
- Added: `prefix` and `suffix` to *EmailInput*.
|
|
339
358
|
|
|
340
359
|
## 3.4.2
|
|
341
360
|
|
|
342
|
-
- Fixed: issue with search not working with `isCreatable`
|
|
361
|
+
- Fixed: issue with search not working with `isCreatable` *Select*.
|
|
343
362
|
|
|
344
363
|
## 3.4.1
|
|
345
364
|
|
|
346
|
-
- Fixed: issue with `autoFocus` not working on
|
|
365
|
+
- Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
|
|
347
366
|
|
|
348
367
|
## 3.4.0
|
|
349
368
|
|
|
350
369
|
- Removed: all instances of TailwindCSS.
|
|
351
|
-
- Added: `label` prop in
|
|
352
|
-
- Changed: Added `neetoCal` into
|
|
353
|
-
- Removed: `count` limiting (to 99) logic from
|
|
370
|
+
- Added: `label` prop in *Tags* molecule.
|
|
371
|
+
- Changed: Added `neetoCal` into *AppSwitcher* app list .
|
|
372
|
+
- Removed: `count` limiting (to 99) logic from *MenuBar.Block*.
|
|
354
373
|
|
|
355
374
|
## 3.3.13
|
|
356
375
|
|
|
@@ -358,20 +377,20 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
358
377
|
|
|
359
378
|
## 3.3.12
|
|
360
379
|
|
|
361
|
-
- Fixed: loading state in
|
|
380
|
+
- Fixed: loading state in *ActionBlock* component.
|
|
362
381
|
|
|
363
382
|
## 3.3.11
|
|
364
383
|
|
|
365
|
-
- Added: New input format for the
|
|
384
|
+
- Added: New input format for the *EmailInput* component.
|
|
366
385
|
|
|
367
386
|
## 3.3.10
|
|
368
387
|
|
|
369
|
-
- Fixed: Removed unnecessary scrollbar in
|
|
370
|
-
- Added: `maxHeight` prop to the
|
|
388
|
+
- Fixed: Removed unnecessary scrollbar in *Table* component.
|
|
389
|
+
- Added: `maxHeight` prop to the *EmailInput* component.
|
|
371
390
|
|
|
372
391
|
## 3.3.9
|
|
373
392
|
|
|
374
|
-
- Fixed:
|
|
393
|
+
- Fixed: *ActionDropdown* issues with common props for button and dropdown
|
|
375
394
|
|
|
376
395
|
## 3.3.7
|
|
377
396
|
|
|
@@ -379,44 +398,44 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
379
398
|
|
|
380
399
|
## 3.3.6
|
|
381
400
|
|
|
382
|
-
- Fixed: Reset Formik data on continue action in
|
|
401
|
+
- Fixed: Reset Formik data on continue action in *BlockNavigation* component.
|
|
383
402
|
|
|
384
403
|
## 3.3.5
|
|
385
404
|
|
|
386
|
-
- Added: active state to `NavLink` in
|
|
405
|
+
- Added: active state to `NavLink` in *Sidebar* component.
|
|
387
406
|
|
|
388
407
|
## 3.3.4
|
|
389
408
|
|
|
390
|
-
- Added: `hideOnTargetExit` prop to
|
|
409
|
+
- Added: `hideOnTargetExit` prop to *Tooltip* component
|
|
391
410
|
|
|
392
411
|
## 3.3.3
|
|
393
412
|
|
|
394
|
-
- Added: data-cy for in
|
|
413
|
+
- Added: data-cy for in *Alert* component elements
|
|
395
414
|
|
|
396
415
|
## 3.3.2
|
|
397
416
|
|
|
398
|
-
- Fixed: Added override for `onClick` prop in
|
|
417
|
+
- Fixed: Added override for `onClick` prop in *Dropdown* component
|
|
399
418
|
|
|
400
419
|
## 3.3.1
|
|
401
420
|
|
|
402
|
-
- Fixed: Typography of Header in
|
|
403
|
-
- Fixed: Max width issue in
|
|
421
|
+
- Fixed: Typography of Header in *Alert* component.
|
|
422
|
+
- Fixed: Max width issue in *Dropdown* component.
|
|
404
423
|
|
|
405
424
|
## 3.3.0
|
|
406
425
|
|
|
407
|
-
- Changed: **BREAKING** `isLoading` prop of
|
|
408
|
-
- Changed: Implemented
|
|
409
|
-
- Deprecated: **BREAKING** `loading` prop of
|
|
410
|
-
- Removed: **BREAKING** `placement` prop from
|
|
426
|
+
- Changed: **BREAKING** `isLoading` prop of *Table* to `loading`.
|
|
427
|
+
- Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
|
|
428
|
+
- Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
|
|
429
|
+
- Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
|
|
411
430
|
|
|
412
431
|
#### UI
|
|
413
432
|
|
|
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
|
|
433
|
+
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in *Color Palette*
|
|
434
|
+
- Changed: the text color in *Table* to `$neeto-ui-black`
|
|
435
|
+
- Changed: UI of *Tag* of component
|
|
436
|
+
- Changed: look and feel of *Danger Button*
|
|
437
|
+
- Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
|
|
438
|
+
- Changed: Made *Modal* Header text and Close icon aligned in a line
|
|
439
|
+
- Added: new variant for *Danger Button* -`danger-text`
|
|
421
440
|
- Added: new accent colors
|
|
422
441
|
- 
|