@atom-learning/components 4.2.0 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,19 @@
1
- # [4.2.0](https://github.com/Atom-Learning/components/compare/v4.1.3...v4.2.0) (2024-12-12)
1
+ # [4.3.0](https://github.com/Atom-Learning/components/compare/v4.2.0...v4.3.0) (2025-01-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * conditions to run build commands ([a6d9e60](https://github.com/Atom-Learning/components/commit/a6d9e608a4aefdcec9fc231c77458fd78e3c9aef))
2
7
 
3
8
 
4
9
  ### Features
5
10
 
6
- * add badge to segmented control ([cd258c4](https://github.com/Atom-Learning/components/commit/cd258c46cdeac54e6d39f42020115c3f07942269))
7
- * add tests ([2a777be](https://github.com/Atom-Learning/components/commit/2a777be733949315a046e1988a3f79e030fe1c94))
8
- * introduce SegmentedControl.ItemList to avoid children filtering ([cba32f1](https://github.com/Atom-Learning/components/commit/cba32f1674551d9864deb14b0d9e302946a65a58))
9
- * segmented control - tabs implementation ([c3a7420](https://github.com/Atom-Learning/components/commit/c3a7420145e594f7f0787543930e0b261dfd9698))
10
- * segmented control - toggle group implementation ([a35772f](https://github.com/Atom-Learning/components/commit/a35772f19a8fc8569478bff1ada74b59ae21dc84))
11
- * wip - documentation ([dac01ec](https://github.com/Atom-Learning/components/commit/dac01ec9b2a494e47209850d65c85cfdefaec0e6))
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))
12
17
 
13
18
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
14
19
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "4.2.0",
7
+ "version": "4.3.0",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"