Skip to content

Latest commit

 

History

History
1236 lines (690 loc) · 94.9 KB

CHANGELOG.md

File metadata and controls

1236 lines (690 loc) · 94.9 KB

23.10.3 (2024-03-19)

Bug Fixes

23.10.2 (2024-01-16)

Bug Fixes

23.10.1 (2023-12-22)

Bug Fixes

  • pastTimePicker: fixempty quickmode confirm&cancel (#2220) (e56547f)

23.10.0 (2023-11-06)

Features

23.9.14 (2023-10-10)

Bug Fixes

  • past-time-picker: Earliest in history feature (#2196) (f3d8908)
  • past-time-picker: fix since:0=> earliest (#2197) (2633020)

23.9.13 (2023-09-26)

Bug Fixes

  • sinceRangePicker: change params (8b97938)

23.9.12 (2023-08-09)

Bug Fixes

23.9.11 (2023-08-08)

Bug Fixes

23.9.10 (2023-07-12)

Bug Fixes

23.9.9 (2023-07-06)

Bug Fixes

23.9.8 (2023-07-04)

Bug Fixes

  • 修改Cascade的修复现实children的bug (#2165) (b8df5a8)

23.9.7 (2023-06-25)

Bug Fixes

  • table: 修复当table列固定,且添加filter时,过滤选项被列内容挡住' (#2163) (023e6fb)

23.9.6 (2023-06-20)

Bug Fixes

23.9.5 (2023-06-20)

Bug Fixes

23.9.4 (2023-06-19)

Bug Fixes

23.9.3 (2023-06-14)

Bug Fixes

23.9.2 (2023-06-08)

Bug Fixes

  • Progress: 修改CircleProgress的样式问题 (#2156) (4cf3ef0)
  • 环形进度条实现自定义模式 (#2155) (7bd8558)

23.9.1 (2023-06-06)

Bug Fixes

23.9.0 (2023-04-20)

Features

  • table: table column add singleSelect boolean params (#2151) (582f670)

23.8.0 (2023-03-29)

Features

  • past-time-picker: 日期选择器,添加参数,默认不可选今日 (#2149) (16a3cca)

23.7.0 (2023-01-25)

Bug Fixes

  • listPicker: 修复在非受控情况下开启allowClear,点击清除Icon的时候无效 (#2134) (7767a11), closes #2133

Features

  • past-time-picker: 增加“显示绝对时间”特性 (#2137) (f5c6870)

23.6.6 (2023-01-18)

Bug Fixes

  • listPicker: 修复在非受控情况下开启allowClear,点击清除Icon的时候无效 (#2134) (7767a11), closes #2133

23.6.6 (2023-01-11)

Bug Fixes

  • listPicker: 修复在非受控情况下开启allowClear,点击清除Icon的时候无效 (#2134) (7767a11), closes #2133

23.6.6 (2023-01-05)

Bug Fixes

  • listPicker: 修复在非受控情况下开启allowClear,点击清除Icon的时候无效 (#2134) (f2b6043), closes #2133

23.6.5 (2022-12-01)

Bug Fixes

  • daterangepicker: 过去固定时间不能选择同一天 (#2123) (8308036)

23.6.4 (2022-11-22)

Bug Fixes

23.6.3 (2022-11-11)

Bug Fixes

  • date-picker: 默认时区从utc修复为机器时区 (#2112) (b2d07e8)

23.6.2 (2022-10-21)

Bug Fixes

23.6.1 (2022-10-20)

Bug Fixes

23.6.0 (2022-10-17)

Features

23.5.2 (2022-09-06)

Bug Fixes

23.5.1 (2022-07-28)

Bug Fixes

23.5.0 (2022-06-22)

Features

23.4.0 (2022-06-15)

Bug Fixes

  • steps: fix some steps bugs and add test cases (#2066) (610eb51)

Features

  • list-picker, select: support triggerLoading prop (#2065) (1273841)

23.3.2 (2022-06-08)

Bug Fixes

  • layout: fix style incompatable in firfox below v74 (#2052) (d494edc)
  • supportRef: fix the supportRef function (#2056) (8092d69)

23.3.1 (2022-06-01)

Bug Fixes

23.3.0 (2022-05-25)

Features

23.2.1 (2022-05-18)

Bug Fixes

23.2.0 (2022-05-11)

Bug Fixes

  • date-picker: force set viewDate (a00b766)
  • popover: the alternative axis check be enabled (#2002) (8582665)
  • static-date-range-picker: fix panel interaction error (883944b)

Features

23.1.0 (2022-05-04)

Features

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)

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 maxin@growingio.com

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

Co-authored-by: maxin maxin@growingio.com

22.15.2 (2022-04-12)

Bug Fixes

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

22.15.1 (2022-04-12)

Bug Fixes

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

22.15.0 (2022-04-08)

Features

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

22.14.22 (2022-04-08)

Bug Fixes

22.14.21 (2022-04-06)

Bug Fixes

22.14.20 (2022-04-06)

Bug Fixes

22.14.19 (2022-03-30)

Bug Fixes

22.14.18 (2022-03-25)

Bug Fixes

22.14.17 (2022-03-24)

Bug Fixes

  • filter-picker: fix bug (#1925) (0f30563)
  • popover: modify default value of hideDelay and make it equal to delay (#1926) (7c61a1b)

22.14.16 (2022-03-23)

Bug Fixes

22.14.15 (2022-03-22)

Bug Fixes

  • filter-picker: fix icon of Expression (c4bf358)
  • filter-picker: fix parse text (dd01b03)
  • table: fix icon width of Table (5317b2f)
  • tooltip: add word-break (02b869a)

22.14.14 (2022-03-21)

Bug Fixes

22.14.13 (2022-03-21)

Bug Fixes

22.14.12 (2022-03-14)

Bug Fixes

22.14.11 (2022-03-14)

Bug Fixes

22.14.10 (2022-03-11)

Bug Fixes

22.14.9 (2022-03-09)

Bug Fixes

22.14.8 (2022-03-09)

Bug Fixes

22.14.7 (2022-03-07)

Bug Fixes

22.14.6 (2022-03-03)

Bug Fixes

  • FilterPicker: fix delete condition on error (#1884) (f289a35)

22.14.5 (2022-03-03)

Bug Fixes

22.14.4 (2022-03-01)

Bug Fixes

  • collapse: collapse style error and icon render error (#1871) (83744f3)
  • list: list cascader-item on Document click error (#1870) (2d4bd6f)

22.14.3 (2022-02-28)

Bug Fixes

22.14.2 (2022-02-28)

Bug Fixes

  • AbsoluteRangePicker: fix AbsoluteRangePicker defaultViewDates error (#1866) (e670180)
  • pagination: fix bug of pagination (#1862) (dd71336)

22.14.1 (2022-02-25)

Bug Fixes

  • date-picker: date panel is not destroyed when it is hidden (#1864) (9bfcf4f)

22.14.0 (2022-02-25)

Features

  • static-date-picker: hide non-current month's dates (#1863) (1fbcf75)

22.13.2 (2022-02-24)

Bug Fixes

22.13.1 (2022-02-23)

Bug Fixes

  • breadcrumbs: filter null, undefined, and null string (#1856) (147617a)
  • date-range-picker: fix cleanable bug (#1848) (e367f16)
  • drawer: set default value of size to fixed (#1859) (aed40f7)
  • link: root tag will be replaced span when disabled or loading (#1855) (5b79a8b)
  • tag: fix tag background-color (#1858) (ea8191c)

22.13.0 (2022-02-22)

Bug Fixes

  • Table: support show tooltip when checkbox is disabled (#1854) (fa6d1db)

Features

  • past-time-picker: new feature onRangeSelect (#1853) (128d11e)

22.12.14 (2022-02-21)

Bug Fixes

  • page: 修复在cascader中有隐藏的svg时,后面的svg图标展示错误 (#1847) (55a942f)

22.12.13 (2022-02-14)

Bug Fixes

22.12.12 (2022-02-10)

Bug Fixes

  • list, list-picker, select, cascader: add deps style (#1838) (40b5a35)
  • list: fix list cascader item position clip error (#1749) (181c28f)

22.12.11 (2022-02-02)

Bug Fixes

22.12.10 (2022-01-25)

Bug Fixes

22.12.9 (2022-01-18)

Bug Fixes

  • pagination: trigger onChange and go to first page when pageSize or total were changed (#1799) (329423d)
  • property-selector: filter VirtualProperty whose valueType isn't a string (#1810) (ad236f2)
  • property-selector: items inherit groupId and groupName from parent (#1802) (25e64f3)
  • search-bar, property-selector: add deps style (#1797) (870a9b0)
  • table: add filter-popover border-radius (#1803) (86cf78f)
  • table: filter empty page (#1798) (312ba44)
  • table: fix infinite loop (#1794) (f568a49)

22.12.8 (2022-01-13)

Bug Fixes

  • popover: update popover position when bottom is 0 (#1796) (006451c)

22.12.7 (2022-01-12)

Bug Fixes

22.12.6 (2022-01-11)

Bug Fixes

Performance Improvements

  • table: reduce the number of unnecessary clone (#1781) (fe08d6b)

22.12.5 (2022-01-10)

Bug Fixes

  • Popover: fix popover position issue for bottom auto (#1782) (09d0939)

Reverts

22.12.4 (2022-01-07)

Bug Fixes

  • filter-picker: add defaultOperationsOption on FilterCondition (#1773) (127648b)
  • list: list mode=cascader onChange return value and options (#1779) (63a4e16)
  • modal: add min-heigh: 140px to content of Modal (#1775) (2b3b048)
  • Popover: use max height to set popover position (#1778) (ee271d4)
  • table: title ellipsis (#1777) (f779034)

Performance Improvements

22.12.3 (2022-01-06)

Bug Fixes

22.12.2 (2022-01-04)

Bug Fixes

22.12.1 (2022-01-04)

Bug Fixes

  • filter-picker: 修复过滤选择器,当默认为不为空或为空,切换到不包含或包含,有空格选项存在.以及文案不全包含->不包含 (#1766) (b36b266)

22.12.0 (2021-12-31)

Bug Fixes

Features

22.11.1 (2021-12-29)

Bug Fixes

  • pasttimepicker: add internationallization and fix value echo (#1748) (73edb21)

22.11.0 (2021-12-28)

Bug Fixes

Features

  • date-picker, time-picker: set active status on InputButton when visible (#1736) (47e4976)
  • filter-picker: support list type (#1739) (e178062)
  • past-time-picker: relative timeRange support toToday (#1731) (f240f9e)

22.10.1 (2021-12-22)

Bug Fixes

22.10.0 (2021-12-22)

Bug Fixes

Features

  • list: model === 'multiple' add max attribute (#1721) (782857e)

22.9.0 (2021-12-22)

Features

22.8.2 (2021-12-21)

Bug Fixes

  • listPicker: fix listPicker lines ellipsis (#1711) (41ed2a1)
  • Popover: fix popover position for window browser (#1712) (d20aa1d)

22.8.1 (2021-12-21)

Bug Fixes

  • card: fix card bug about description atttribute can't enter reactNode (#1703) (5d5d156)
  • list: fix list item data-testid (#1710) (cdb66d6)

22.8.0 (2021-12-20)

Bug Fixes

Features

  • dropdown: set active status on Button or IconButton when visible (#1697) (33d72d5)
  • link: support component prop (#1699) (0bb93f0)

22.7.0 (2021-12-16)

Bug Fixes

  • cascader: add itemPosition attr (#1689) (b554264)
  • input-button: fix input button active style (#1679) (1f11cce)
  • popover: add popover flip (#1690) (513ee54)
  • popover: fixed popover flip (#1692) (f062748)
  • property-picker: 修改属性选择器分类导航使用新的tabs,可左右滑动 (#1695) (b6508e0)

Features

22.6.0 (2021-12-15)

Bug Fixes

Features

Reverts

22.5.4 (2021-12-15)

Bug Fixes

  • list-picker: recent component add filter methods (#1676) (0d1aa0d)

22.5.3 (2021-12-14)

Bug Fixes

  • cascader: item 点击方法不稳定 (#1669) (8e8244a)
  • InputButton: fix icon-prefix-cls of InputButton (#1675) (980f51b)
  • legacy/list-pro: use legacy/checkbox in /legacy/list-pro (#1677) (9f8dde8)
  • list: list multiple style error (#1668) (ff1c61d)

22.5.2 (2021-12-13)

Bug Fixes

22.5.1 (2021-12-09)

Bug Fixes

  • cascader: fix cascader item disabled pass down (#1658) (783e14f)
  • Input: resolve input button selected issue (#1657) (464d269)
  • popover: popover createPortal default document.body (#1654) (98b04e3)
  • SearchBar: support clear value (#1659) (2caee20)

22.5.0 (2021-12-09)

Bug Fixes

Features

  • filter-picker: 支出用户标签数值日期类型 (#1645) (9c8c2ed)

22.4.1 (2021-12-07)

Bug Fixes

22.4.0 (2021-12-03)

Bug Fixes

Features

  • form, basepicker, propertyselector, listpicker, panel: i18n (#1601) (50158a0)
  • select: select、 cascader、list-picker、value新增number类型 (#1605) (47139ee)

22.3.0 (2021-12-02)

Bug Fixes

Features

  • filterpicker: support i18n in the FilterPicker (#1592) (7ebabe1)
  • legacy/propertyselector: add virtualProperty icon (#1581) (ecdcd1b)

22.2.1 (2021-11-30)

Bug Fixes

Reverts

  • Revert "feat(popover): popover 不再对触发元素包裹 div;popover 默认挂载到 body 上 (#1527)" (#1532) (df8d2bd), closes #1527 #1532

22.2.0 (2021-11-25)

Bug Fixes

Features

  • popover: popover 不再对触发元素包裹 div;popover 默认挂载到 body 上 (#1527) (e186fb0)

22.1.0 (2021-11-25)

Bug Fixes

Features

22.0.2 (2021-11-22)

Bug Fixes

22.0.1 (2021-11-19)

Bug Fixes

Features

Performance Improvements

22.0.0 (2021-11-17)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • change the importing path of components. Using DesignContext for global configuration.