Skip to content

Releases: growingio/gio-design

v21.3.1

12 Mar 09:55
5429d1f
Compare
Choose a tag to compare

21.3.1 (2021-03-12)

Bug Fixes

  • date-picker: remove range-picker border (#866) (38307f6)
  • input: fix auto password input styles error (#865) (79c7f80)
  • layout: suspend collapsed sider should have gio-layout-collapsed class (#861) (7296dd4)
  • loading: loading case children Component rerender (#870) (003ea9d)
  • modal: style scope error, fix mask do not disappear (#863) (a73469e)
  • select: keydown scroll error (#864) (cfb9a6d)

Features

  • loading: add autocenter props (#862) (25a0e46)
  • select: multiple all pattern and new multiple (#852) (06f84d0)

BREAKING CHANGES

  • select: searchable:boolean -> searchable:'custom' | 'inner'

v21.3.0

05 Mar 10:01
b4d0e47
Compare
Choose a tag to compare

21.3.0 (2021-03-05)

Bug Fixes

  • table: fixed column border and box-shadow disappered (6d14bba)
  • layout: sider open status should have shadow (840a2c1)
  • tabnav: when activekey is given, ink-bar will not display (c8fb258)
  • loading: loading vertical align (b765200)

Features

  • feat: add the lite version of list (e3df889)

21.2.4 (2021-02-28)

Bug Fixes

  • cascader: 修复逻辑判断永远不成立的问题(#824) (4d14b5c)
  • layout, menu: fix onCollapse called logic; add z-index on submenu (#825) (fcad655)

Features

21.2.3 (2021-02-23)

Bug Fixes

  • radio: modifies the text color of the disabled selected state(#815) (596700d)
  • menu: remove background color (#804) (d405547)
  • menu: fix color error (#817) (3e46996)
  • input, search-bar: update the style of component (#801) (87da0d7)

v21.2.4

26 Feb 10:18
Compare
Choose a tag to compare

21.2.4 (2021-02-28)

Bug Fixes

  • cascader: 修复逻辑判断永远不成立的问题(#824) (4d14b5c)
  • layout, menu: fix onCollapse called logic; add z-index on submenu (#825) (fcad655)

Features

21.2.3 (2021-02-23)

Bug Fixes

  • radio: modifies the text color of the disabled selected state(#815) (596700d)
  • menu: remove background color (#804) (d405547)
  • menu: fix color error (#817) (3e46996)
  • input, search-bar: update the style of component (#801) (87da0d7)

v21.2.3

23 Feb 08:04
Compare
Choose a tag to compare

21.2.3 (2021-02-23)

Bug Fixes

  • radio: modifies the text color of the disabled selected state(#815) (596700d)
  • menu: remove background color (#804) (d405547)
  • menu: fix color error (#817) (3e46996)
  • input, search-bar: update the style of component (#801) (87da0d7)

v21.2.2

20 Feb 12:09
Compare
Choose a tag to compare

21.2.2 (2021-02-20)

Bug Fixes

  • button: 互换 Button 在 Dropdown 中 hover 和 active 状态 (#779) (a01b868)
  • select: fix select autoWidth invalid (#775) (9711f8b)

Features

BREAKING CHANGES

  • menu: 移除了默认打开submenu, 需要手动设置openkeys

v21.2.0

05 Feb 08:07
5544047
Compare
Choose a tag to compare

21.2.0 (2021-02-05)

Bug Fixes

  • select: option disabled style (#762) (95cc0c0)
  • table: fix both use ellipsis and onFilter error (#770) (4722d54)
  • tree-select: exported from index

Features

  • button, dropdown: 触发 dropdown 组件下拉时,应该保持 active 状态 (#771) (ec88ae4)
  • steps: add steps component (#766) (e46c67e)
  • toggles, link, tag: add stories

v21.1.3

25 Jan 07:58
4ed5554
Compare
Choose a tag to compare

21.1.3 (2021-01-25)

Bug Fixes

  • card: support tooltip parameter pass-through (#730) (f919fef)

Features

BREAKING CHANGES

  • modal: replace back login with cancal

v21.1.2

14 Jan 10:55
2097078
Compare
Choose a tag to compare

21.1.2 (2021-01-14)

Features

v21.1.1

08 Jan 09:30
8b8ca07
Compare
Choose a tag to compare

21.1.1 (2021-01-08)

Bug Fixes

  • input: 修复input.number输入框能输入字符串的问题 (#701) (1fb6a64)
  • 修正没有搜索结果的判断逻辑 (#699) (3cc7fd1)
  • modal: set correct max-height (#691) (1cb5421)
  • toggles: 修复toggles组件checked不可控 (#689) (e5feb76)
  • tree-select: fix the tree-select style problems (#690) (d8b3cd1)

Features

  • avatar: use the default avatar when src and children do not exist (#697) (2aa3f49)
  • card: add card component (#692) (0726725)
  • list: add allowDeselect prop (#695) (9c4138e)

v21.1.0

05 Jan 08:11
0fea936
Compare
Choose a tag to compare

21.1.0 (2021-01-05)

Bug Fixes

  • button: fix the button left and right padding (#682) (b456b5e)
  • checkbox: 修复checkbox组件在账号申请中的bug (#679) (19a9fee)
  • radio: add font-weight to radio label and prevent be covered (#683) (d961f62)

Features