Skip to content

Latest commit

 

History

History
532 lines (363 loc) · 48.1 KB

CHANGELOG.md

File metadata and controls

532 lines (363 loc) · 48.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2023-12-26)

Features

Bug Fixes

  • add export Image and useIntersectionObserver in index (#426) (7a03ffd)
  • slidepane: scroll slidepane content without header (#423) (7fab9ed)

5.0.0 (2023-11-15)

Features

4.3.1 (2023-11-14)

Features

Bug Fixes

  • upgrade SpreadSheet component for can be binded ref (#404) (361486c)
  • useList: fix setLoading when request multiple times (#391) (#397) (bfc53ae)
  • useList: initialParams suppport function type (#393) (d02017d)

4.2.1 (2023-09-13)

Features

  • add spreadSheet columnSort and columnTypes (#373) (f6a14f3)

Bug Fixes

4.3.0 (2023-11-03)

4.2.1 (2023-09-13)

Features

  • add spreadSheet columnSort and columnTypes (#373) (f6a14f3)

Bug Fixes

  • fix immediate option in userList (#378) (b8992f3)

    272326794683ecd3ed1846ad38fd4258b23dc0f7

4.2.0 (2023-08-24)

Bug Fixes

4.1.0 (2023-07-12)

Features

Bug Fixes

4.0.4 (2023-06-20)

4.0.3 (2023-06-15)

Features

  • Form: support title, footer, summary on Form.Table (#353) (cd644cf)
  • support titleTooltip attribute in form table (#354) (379d4dd)

4.0.2 (2023-06-07)

Features

  • listen for parent element size changes (#351) (d87a1cd)

Bug Fixes

4.0.1 (2023-05-26)

Bug Fixes

4.0.0 (2023-05-15)

Features

Bug Fixes

  • add padding for errorBoundary demos (#328) (e6b4028)
  • fix antd dynamic import style (#309) (8738c61)
  • remove FullScreen component unless FullscreenState declration (b2330bd)
  • stale params when revalidate (#342) (f9e509d)
  • unit coding style && name to import (#333) (02dd422)

3.0.8 (2023-01-11)

Features

Bug Fixes

3.0.7 (2022-12-16)

Bug Fixes

3.0.6 (2022-12-07)

Features

Bug Fixes

3.0.5 (2022-11-28)

Bug Fixes

3.0.4 (2022-11-27)

Bug Fixes

  • get init fullscreen state when mount (#258) (3496bb9)

3.0.3 (2022-11-23)

Features

Bug Fixes

  • prevent menu event propagation to treeNode (#254) (149cb66)

3.0.2 (2022-11-18)

Bug Fixes

  • prevent menu event propagation to treeNode (#254) (149cb66)

3.0.1 (2022-11-16)

Features

Bug Fixes

3.0.0 (2022-11-15)

Features

Bug Fixes

2.2.1 (2022-09-01)

Features

2.2.0 (2022-08-15)

Features

Bug Fixes

  • resolve property does not exist on type IMxgraph(TS2339) (510835a)

2.0.12 (2021-10-22)

2.0.11 (2021-09-29)

Bug Fixes

  • progressbar: hide error when use document.body.removeChild (#154) (4bcd66c)

2.0.10 (2021-08-25)

2.0.9 (2021-08-23)

Features

Bug Fixes

2.0.8 (2021-08-10)

Bug Fixes

  • progressline: modify progressLine style file (#129) (c97a80b)

2.0.7 (2021-08-09)

Features

2.0.6 (2021-08-04)

Features

Bug Fixes

2.0.4 (2021-06-03)

2.0.3 (2021-01-26)

Bug Fixes

  • optimize component export (7eac54a)

Features

  • add Resize component and delete unnecessary code (938f3fa)
  • change getStyle advanced attributes preferred (0e0d775)
  • merge recent dev (5f05458)
  • renamed Props to ellipsisTextProps (483143a)
  • replace English comments (89d107f)
  • sync code (f81963a)
  • unit test fix and change getStyle methods (4b864ff)

Tests

  • add ellipsisText unit test (ee4beff)

2.0.2 (2021-01-05)

Bug Fixes

  • fix css demand load error due to styles name (781691a)
  • fix ellipsisText style (1dbe3ae)

Build System

  • deps: bump highlight.js from 9.14.2 to 10.4.1 (abbce2f)
  • package: update some pkg version (c41e1a2)

Features

2.0.1 (2020-12-04)

Bug Fixes

Build System

  • add gulpfile in npmignore (5e412ef)
  • fix Load missing styles on demand (bdbb319)

2.0.0 (2020-10-30)

Bug Fixes

  • coordinate and windows scroll issue (501aff4)
  • delete useless code (fcc0b4a)
  • environment variable judgment conflict (f9b3d77)
  • filterOption add type (18dddbb)
  • fix eslint syntax error (4876267)
  • fix import name issue (c997f5c)
  • fix import path and some file name (9293459)
  • fixed file reference path (8ae9a4b)
  • fixed storybook instance (937da9b)
  • commit: fix commit config (97e58eb)
  • easyselect: update auto and fix dataSource is null (c0ed413)
  • type: scrollTest Comp type fix (7d5f9f6)
  • modify file name (4f9c6b4)

Build System

  • reorganization order and add prettier (acc682b)
  • update eslint config and fix eslint error (50644d5)
  • update package-lock.json (04cd527)
  • update package.json and add gulp dependency (76a5e45)

Features

  • add css build and remove sass-node to build global style (9a97115)
  • add js file to imported style file (190f273)
  • add lazyDataSource (5a31c1f)
  • add multiSearchInput test (c0fcb43)
  • add slidePane test case (92d0e3d)
  • architecture: optimize architecture (6dc598a)
  • add styles on demand (0636f6a)
  • optimizing semantics (ce58871)
  • restore configuration file (72c6b95)
  • restore jest configuration (ecbd0fc)
  • support style loading on demand (6fd05e2)
  • update global file (d317f6e)
  • update storybook description document (b981002)
  • easyselect: custom lazy loading (91348ac)

Tests

  • multiSearchInput: 解决晨风提的键盘事件 mockFunction 无法触发的问题 (b59fa20)
  • add easySelect test (4201cf4)
  • correct import form (df20482)
  • update reference path (b41e292)

1.3.0 (2020-07-14)

Bug Fixes

  • fix first-chiled error (33d89ff)
  • build: fix build out of memory (44059dd)
  • component: keyCombiner fix (404db44)
  • markdown render: handle the angle brackets of markdown content (663b4ce), closes #2
  • package: del storybook-html pkg (6d00d1f)

Build System

Features

  • breadcrumb: optimize code (1abf0fb)
  • change easySelect (a542be4)
  • import scss (0b1aa7b)
  • breadcrumb: merge (b3a12f2)
  • breadcrumb: optimze usage (2dee11c)
  • breadcrumb: rafactor breadcrumb based on antd (fd7d072)
  • component: add fullscreen component (28c0673)
  • component: add keyCombiner (68fee81)
  • component: add toolmodal (e71d728)
  • component: add window and scroll text comps (1e42226)
  • resize: add resize component (2bbdeee)
  • update: update small feats (228ce36)

Tests

1.2.0 (2020-07-03)

Features

  • component: add v1.2.0 components(TextMark、TableCell、SpreadSheet..) (0f14762)
  • component: fix and add interface (6f10474)

1.1.0 (2020-06-23)

Bug Fixes

Build System

Features

  • add default api (8b0dd72)
  • add dt-easy-select (486253b)
  • change api (9a27108)
  • component: add chromeDownload component (2aafdfd)
  • component: add components (dad13c8)
  • component: add progressBar Component (857cdcb)

1.0.0 (2020-06-15)

Bug Fixes

Features

  • component: add context menu (88ff5b3)
  • component: add not found component and update goback (91587e9)
  • component: add slidepane component (c0b9be6)
  • component: circle component (505a09e)
  • component: slidePane (151ad97)
  • component: update context menu and stories sort (dc26b84)
  • doc: add dev doc (b120e18)
  • project: docs (6e069e3)
  • stories: addons and docs update (b656d63)