Skip to content

Releases: wpmudev/shared-ui

v2.10.9

26 Dec 22:35
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • fix(side-tabs): Children side-tabs are closing its parent side-tab.
  • fix(file-uploads): Make long URL names not overflow the element.

Committers: 2

v2.10.8

29 Apr 04:20
Compare
Choose a tag to compare

πŸš€ Improvements

  • fix(side-navigation): Support RTL language.

πŸ› Bug Fixes

  • fix(multiple-strings): Deprecated focus() function.
  • fix(notifications): Deprecated focus() function.
  • fix(tree-selectors): Deprecated focus() function.
  • fix(modals): Prevent SUI React Modal from getting wrapper margins.
  • fix(side-navigation): Remove select bottom margin.

Committers: 2

v2.10.7

11 Mar 23:42
Compare
Choose a tag to compare

πŸš€ Improvements

  • fix(select): Use new color variables.

πŸ› Bug Fixes

  • fix(select): Selected items are not properly highlighted inside dropdown.
  • fix(select): Multi-select search is un-styled and placed outside container.

Committers: 1

v2.10.6

06 Mar 03:18
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • #302 fix(select): Append dropdown to SUI body class instead of body tag.

Committers: 1

v2.10.5

06 Mar 03:18
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • fix(select2): e.SUISelect2 is not a function.
  • fix(select2): Broken icons on Select2 dropdown.

Committers: 2

v2.10.4

06 Mar 03:17
Compare
Choose a tag to compare

πŸš€ Improvements

  • fix(select2): Upgrade to Select2 v4.1.0-rc.0

Committers: 2

v2.10.3

06 Mar 03:17
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • fix(modals): Modals with slides fail to open.

Committers: 1

v2.10.2 - jQuery 3 & WordPress v5.6 Compatibility

06 Mar 03:17
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • fix(dropdowns): jQuery 3 and WordPress v5.6 compatibility.
  • fix(modals): jQuery 3 and WordPress v5.6 compatibility.
  • fix(tabs): jQuery 3 and WordPress v5.6 compatibility.
  • fix(tree-selectors): jQuery 3 and WordPress v5.6 compatibility.
  • fix(select2): Setting height for makes the modal jump on click.

Committers: 2

v2.10.1

17 Nov 05:22
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • fix(core): Remove UTF symbols on comments.
  • fix(side-navigation): Icons are placed on next line.

Committers: 1

v2.10.0 - Select

10 Nov 16:34
Compare
Choose a tag to compare

πŸš€ Improvements

  • fix(select): Merge SUIselect2() with SUI.Select().
    • Dev Notes: Regular select (without JS init) is now styled too, and the only difference you are going to find between both is the dropdown list that without JS looks un-styled. For more info, please review the documentation https://wpmudev.github.io/shared-ui/select/ or ping @iamleigh.
  • fix(select): Support RTL language.
  • fix(insert-variables): Now uses SUIselect2() only since SUI.Select() was removed.
  • fix(icons): Replace i selector for span.
  • fix(buttons): New design for :focus state.

πŸ› Bug Fixes

  • fix(select): Make element accessible for screen readers users.
  • fix(select): Non-passive event listener to a scroll-blocking 'wheel' event.
  • fix(select): Non-js element is already styled.

Committers: 1