Skip to content

Latest commit

 

History

History
328 lines (162 loc) · 20.6 KB

CHANGELOG.md

File metadata and controls

328 lines (162 loc) · 20.6 KB

21.6.0 (2021-06-07)

Bug Fixes

Features

  • button、link: button、link重构 (#1029) (4890b2b)
  • tree-select: 添加复选搜索,input框最大长的控制 (ad583c1)

21.5.3 (2021-05-28)

Bug Fixes

  • loading: add parentheses in loading/index.less (#1013) (003a71d)
  • table: if columns or data changed, status reset (#1004) (5347246)

Features

21.5.2 (2021-05-21)

Bug Fixes

  • loading: fix wrapper loading and loading text not align (#995) (571369b)
  • tooltip, popover, popconfirm: fix arrow not point at target element center (#1002) (6c79e09)

21.5.1 (2021-05-14)

Bug Fixes

Features

  • table: table filter support object data type (#988) (ddb5367)

21.5.0 (2021-05-08)

Bug Fixes

  • input: input-content 颜色black-6 ,眼睛状态错误 (#967) (0490184)

Features

  • loading: update loading style (9999e13)

21.4.5 (2021-04-29)

Bug Fixes

  • some components centered (#965) (a366c84)
  • banner: update banner (icon centered,two message shuould space-between) (#963) (c497a53)

21.4.4 (2021-04-25)

Bug Fixes

  • page: fix page export and add component type (#955) (c0d5daa)

21.4.3 (2021-04-22)

Features

BREAKING CHANGES

  • button: button type prop update

21.4.2 (2021-04-16)

Bug Fixes

21.4.1 (2021-04-16)

Bug Fixes

  • cascader: fix search clear (#939) (ae12d4c)
  • select: select search normal not focus (#927) (16aaeb0)
  • tree-select: 修复tree-select组件的样式问题 (#936) (5624055)

Features

21.4.0 (2021-04-02)

Bug Fixes

Features

21.3.4 (2021-03-31)

Bug Fixes

  • select clear disabled: select disabled not show closeComponent (4cbcfb1)

Features

  • list: upgrade list-lite to list (0847d76), closes #754
  • set @gio-design/icons and @gio-design/tokens as peer dependencies (#911) (908e4f1)

BREAKING CHANGES

  • list: Refactor list component with new api.
  • set @gio-design/icons and @gio-design/tokens as peer dependencies.

21.3.3 (2021-03-26)

Bug Fixes

  • space: can't read context from project (de2728c)
  • table: style bug on Firefox (49dd307)

Features

  • table: update style, add gio-table-row-selected class on seleted row (eaf35d5)

21.3.2 (2021-03-19)

Bug Fixes

  • layout: set maxWidth: auto can not cover previous value (#885) (151a679)
  • loading: not align center when set loading false (#884) (11cbb62)
  • modal: add ref (#878) (c85f0a9)
  • select: empty style (1a618ab)
  • select: searchable => searchType (#881) (ac32635)
  • tree-select: 解决slide动画引发的bug (#883) (09ab70d)

BREAKING CHANGES

  • select: delete searchable and add searchType

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)

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

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

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

21.1.2 (2021-01-14)

Features

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)

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