Skip to content

Releases: DevCloudFE/react-devui

v18.3.6

09 Mar 08:47
Compare
Choose a tag to compare

18.3.6 (2023-03-09)

Bug Fixes

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

v18.3.5

09 Mar 07:44
Compare
Choose a tag to compare

18.3.5 (2023-03-09)

Bug Fixes

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

v18.3.4

09 Mar 05:09
Compare
Choose a tag to compare

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)

v18.3.3

03 Mar 01:37
Compare
Choose a tag to compare

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)

v18.3.2

24 Feb 03:05
Compare
Choose a tag to compare

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)

v18.3.1

24 Feb 01:51
Compare
Choose a tag to compare

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)

v18.3.0

17 Feb 01:40
Compare
Choose a tag to compare

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.

v18.2.0

10 Feb 01:16
Compare
Choose a tag to compare

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.

v18.1.4

03 Feb 08:56
Compare
Choose a tag to compare

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)

v18.1.3

13 Jan 09:24
Compare
Choose a tag to compare

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)