Skip to content

Latest commit

 

History

History
278 lines (162 loc) · 14.2 KB

File metadata and controls

278 lines (162 loc) · 14.2 KB

Changelog

1.1.1

Patch Changes

    • Fix the AutoComplete component export issue - #60 a2ea544
    • Some components' font family issue

1.1.0

Minor Changes

  • Improve InputOTP behaviour: - #54 b81d406
    • Fire onChange on every value update instead of only when all cells are filled.
    • Fix masked cell rendering logic.
    • Adjust caret colour to follow current text colour.
    • Update docs and tests for the new behaviour and add Chinese docs entry.

1.0.11

Patch Changes

  • Fixed Input.Addon passing size prop to non-input children (e.g. icons), which caused icons to render oversized. - #52 927034e

1.0.10

Patch Changes

  • Fix conditional hook call in Heading component - #50 582bc46

1.0.9 (2026-03-12)

Refactors

  • move withSpin HOC from icons to react package (64a835d)

1.0.6 (2026-03-12)

Bug Fixes

  • replace deprecated <Icon> with named icon components in demos (e51fca5)

1.0.5 (2026-03-12)

Features

  • add withSpin HOC for spinning icon variants (0129863)

1.0.4 (2026-03-12)

Features

  • extract @tiny-design/icons package with tree-shakeable SVG icons (2378f8d)

Refactors

  • migrate to pnpm monorepo with turborepo (52e6c47)
  • consume @tiny-design/tokens from react package (a66e078)
  • rename npm scope from @tiny-ui to @tiny-design (1f7c1bc)

1.0.3 (2026-03-11)

Bug Fixes

  • make light mode the default and use data-tiny-theme attribute (bdd69b4)
  • unit tests (4f78b3c)

1.0.2 (2026-03-11)

Bug Fixes

Refactors

  • reuse Pagination component in Table and List (444b9a0)
  • unify component file structure so index.tsx only re-exports (60bed2d)

1.0.1 (2026-03-10)

Bug Fixes

  • <Pagination /> - prevent custom props from leaking to DOM element (#41) (4b5103a)
  • <Grid /> - accept single Col element in RowProps (#36) (6edf326)
  • CSSTransition issue (5275a17)

1.0.0 (2026-03-10)

Features

  • <Flex /> - add Flex component for lightweight flexbox layouts (a5029cb)
  • <Anchor /> - enhance with scroll container, link registration, and line type (ad06647)
  • <AutoComplete /> - rewrite with filtering, keyboard nav, and Popup (3f1f674)
  • <SpeedDial /> - add new Speed Dial component
  • <Select /> - rewrite with shared useCombobox hook (8e726d3)
  • <Segmented /> - add demos and fix disabled cursor on items (94affee)
  • <ColorPicker /> - add demos and remove unused size prop (6c974e6)
  • <Cascader /> - fix caret rotation and add changeOnSelect demo (97a3b4d)
  • <Statistic /> - add formatter and value style demos (25a7652)
  • Dark mode support (e88fa43)
  • Locale (i18n) support with useLocale hook (6f049cb)

Bug Fixes

  • <BackTop /> - reset native button styles and support custom children (095da1e)
  • <Tabs /> - reduce editable-card add button size to match tab height (492cd06)
  • <ColorPicker /> - show not-allowed cursor in disabled state (17eba92)
  • <SpeedDial /> - replace deprecated darken() with color.adjust() (98f470a)
  • <Grid /> - fix responsive breakpoints and gutter wrapping (19ff93c)
  • <Layout /> - fix sidebar trigger position and add collapsible demo (4ef6ad3)
  • <InputNumber /> - implement precision prop to fix floating point errors (30be362)
  • <Menu /> - only pass overlayClassName to SubMenu children (383ccf5)
  • Fix CSSTransition findDOMNode deprecation warning (d3d550c)
  • Render picker dropdowns via portal to prevent clipping (3d67750)

Refactors

  • Unify picker dropdowns to use Popup instead of createPortal (6909813)
  • Extract shared useCombobox hook for Select and AutoComplete (8e726d3)

0.0.94 (2020-10-25)

Bug Fixes

  • <Button /> danger type (c280e07)
  • <Split /> - resizer onMouseDown event (73d74eb)

0.0.93 (2020-08-09)

Bug Fixes

  • <Button /> - fix ButtonGroup style in focus state (#9) (29e88ac)

0.0.92 (2020-07-25)

Features

0.0.91 (2020-06-13)

Features

  • <Tree /> component (9c7edd8)
  • <StrengthIndicator /> component (89290f9)

Bug Fixes

  • <Checkbox /> - make indeterminate status is higher than checked status (f917ef6)

0.0.90 (2020-06-06)

Features

Bug Fixes

  • <Button /> - disabled styles (53a4c2f)

0.0.89 (2020-05-30)

Features

Bug Fixes

  • <Checkbox /> - disabled styles when unchecked status (967e524)

0.0.88 (2020-05-25)

Features

  • <ConfigProvider /> - add space setting (6e101ae)
  • <Space /> component (47e3239)

0.0.87 (2020-05-24)

Features

Bug Fixes

  • <Switch /> onClick event (b9bf106)
  • <Timeline /> - centered timeline (98ed541)
  • <Transition /> props - union types issue (bd5a809)

0.0.86 (2020-05-21)

Features

0.0.85 (2020-05-18)

Features

  • <Slider /> component (a5d4f65)
  • <Avatar.Group /> adds a gap prop (1fa246a)
  • provide a portal option to render the popup content (3c73c28)

Bug Fixes

  • <Slider /> issue in the vertical mode (3e5341f)

0.0.84 (2020-05-10)

Features

  • <Typography /> component (4963cbb)

0.0.83 (2020-05-09)

Features

  • <ConfigProvider /> component (116d3bd)

0.0.82 (2020-05-01)

Bug Fixes

  • <Popover /> - click again to hide (75d4e8e)

0.0.81 (2020-04-25)

Features

0.0.80 (2020-04-25)

Features

  • <Link /> component (01bebbb)
  • <CopyToClipboard /> component (442b3eb)

0.0.79 (2020-03-18)

Features

Bug Fixes

  • <InputNumber /> value type (3c07ea6)
  • no display name warning (14e160b)

0.0.78 (2020-01-09)

Features

0.0.77 (2020-01-08)

Features

  • <ScrollIndicator /> component (f67ad75)

0.0.76 (2020-01-03)

Features

0.0.75 (2019-12-07)

Features