Skip to content

Latest commit

 

History

History
575 lines (359 loc) · 37.3 KB

CHANGELOG.md

File metadata and controls

575 lines (359 loc) · 37.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

18.6.2 (2023-07-10)

Bug Fixes

  • ui: calculate click position (612011a)

Features

  • platform: chart support locale (ff75a14)

18.6.1 (2023-07-07)

Note: Version bump only for package react-devui

18.6.0 (2023-07-07)

Bug Fixes

Features

  • platform: support 'canvas' chart (42c7978)

18.5.13 (2023-07-05)

Bug Fixes

  • ui: add miss prefix to $rd-enable-gap (1f75c24)

18.5.12 (2023-07-05)

Bug Fixes

  • platform: fix table checkbox hidden (cd9d014)

Features

18.5.11 (2023-06-21)

Features

  • ui: popup components support dInitialVisible (82ef3d5)

18.5.10 (2023-06-15)

Bug Fixes

18.5.9 (2023-06-09)

Bug Fixes

  • ui: fix date-picker preset error (b4a252e)

18.5.8 (2023-05-30)

Features

18.5.7 (2023-05-25)

Bug Fixes

  • platform: fix echat tooltip overflow hidden (1630134)

18.5.6 (2023-05-17)

Features

  • ui: select support dMonospaced prop (3167d57)

18.5.5 (2023-05-08)

Bug Fixes

  • hooks: add golbal update to effect hook (457dbe4)

18.5.4 (2023-05-04)

Bug Fixes

  • platform: fix break-all not work in ios (32fd556)
  • platform: fix home page miss tokenGuard (84eef0b)

Features

  • ui: badge support custom text (5dbc1da)

18.5.3 (2023-03-17)

Reverts

  • revert "feat(ui): add dVerticalCenter to checkbox and radio" (9b0b06a)

18.5.2 (2023-03-17)

Features

  • ui: add dVerticalCenter to checkbox and radio (cfe1fe7)

18.5.1 (2023-03-17)

Features

18.5.0 (2023-03-16)

Bug Fixes

  • ui: fix style when card action is disabled (a4e3077)

Code Refactoring

  • ui: remove dCloseOnClick in dropdown (adde61a)

BREAKING CHANGES

  • ui: onItemClick support control close.

18.4.1 (2023-03-15)

Bug Fixes

18.4.0 (2023-03-14)

Bug Fixes

  • platform: fix gap not support in old browser (a922ff7)
  • ui: fix style of pagination (b83a36b)

Code Refactoring

BREAKING CHANGES

  • ui: adjust api of card's actions.

18.3.7 (2023-03-10)

Bug Fixes

  • fix gap not support in old browser (4a39ad9)
  • platform: set page to 1 when filter list (45f5752)
  • ui: fix input no size in old browser (f553aaf)

18.3.6 (2023-03-09)

Bug Fixes

  • fix inset not support in old browser (539a954)

18.3.5 (2023-03-09)

Bug Fixes

  • ui: fix ResizeObserver miss borderBoxSize with some browsers (13df709)

18.3.4 (2023-03-09)

Bug Fixes

  • site: safari doesn't support lookbehind (12a418f)
  • ui: change focus after visible change (02d4072)
  • ui: close popup when tree-select selected (adb5f33)
  • ui: fix styles (2bf87b0)

18.3.3 (2023-03-03)

Bug Fixes

  • platform: dont center content when detail-view is vertical (a692605)
  • ui: fix collapse-transition not work when el hide initially (98c8dec)
  • ui: fix logic of date-picker popup window (b69cf2d)

18.3.2 (2023-02-24)

Bug Fixes

  • ui: clear input when click date-input's clear-button (b9a2316)

Reverts

  • revert "fix(ui): fix menu-indicator flash" (154f664)

18.3.1 (2023-02-24)

Bug Fixes

  • ui: fix input pass dModel not work (8cfa7ca)
  • ui: fix menu-indicator flash (ed794b0)
  • ui: remove min-width when button is link type (f4e3a06)
  • ui: render div when dSearchable is false (84f4189)

Features

  • platform: add correct className for Link (1dfda85)
  • ui: optimize date-picker (132cecc)

18.3.0 (2023-02-17)

Bug Fixes

  • platform: should useQueryParams only change query (634556b)
  • ui: fix miss flexShrink in virtual-scroll's fill element (1c2cdf3)

Code Refactoring

  • ui: remove dExpandAll api (f51cd58)

Features

  • platform: add skipRenderLink to breadcrumb (7506017)
  • ui: add dVirtual for all virtual-scroll (2b7e268)
  • ui: support custom dropdown for tabs (862effe)

BREAKING CHANGES

  • ui: use dExpandAll usually not as expected.

18.2.0 (2023-02-10)

Bug Fixes

  • platform: fix ts error of detail-view (9c161ea)

Code Refactoring

  • ui: add DUploadList to display upload list (cd4eff6)

BREAKING CHANGES

  • ui: update api of upload.

18.1.4 (2023-02-03)

