You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`<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))
0 commit comments