Skip to content

Commit

Permalink
πŸ“¦ Shared UI v2.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleigh committed Jul 14, 2021
1 parent 49ed56c commit 8fb5c78
Show file tree
Hide file tree
Showing 44 changed files with 5,541 additions and 4,664 deletions.
156 changes: 113 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,134 @@
v2.10.9
- [Fix] Children side tabs are closing its parent side tab.
- [Fix] Added overflow-wrap for sui-upload-file class to make the content not overflow the element.
## Shared UI v2.10.10 (Unreleased)

#### New
* ✨ new(icons): Add `beehive` icon. ([@iamleigh](https://github.com/iamleigh))

v2.10.8
- [Fix] Deprecated focus() function.
- [Fix] Prevent SUI React Modal from getting wrapper margins.
- [Fix] Side Navigation: Remove select bottom margin.
- [Enhance] Side Navigation: Support RTL language.
#### Bug Fixes
* [#310](https://github.com/wpmudev/shared-ui/pull/310) πŸ› fix(dropdowns): The menu wraps the line. ([@Gowtham369](https://github.com/Gowtham369))
* [#312](https://github.com/wpmudev/shared-ui/pull/312) πŸ› fix(tabs): Clicking icons inside is not updating tab status. ([@Gowtham369](https://github.com/Gowtham369))
* [#313](https://github.com/wpmudev/shared-ui/pull/313) πŸ› fix(buttons): High contrast mode gives black icons on black background. ([@Gowtham369](https://github.com/Gowtham369))
* [#315](https://github.com/wpmudev/shared-ui/pull/315) πŸ› fix(toggles): Invisible on windows's high contrast mode. ([@Gowtham369](https://github.com/Gowtham369))
* [#316](https://github.com/wpmudev/shared-ui/pull/316) πŸ› fix(reviews): Solve security bug. ([@iamleigh](https://github.com/iamleigh))

#### Committers: 1
- Gowtham Ravipati ([@Gowtham369](https://github.com/Gowtham369))
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

v2.10.7
- [Fix] Select: Selected items are not properly highlighted inside dropdown.
- [Fix] Select: Multi-select search is unstyled and placed outside container.
- [Enhance] Select: Use new color variables.
## Shared UI v2.10.9

#### 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.

v2.10.6
- [Fix] Select: Append dropdown to SUI body class instead of body tag.
#### Committers: 2
- Gowtham Ravipati ([@Gowtham369](https://github.com/Gowtham369))
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.8

v2.10.5
- [Fix] e.SUISelect2 is not a function.
- [Fix] Broken icons on Select2 dropdown.
#### 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.

v2.10.4
- [Fix] Upgrade to Select2 v4.1.0-rc.0
#### Committers: 2
- Danae Millan ([@a-danae](https://github.com/a-danae))
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.7

v2.10.3
- [Fix] Modals with slides fail to open
#### 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 unstyled and placed outside container.

v2.10.2
- [Fix] jQuery 3 and WordPress v5.6 compatibility.
- [Fix] Selectors: Setting height for makes the modal jump on click.
#### Committers: 1
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.6

v2.10.1
- [Fix] Remove UTF symbols on comments.
- [Fix] Side Navigation: Icons are placed on next line.
#### Bug Fixes
* [#302](https://github.com/wpmudev/shared-ui/pull/302) πŸ› fix(select): Append dropdown to SUI body class instead of body tag.

#### Committers: 1
- Danae Millan ([@a-danae](https://github.com/a-danae))

v2.10.0
- [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.
- [Enhance] 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 @Leigh.
- [Enhance] Select: Support RTL language.
- [Enhance] Insert Variables: Now uses SUIselect2() only since SUI.Select() was removed.
Dev Notes: Changes done to select component affect this element too. For more info,
please review the documentation https://wpmudev.github.io/shared-ui/insert-variables/
or ping @Leigh.
- [Enhance] Icons: Replace i selector for span.
- [Enhance] Buttons: New design for focus state.
## Shared UI v2.10.5

#### Bug Fixes
* πŸ› fix(select2): e.SUISelect2 is not a function.
* πŸ› fix(select2): Broken icons on Select2 dropdown.

#### Committers: 2
- Danae Millan ([@a-danae](https://github.com/a-danae))
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.4

#### Improvements
* πŸ› fix(select2): Upgrade to Select2 v4.1.0-rc.0

#### Committers: 2
- Danae Millan ([@a-danae](https://github.com/a-danae))
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.3

#### Bug Fixes
* πŸ› fix(modals): Modals with slides fail to open.

#### Committers: 1
- Danae Millan ([@a-danae](https://github.com/a-danae))

## Shared UI v2.10.2

#### 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
- Danae Millan ([@a-danae](https://github.com/a-danae))
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.1

#### Bug Fixes
* πŸ› fix(core): Remove UTF symbols on comments.
* πŸ› fix(side-navigation): Icons are placed on next line.

#### Committers: 1
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

## Shared UI v2.10.0

#### 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/](https://wpmudev.github.io/shared-ui/select/) or ping [@iamleigh](https://github.com/iamleigh).
* πŸ› fix(select): Support RTL language.
* πŸ› fix(insert-variables): Now uses `SUIselect2()` only since `SUI.Select()` was removed.
* **Dev Notes:** Changes done to select component affect this element too. For more info, please review the documentation [https://wpmudev.github.io/shared-ui/select/](https://wpmudev.github.io/shared-ui/select/) or ping [@iamleigh](https://github.com/iamleigh).
* πŸ› 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
- Leighton Sapir ([@iamleigh](https://github.com/iamleigh))

- - -

v2.9.6
- [Fix] Tabs: Tab's related radio not being checked since WP 5.5.0.
Expand Down
Loading

0 comments on commit 8fb5c78

Please sign in to comment.