next

🦍 A configurable component library for web built on React.

MIT License

Downloads
52K
Stars
4.6K
Committers
179

Bot releases are hidden (Show)

next - build/1.27.26

Published by eternalsky 6 days ago

1.27.26 (2024-09-20)

Bug Fixes

  • VirtualList: stabilize children keys in virtual list (f3d1d81)
next - build/1.27.25

Published by eternalsky about 1 month ago

1.27.25 (2024-09-14)

Bug Fixes

  • Balloon: export balloon props types (eecc4dd)
  • Slider: export SliderProps types (813448d)
next - build/1.27.23

Published by eternalsky about 1 month ago

1.27.23 (2024-09-10)

Bug Fixes

  • Form: enabled responsive form should maintain alignment between label and input (db30f4f)
  • Overlay: overlay support SSR, close #4205 (69241bc)
  • Select: adjust auto-complete menu length issue, close #4873 (bf08e19)
  • Upload: theme page fail to render (a200df1)
  • VirtualList: resolve bugs in jumpIndex functionality, close #4883 (324b0d3)

Code Refactoring

  • Balloon: convert to TypeScript, improve docs and tests, close#4565 (cf6a80d)
  • Card: convert to TypeScript, improve docs and tests, close#4571 (15ff8b6)
  • Pagination: convert to TypeScript, improve docs and tests (442240d)
  • Slider: convert to TypeScript, improve docs and tests (0ddbb65)
  • VirtualList: convert to TypeScript, improve docs and tests (21518d4)
next - build/1.27.18 Latest Release

Published by eternalsky 2 months ago

1.27.18 (2024-08-06)

Bug Fixes

  • Breadcrumb: fix comment issues (03873e7)
  • Calendar: make switch panel unclickable when showOtherMonth is false, close #4782 (8fd68ff)
  • Upload: support upload again when an upload fails, close #4849 (1fd28f9)
  • Upload: support itemRender on Dragger, close #4840 and #4721 (f4c56c0)

