@simplybusiness/mobius 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -10,12 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
12
|
- Add and use `--size-xxs` variable for 4px value
|
|
13
|
+
- Add new icons `circleSterling`, `dollarSign`, `question`, `sterlingSign`, `tag`
|
|
13
14
|
|
|
14
15
|
### Fixed
|
|
15
16
|
|
|
16
17
|
- Fix `<Select>` icon background colour when hover/focus
|
|
17
18
|
- Fix `<Accordion />` to only toggle on Space and Enter keys
|
|
18
19
|
|
|
20
|
+
### Removed
|
|
21
|
+
|
|
22
|
+
- Remove duplicate icons `buttonArrowRight`, `buttonArrowRightActive`, `ctaArrow` in favour of `rightArrow` icon. Also remove `buttonArrowLeft`, `buttonArrowLeftActive` in favour of `leftArrow`.
|
|
23
|
+
- Remove unused icons `facebook`, `facebookF`, `linkedin`, `linkedinSquare`, `twitter`, `twitterSquare`, `youtube`, `youtubeSquare`
|
|
24
|
+
|
|
19
25
|
## [4.2.0] - 2023-12-11
|
|
20
26
|
|
|
21
27
|
### Added
|
|
@@ -478,6 +484,7 @@ Additionally, mobius and themes are available on the public NPM registry and can
|
|
|
478
484
|
|
|
479
485
|
## Github Links
|
|
480
486
|
|
|
487
|
+
[4.2.2]: https://github.com/simplybusiness/mobius/releases/tag/v4.2.2
|
|
481
488
|
[4.2.1]: https://github.com/simplybusiness/mobius/releases/tag/v4.2.1
|
|
482
489
|
[4.2.0]: https://github.com/simplybusiness/mobius/releases/tag/v4.2.0
|
|
483
490
|
[4.1.2]: https://github.com/simplybusiness/mobius/releases/tag/v4.1.2
|