Bug Fixes

  • ui: fix ts of FormGroup (7382686)
  • ui: input no padding-right when button on the far right (cbedd56)

Features

  • platform: add center and noWrapper for detail-view (c5a81ea)
  • platform: support responsive form (b5fa2a2)

18.1.3 (2023-01-13)

Bug Fixes

  • platform: fix navigate to login when login (3e8b93c)
  • platform: remount route when location's path change (1e78e57)

Features

  • hooks: useResize add skipEmpty param (fbed91f)
  • platform: route's data support pass params (d04f94f)

18.1.2 (2023-01-06)

Bug Fixes

  • ui: fix textarea ts-type error (c9d48d1)
  • ui: set min-width to 0 for input element (3ccc7b1)
  • ui: submenu should include active item when change color of expand (128c5f3)

Features

  • platform: status-dot support wave animation (4fc1364)
  • ui: support update fixed state when table resize (9fac01a)

18.1.1 (2023-01-03)

Bug Fixes

Features

  • ui: auto-complete support Shift + Enter (04d504a)

18.1.0 (2022-12-16)

Bug Fixes

  • ui: check if click by keydown (8eb70ca)

Code Refactoring

  • ui: no longer use cloneElement to change action (e07e107)

Features

  • ui: add dNowrap for both td and th (0541bca)

BREAKING CHANGES

  • ui: provide action components

18.0.5 (2022-12-09)

Bug Fixes

18.0.4 (2022-12-09)

Bug Fixes

  • ui: fix circular dependency (1b21527)

18.0.3 (2022-12-05)

Bug Fixes

  • platform: should be empty until select list inited (a9823b2)

Features

  • platform: add aLabelAlign prop to detail-view (9710203)
  • platform: add detail-view component (f752d3f)
  • platform: add fn to handle http response (b721e07)

18.0.2 (2022-11-30)

Bug Fixes

  • platform: adjust init (6a0ab44)
  • platform: clear keyword when reset (4816227)
  • platform: use params in get request (c7c4c06)
  • ui: fix max-index in dev env (f4628a9)
  • ui: rename DCheckboxList to DCheckboxItem (ee94f54)

18.0.1 (2022-11-25)

Bug Fixes

  • platform: dont add Authorization when in login page (a225419)

Features

  • platform: add APP_NAME config (ad607ca)

18.0.0 (2022-11-23)

Bug Fixes

  • ui: fix get item by index maybe undefined (d25d315)

Features

1.0.0-alpha.1 (2022-11-21)

Performance Improvements

  • createGlobalState export set method without state (f695966)
  • platform: use React.memo render routes (75a332d)

1.0.0-alpha.0 (2022-11-18)

Bug Fixes

  • platform: save query when refresh table (94ad9d8)
  • ui: dSkipFirstTransition should be false to keep mask transition (22c1f9e)
  • ui: add stopPropagation to upload-action (67172c7)
  • ui: clearable when date not null (3d4333a)
  • ui: default value of dNowrap should be false (f809548)
  • ui: fix miss tree panel's ref (2503338)
  • ui: fix update upload list (763e429)
  • ui: spinner should display inline when dAlone is true (c5ec01d)

Code Refactoring

  • ui: refactor slides component (c71e227)

Features

  • platform: add detail route (a06e2a3)
  • ui: slides support swipe gesture (2f2ce7d)
  • ui: support destroy node after element hided (060c0cd)

BREAKING CHANGES

  • ui: remove swiper

0.1.0-alpha.11 (2022-11-08)

Bug Fixes

  • sourceMap should be false (d4566d3)

0.1.0-alpha.10 (2022-11-08)

Bug Fixes

  • ui: dropdown of multi-select not focusable (2c0d85b)
  • ui: fix calculation of aria-setsize (864290d)
  • ui: fix focus when press ArrowRight (7e5d31c)
  • ui: fix init cascader focus (c7c155d)
  • ui: fix miss right arg in range slider (8bb5d0f)
  • ui: fix textarea minHeight (5ab8359)

Features

  • add inWindow arg for calculate position (f3e554c)
  • add data generater for base64 (1888f80)
  • add platform template (308bdf0)
  • add vscode extension (34501ec)
  • platform: add Marker. MarkerCluster and InfoWindow (92ad49d)
  • platform: add test route (ad7260c)
  • platform: add amap route (18f1e12)
  • platform: add echarts route (8639847)
  • platform: add login route (8a418f1)
  • platform: add table route (67ddeb0)
  • platform: use latest options of echarts (ef57069)
  • site: add Compose and VirtualScroll tag (1407515), closes #183
  • ui: fab add backtop support (4c36143)
  • ui: optimize auto position (a94d4c0)

0.1.0-alpha.9 (2022-08-18)

Bug Fixes

  • ui: fix first popup update (0d0262d)

0.1.0-alpha.8 (2022-08-17)

Note: Version bump only for package react-devui

0.1.0-alpha.7 (2022-08-17)

Bug Fixes

  • ui:anchor: use getElementById (7bd740b)