Documentation

  • Cascader: Provide supplementary explanations for useVirtual (#4885) (a3ed8f3)

Code Refactoring

  • Breadcrumb: upgrade tests and docs, convert to TypeScript (997721c)
  • Dropdown: improve ts & docs & test (edc7c11)
  • MenuButton: rename to ts, improve tc, types and docs (08bf3d2)
  • Overlay: ts & docs & test tools (bda0ef3)
  • TimePicker: upgrade tests and docs, convert to TypeScript (5ede00a)
  • Upload: convert to TypeScript, improve docs and tests, close #4622 (#4841) (26d59c9)
next - build/1.27.16

Published by eternalsky 3 months ago

1.27.16 (2024-07-18)

Bug Fixes

  • Icon: icon demo fail to render (7bf33dd)
next - build/1.27.15

Published by eternalsky 3 months ago

1.27.15 (2024-07-05)

Features

  • Tree: the Tree component provides the scrollFilterNodeIntoView API (#4860) (9df35fe)

Bug Fixes

  • DatePicker2: unable to enter space to enter time (65faba2)
next - build/1.27.13

Published by eternalsky 4 months ago

1.27.13 (2024-06-11)

Bug Fixes

  • Select: remove duplicate values when selecting all options in multiple mode (aed4c97)
next - build/1.27.11

Published by kyokaxin 6 months ago

1.27.11 (2024-04-12)

Bug Fixes

  • Switch: form fail to pass checked to Switch by wrong displayName, close #4819 (c178333)

Code Refactoring

  • Nav: rename to ts & upgrade document & refactor unit testing (2073475)
  • Radio: convert to TypeScript, impove docs and tests, close #4556 (f39cffc)
next - build/1.27.10

Published by YSMJ1994 7 months ago

1.27.10 (2024-04-03)

Features

Bug Fixes

  • Grid: pass legal HTML props to the root dom node, close #2867 (3b60374)
  • Step: compatible with legacy direction and labelPlacement, close #4813 (#4814) (fd14601)
  • TimePicker2: use props.format to validate value, close #3651 (#4803) (aac4730)

Code Refactoring

  • Rating: convert to TypeScript, impove docs and tests, close #4603 (7d72565)
  • Switch: convert to TypeScript, impove docs and tests, close #4611 (334c8cc)
  • Tree: convert to TypeScript, impove docs and tests, close #4619 (b42bd2e)
next - build/1.27.8

Published by YSMJ1994 7 months ago

1.27.8 (2024-03-21)

Features

Bug Fixes

  • Avatar: size should work in box , close #3511 (881cad8)
  • DatePicker2: should pass inputProps to trigger function to support custom range picker trigger (2bdb937)
  • DatePicker2: WeekPicker should format value correctly when date is 01-01 (#4786) (103aafe)
  • DatePicker: should show clear icon when it only has start/end value, close #3448 (67cf979)
  • Table: should not log warn when primaryKey is 0, close #3740 (f7b8c8c)
  • remove banner msg from dist/*.css to make @charset useful (77b0c2e)

Documentation

  • Search: remove unnecessary symbol "," (4c15a1b)

Code Refactoring

  • Checkbox: convert to TypeScript, impove docs and tests (#4688)
  • Dialog: convert to TypeScript, impove docs and tests (#4772)
  • Drawer: convert to TypeScript, impove docs and tests (#4760)
  • Step: convert to TypeScript, impove docs and tests (#4770)
next - build/1.27.7

Published by YSMJ1994 7 months ago

1.27.7 (2024-03-08)

Bug Fixes

  • Collapse: hotfix panel className missing (8430d71)
next - build/1.27.6

Published by YSMJ1994 7 months ago

1.27.6 (2024-03-07)

Features

Bug Fixes

  • Shell: phone shell should hidden when collapsed, close #3886 (#4766) (94d3030)
  • Table: fix merging cell width in locked columns, close #4716 (#4752) (9bda719)
  • Upload: should hide trigger when limit is reached for Upload.Dragger, close #3951 (#4761) (f2d5303)

Documentation

  • Calendar2: remove legacy api, close #3100 (8a6536f)
  • Field: improve document description of parseName, close #3453 (004fa0e)

Code Refactoring

  • Collapse: convert to TypeScript, impove docs and tests (#4713)
  • Field: convert to TypeScript, impove docs and tests (#4710)
  • Timeline: convert to TypeScript, impove docs and tests (#4715)
next - build/1.27.5

Published by YSMJ1994 8 months ago

1.27.5 (2024-02-22)

Bug Fixes

  • ConfigProvider: improve config types, close #4751 (b442d93)
  • TimePicker2: should has focus style when visible, close #4657 (#4738) (228b621)
  • Overlay: solve crash problems caused by numerical floating, close #4740 (8f29094)
  • rollback #4746 and fix textarea clear spec (e486542)

Code Refactoring

  • Cascader: convert to TypeScript, impove docs and tests (#4730)
  • Grid: convert to TypeScript, impove docs and tests (#4703)
  • List: convert to TypeScript, impove docs and tests (#4702)
  • Validate: convert to TypeScript, improve tests (910c957)
next - build/1.27.4

Published by YSMJ1994 9 months ago

1.27.4 (2024-01-26)

Bug Fixes

  • Util: compatibility breaking introduced by Object.hasOwn (6caea8e)
next - build/1.27.3

Published by YSMJ1994 9 months ago

1.27.3 (2024-01-25)

Features

Bug Fixes

  • Menu: should update layout when children size changed, close #4640 (#4722) (f4ceaf7)
  • Overlay: fix the crash issue when resize is caused by adjustment, close #4692 (7315f9e)
  • Rating: fix grade background, close #4734 (#4735) (54d7f57)
  • Tree: expand action area should not shrink when the content is oversize, close #4689 (#4723) (157835f)

Documentation

  • Generate docs from tsdoc (f89d6b2)

Code Refactoring

  • Animate: convert to TypeScript, impove docs and tests (#4719)
  • Box: convert to TypeScript, impove docs and tests (e1805e2)
  • Core: support node&sass tests, complete types, improve tests and docs (9b1b054)
  • MixinUiState: convert to TypeScript, improve tests (86e5414)
  • Search: convert to TypeScript, impove docs and tests (5997230)
next - build/1.27.2

Published by YSMJ1994 9 months ago

1.27.2 (2024-01-11)

Features

Bug Fixes

next - build/1.27.1

Published by YSMJ1994 10 months ago

1.27.1 (2024-01-03)

Bug Fixes

  • Set esModuleInterop true to compat esbuild
next - build/1.27.0

Published by YSMJ1994 10 months ago

1.27.0 (2024-01-02)

Code Refactoring

  • Create new project structure
  • Upgrade to TypeScript Project progressive
  • Improve maintenance for documentation and component APIs
  • Improve test cases with cypress
next - build/1.26.37

Published by YSMJ1994 10 months ago

1.26.37 (2023-12-14)

Bug Fixes

  • TimePicker2: improve stability when isPreview and complete related types, close #4638 (#4643) (e86e1fd)

Features

next - build/1.26.36

Published by YSMJ1994 11 months ago

1.26.36 (2023-12-07)

Bug Fixes

Package Rankings
Top 0.98% on Npmjs.org
Badges
Extracted from project README
Open in Gitpod
Related Projects