@atom-learning/components 5.2.4 → 5.3.0
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 +20 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
# [5.3.0](https://github.com/Atom-Learning/components/compare/v5.2.5...v5.3.0) (2025-07-15)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* fixed issue with code block saving options ([f0d1909](https://github.com/Atom-Learning/components/commit/f0d190982490fb2b8380d9515f38ca3d932be8c1))
|
|
7
|
+
* slight padding change ([ef18f46](https://github.com/Atom-Learning/components/commit/ef18f46eedc4ff1107f9d4c131e8f7c7e7e3c5f7))
|
|
8
|
+
* tidy up badge variant list ([3733ecf](https://github.com/Atom-Learning/components/commit/3733ecf0635b91bb30f03e3a1d4c2fa83b77a81f))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* added autofocus to search input ([071ded3](https://github.com/Atom-Learning/components/commit/071ded3034a01b2b962e21667f8b1d86f11621e3))
|
|
14
|
+
* added error if trying to use onclick on an info only label ([5e2dcb0](https://github.com/Atom-Learning/components/commit/5e2dcb0b3918c573f89f02d42bb163b9da6644d5))
|
|
15
|
+
* added highlighted variant to manually apply hover style ([c55e6d3](https://github.com/Atom-Learning/components/commit/c55e6d349edcbbe9ac56ed1d8cb9d58a7c4de612))
|
|
16
|
+
* added more accordion examples for all props ([1af671d](https://github.com/Atom-Learning/components/commit/1af671d9b506942edb8cfe24b9f936f2c7682e97))
|
|
17
|
+
* changed error to invariant ([ae46497](https://github.com/Atom-Learning/components/commit/ae464970cd6b85e11c8ab3556a752f2089cddfaa))
|
|
18
|
+
* max width on codeblock ([947bdb6](https://github.com/Atom-Learning/components/commit/947bdb6d6200f2e8320680247458980ae38fc973))
|
|
19
|
+
* only hover non semantic themes, badge variant list component ([8004872](https://github.com/Atom-Learning/components/commit/800487277acfed72dbb725869b00c3d074f2fcb3))
|
|
20
|
+
* updated accordion page. slight styling tweaks to page and header ([9b794b5](https://github.com/Atom-Learning/components/commit/9b794b56b475f0e1bd0695843b2c0131fcec9b71))
|
|
21
|
+
* updated action icon, avatar and alert dialog ([0a74568](https://github.com/Atom-Learning/components/commit/0a74568e26a616fad83c92e81aa5f04b026226f6))
|
|
22
|
+
* updated badge page with better examples ([53f2f20](https://github.com/Atom-Learning/components/commit/53f2f20b5ef5edd8829e2ab9da14c17759da6040))
|
|
23
|
+
* updated copy from PR feedback ([ec9dc3c](https://github.com/Atom-Learning/components/commit/ec9dc3ce9c5977b69e43e914b9a04b403e6499c0))
|
|
24
|
+
* updated page layout, added full width and noinline options to codeblock ([20e24e9](https://github.com/Atom-Learning/components/commit/20e24e9b86bc32f7cc515458258b9fd95bc94f74))
|
|
7
25
|
|
|
8
26
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
9
27
|
|