0.1.0-alpha.6 (2022-08-16)

Note: Version bump only for package react-devui

0.1.0-alpha.5 (2022-08-16)

Bug Fixes

  • ui: add rfs to dependencies (0da6e7f)

0.1.0-alpha.4 (2022-08-16)

Note: Version bump only for package react-devui

0.1.0-alpha.3 (2022-08-16)

Note: Version bump only for package react-devui

0.1.0-alpha.2 (2022-08-15)

Bug Fixes

0.1.0-alpha.1 (2022-08-15)

Note: Version bump only for package react-devui

0.1.0-alpha.0 (2022-08-15)

Bug Fixes

  • ui:form: fix required type of 'optional' (ca475f7)
  • ui:form: rename form.ts to form-control.ts to fix case-sensitive errors (4af2536)
  • ui:input: fix number decrease (f3cfaac)
  • ui:menu: fix menu dExpandOne not work (c265bbb)
  • ui:menu: fix popup in vertical mode (686ef7e)
  • ui:menu: remove the use of the debug interface (0a4d0e8)
  • ui:modal: use % instead of vh to avoid overview in mobile (1cafbbc)
  • ui:select-box: fix disabled missing (2e1aef6)
  • ui:selectbox: fix dSearchable not work (46ff2fe)
  • ui:time-picker: fix time order (912d557)
  • ui: disable event when loading (21e6d07)
  • ui: fix onChange not work (16b1fdb)
  • ui: fix useMaxIndex (8803c50)
  • ui: fix bug of useTwoWayBinding (6767097)
  • ui: fix some bugs of SSR support (1929327)
  • ui: use dPrefix instead of d- (76ba32e)

Features

  • add dark theme (ee1d708)
  • add lerna (1faa7a5)
  • site: support custom markdown route (d2511ee)
  • site: support mobile (0d62159)
  • ui:dropdown: add dropdown-group (b193cf0)
  • ui:input: add number type input (c9889b4)
  • ui:time-picker: improve logic of 'Enter' keydown (ddaa337)
  • ui: add accordion component (768b97c)
  • ui: add alert component (a7fbe3d)
  • ui: add auto-complete component (bff2457)
  • ui: add avatar component (da42400)
  • ui: add back-top component (8c71508)
  • ui: add badge component (53f934d)
  • ui: add breadcrumb component (ae97c22)
  • ui: add card component (765c628)
  • ui: add cascader component (6cad956)
  • ui: add checkbox component (71f787f)
  • ui: add compose component (9189038)
  • ui: add date-picker component (83a33a7)
  • ui: add dEscClose prop (9143505)
  • ui: add dropdown component (9613142)
  • ui: add empty component (3305f22)
  • ui: add form component (2f53edc)
  • ui: add grid component (fa1f5bc)
  • ui: add image component (4e03e12)
  • ui: add input component (51c3d86)
  • ui: add loading component (2f55334)
  • ui: add modal component (28cdad5), closes #41
  • ui: add notification component (9abbaa6)
  • ui: add pagination component (3741be4)
  • ui: add popover component (40c07ca)
  • ui: add progress component (069a05f)
  • ui: add radio component (fc0aa88)
  • ui: add rating component (07daffe)
  • ui: add select component (6890d92)
  • ui: add separator component (b20bd7c)
  • ui: add skeleton component (1dbb55b)
  • ui: add slider component (44c77fb)
  • ui: add slides component (b48f47d)
  • ui: add stepper component (bf65139)
  • ui: add switch component (a214b9a)
  • ui: add table component (567057f)
  • ui: add tabs component (106229c)
  • ui: add textarea component (144776b)
  • ui: add time-picker component (e3dc42d)
  • ui: add timeline component (47679f4)
  • ui: add toast component (95c643f)
  • ui: add transfer component (9ca9a48)
  • ui: add tree-select component (144240a)
  • ui: add tree component (fb8a7b3)
  • ui: add upload component (ef0e55c)
  • ui: add virtual-scroll component (9b1cd98)
  • ui: add virtual-scroll component (eb1a986)
  • ui: add component matedata (cc56e76)
  • ui: add custom trigger node (78e6fb6)
  • ui: add empty state (8f8d5f7)
  • ui: add listener for scrollview change (d4ea59e)
  • ui: add ts check for component configs (c1f1297)
  • ui: provide SSR support (6b83ccb)
  • ui: support two-way binding (246f968)
  • ui: suppot drag on mobile (46dd985)
  • ui: use component name as useDComponentConfig argument (4bc6c39)
  • update to React 18 Beta (bfbf6e0)

Performance Improvements

  • remove unnecessary useCallback and useMemo (5959cf7)
  • ui:cascader: optimize performance (8ef6157)
  • ui:select: optimize performance (6f024fd)
  • ui:virtual-scroll: optimize performance (e252fb4)
  • ui: add skip for global scroll (7f92f7e)
  • ui: optimizing handle of big data (542f220)
  • ui: optimizing virtual-scroll (cce0e71)
  • ui: optimizing virtual-scroll (d0205a3)