@atom-learning/components 4.3.0 → 4.3.1
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 +2 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
## [4.3.1](https://github.com/Atom-Learning/components/compare/v4.3.0...v4.3.1) (2025-01-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* add github workflow file for visual regression ([99278eb](https://github.com/Atom-Learning/components/commit/99278ebde00309f820be1dc3d349ed723523e498))
|
|
12
|
-
* add new workflow file to run VR tests on push to main ([4b2a284](https://github.com/Atom-Learning/components/commit/4b2a28450957e993959c825aaf86cadfba352cdf))
|
|
13
|
-
* add visual regression spec to crawl through all links and tabs ([4e1abc8](https://github.com/Atom-Learning/components/commit/4e1abc8dedb62278aacc2fa49cd68990977b86b9))
|
|
14
|
-
* added 2xl variant as well ([02719bb](https://github.com/Atom-Learning/components/commit/02719bb4a0df807aa06316a654b297cf7545159c))
|
|
15
|
-
* additional drawer variant ([19b4fbe](https://github.com/Atom-Learning/components/commit/19b4fbe3581079d40fc42f7415d82261c18c859f))
|
|
16
|
-
* basic setup to run playwright tests ([aa9ce8f](https://github.com/Atom-Learning/components/commit/aa9ce8f051c5f0c80f6a37b233beef84066c7150))
|
|
6
|
+
* autoformatting docs update to trigger new release ([7670e06](https://github.com/Atom-Learning/components/commit/7670e06efdb7471e648e3bcc82fb018e58a7e9a6))
|
|
17
7
|
|
|
18
8
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
19
9
|
|