Skip to content

Releases: growingio/gio-design

v23.1.0

04 May 03:10
Compare
Choose a tag to compare

23.1.0 (2022-05-04)

Features

v23.0.1

27 Apr 03:17
Compare
Choose a tag to compare
v23.0.1 Pre-release
Pre-release

23.0.1 (2022-04-27)

Bug Fixes

  • date-picker: fix date-picker month/year panel cannt back to datepanel error (#1993) (59638ee)
  • List, ListPicker: not use useEffect to call onMultipleOverflow (#1989) (9f09f5f)
  • list: when list multiple max, trigger onMultipleOverflow (#1985) (883a19c)
  • switch: fix switch of displayName (#1983) (31d03a5)

v22.15.4

25 Apr 12:04
Compare
Choose a tag to compare
v22.15.4 Pre-release
Pre-release

22.15.4 (2022-04-25)

Bug Fixes

  • date-picker: fix datepicker month/year view can not select error (#1991) (91027a2)
  • List, ListPicker: not use useEffect to call onMultipleOverflow (#1990) (c9c734b)

v22.15.3

24 Apr 12:12
Compare
Choose a tag to compare
v22.15.3 Pre-release
Pre-release

22.15.3 (2022-04-24)

Bug Fixes

  • filter-picker: 修复列表型操作符为等于的问题 (#1970) (bff1ca3)
  • list: when list/list-picker multiple max, trigger onMultipleOverflow (#1986) (f49bc76)

v23.0.0

20 Apr 03:15
Compare
Choose a tag to compare

23.0.0 (2022-04-20)

Bug Fixes

  • filter-picker: 修复列表型操作符为等于的问题 (#1970) (bff1ca3)

Code Refactoring

  • legacy: delete components in the legacy folder (#1828) (44c18c9)
  • refactor: modify nonstandard component's name (#1910) (0762d21)

BREAKING CHANGES

  • 取消从 src/index.ts 文件导出的子组件

import { AvatarGroup } from '@gio-design/components'; 的用法需要更换为 import { Avatar } from '@gio-design/components'; const { Group: AvatarGroup } = Avatar;

1. AvatarGroup
2. CheckboxGroup
3. RadioGroup
4. Tab
5. Step
6. Text
7. Title
8. InputButton
9. InputNumber
10. Password
11. TextArea
12. IconButton

src/popconfig 文件夹更名为 src/pop-confirm

如果有引入了该文件夹下的模块,请更改为 import { PopConfirmProps } from '@gio-design/components/es/pop-confirm'

Toggles 组件更名为 Toggle

SwitchGroupProps 类型更名为 SwitchProps

一些组件的 props 更名

1. Collapse:
  ```diff
    interface CollapseProps {
      ...
      - destoryOnHide
      + destroyOnHide
    }
  ```
2. Popover:
   ```diff
    interface PopoverProps {
      ...
      - distoryOnHide
      + destroyOnHide
    }
  ```
3. CascaderOptions: `childrens` -> `items` (传给 Cascader 的 options 数组中,之前的 `childrens` 字段更换为了 `items`)
  ```diff
      interface CascaderItemProps extends BaseItemProps {
        ...
      - childrens?: CascaderItemProps[];
      + items?: CascaderItemProps[];
      }
  ```

一些组件的 interface 文件更名

1. Cascader: interfance.ts -> interface.ts
1. List: interfance.ts -> interface.ts
1. ListPicker: interfance.ts -> interface.ts

Co-authored-by: maxin [email protected]

  • legacy: 删除所有 src/legacy 文件夹下的组件(除了 FilterPicker 之外)

Co-authored-by: maxin [email protected]

v22.15.2

12 Apr 11:28
Compare
Choose a tag to compare

22.15.2 (2022-04-12)

Bug Fixes

  • filter-picker: 修复列表型切换操作符的问题 (#1968) (282aeb1)

v22.15.1

12 Apr 08:18
Compare
Choose a tag to compare

22.15.1 (2022-04-12)

Bug Fixes

  • filter-picker: 修复 usePrevious 的小问题 (#1967) (506291c)
  • filter-picker: 修复列表型国际化的问题 (#1965) (80fc389)

v22.15.0

08 Apr 10:06
Compare
Choose a tag to compare

22.15.0 (2022-04-08)

Features

  • filterpicker: filterPicker numberAttrSelect support positive integer (#1954) (1b5f16f)

v22.14.22

08 Apr 06:48
Compare
Choose a tag to compare

22.14.22 (2022-04-08)

Bug Fixes

v22.14.21

06 Apr 11:30
Compare
Choose a tag to compare

22.14.21 (2022-04-06)

Bug Fixes