Skip to content

Commit 42484be

Browse files
committed
docs: add v1.0.0 changelog
1 parent 5e8be1e commit 42484be

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@ Tiny UI strictly follows [Semantic Versioning 2.0.0](https://semver.org/).
88
- **z version**: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
99

1010

11+
## [1.0.0](https://github.com/wangdicoder/tiny-ui/compare/v0.0.94...v1.0.0) (2026-03-10)
12+
13+
### Features
14+
15+
* `<Flex />` - add Flex component for lightweight flexbox layouts ([a5029cb](https://github.com/wangdicoder/tiny-ui/commit/a5029cb))
16+
* `<Anchor />` - enhance with scroll container, link registration, and line type ([ad06647](https://github.com/wangdicoder/tiny-ui/commit/ad06647))
17+
* `<AutoComplete />` - rewrite with filtering, keyboard nav, and Popup ([3f1f674](https://github.com/wangdicoder/tiny-ui/commit/3f1f674))
18+
* `<SpeedDial />` - add new Speed Dial component
19+
* `<Select />` - rewrite with shared useCombobox hook ([8e726d3](https://github.com/wangdicoder/tiny-ui/commit/8e726d3))
20+
* `<Segmented />` - add demos and fix disabled cursor on items ([94affee](https://github.com/wangdicoder/tiny-ui/commit/94affee))
21+
* `<ColorPicker />` - add demos and remove unused size prop ([6c974e6](https://github.com/wangdicoder/tiny-ui/commit/6c974e6))
22+
* `<Cascader />` - fix caret rotation and add changeOnSelect demo ([97a3b4d](https://github.com/wangdicoder/tiny-ui/commit/97a3b4d))
23+
* `<Statistic />` - add formatter and value style demos ([25a7652](https://github.com/wangdicoder/tiny-ui/commit/25a7652))
24+
* Dark mode support ([e88fa43](https://github.com/wangdicoder/tiny-ui/commit/e88fa43))
25+
* Locale (i18n) support with useLocale hook ([6f049cb](https://github.com/wangdicoder/tiny-ui/commit/6f049cb))
26+
* Redesign component overview page with SVG card grid ([5c87538](https://github.com/wangdicoder/tiny-ui/commit/5c87538))
27+
* Add unique SVG illustrations for all 77 components ([6e97d36](https://github.com/wangdicoder/tiny-ui/commit/6e97d36))
28+
* Redesign home page with library components ([f082455](https://github.com/wangdicoder/tiny-ui/commit/f082455))
29+
30+
### Bug Fixes
31+
32+
* `<Pagination />` - prevent custom props from leaking to DOM element ([#41](https://github.com/wangdicoder/tiny-ui/issues/41)) ([4b5103a](https://github.com/wangdicoder/tiny-ui/commit/4b5103a))
33+
* `<BackTop />` - reset native button styles and support custom children ([095da1e](https://github.com/wangdicoder/tiny-ui/commit/095da1e))
34+
* `<Tabs />` - reduce editable-card add button size to match tab height ([492cd06](https://github.com/wangdicoder/tiny-ui/commit/492cd06))
35+
* `<ColorPicker />` - show not-allowed cursor in disabled state ([17eba92](https://github.com/wangdicoder/tiny-ui/commit/17eba92))
36+
* `<SpeedDial />` - replace deprecated darken() with color.adjust() ([98f470a](https://github.com/wangdicoder/tiny-ui/commit/98f470a))
37+
* `<Grid />` - fix responsive breakpoints and gutter wrapping ([19ff93c](https://github.com/wangdicoder/tiny-ui/commit/19ff93c))
38+
* `<Layout />` - fix sidebar trigger position and add collapsible demo ([4ef6ad3](https://github.com/wangdicoder/tiny-ui/commit/4ef6ad3))
39+
* `<InputNumber />` - implement precision prop to fix floating point errors ([30be362](https://github.com/wangdicoder/tiny-ui/commit/30be362))
40+
* `<Menu />` - only pass overlayClassName to SubMenu children ([383ccf5](https://github.com/wangdicoder/tiny-ui/commit/383ccf5))
41+
* Fix CSSTransition findDOMNode deprecation warning ([d3d550c](https://github.com/wangdicoder/tiny-ui/commit/d3d550c))
42+
* Render picker dropdowns via portal to prevent clipping ([3d67750](https://github.com/wangdicoder/tiny-ui/commit/3d67750))
43+
44+
### Refactors
45+
46+
* Unify picker dropdowns to use Popup instead of createPortal ([6909813](https://github.com/wangdicoder/tiny-ui/commit/6909813))
47+
* Extract shared useCombobox hook for Select and AutoComplete ([8e726d3](https://github.com/wangdicoder/tiny-ui/commit/8e726d3))
48+
1149
### [0.0.94](https://github.com/wangdicoder/tiny-ui/compare/v0.0.93...v0.0.94) (2020-10-25)
1250

1351

0 commit comments

Comments
 (0)