@atom-learning/components 5.1.1 → 5.1.3
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 +11 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
|
-
## [5.1.
|
|
1
|
+
## [5.1.3](https://github.com/Atom-Learning/components/compare/v5.1.2...v5.1.3) (2025-06-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* adding colSpan example in the table documentation ([e3d62c1](https://github.com/Atom-Learning/components/commit/e3d62c13f23f74ff5b97bbd0be725861c3535169))
|
|
7
|
+
* adding colspan to grouped table headers and fixing layout ([c78ee92](https://github.com/Atom-Learning/components/commit/c78ee92037da10efe3825548459103ae13e0f585))
|
|
8
|
+
* adding documentation and tests to grouped columns in the data table ([e08b431](https://github.com/Atom-Learning/components/commit/e08b43168b551553e1f79ece1ea5b03871a482f6))
|
|
9
|
+
* changing text aligment on columns with colspan ([628e1f8](https://github.com/Atom-Learning/components/commit/628e1f8baa6add7faa42831e92806886955bd891))
|
|
10
|
+
* updating snapshots ([ab9f4b7](https://github.com/Atom-Learning/components/commit/ab9f4b7bdcf5f04ce4c46d58a95b6cdb6ebc7cd1))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Reverts
|
|
14
|
+
|
|
15
|
+
* tooltip css changes ([c76a756](https://github.com/Atom-Learning/components/commit/c76a7563f096cbaaa4e094a94078ccfe1f55367f))
|
|
7
16
|
|
|
8
17
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
9
18
|
|
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": "5.1.
|
|
7
|
+
"version": "5.1.3",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atom-learning/icons": "1.20.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "^
|
|
63
|
+
"@atom-learning/theme": "^5.0.1",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
66
|
"@radix-ui/react-id": "1.0.1",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"@atom-learning/icons": "^1.0.0",
|
|
132
|
-
"@atom-learning/theme": "^
|
|
132
|
+
"@atom-learning/theme": "^5",
|
|
133
133
|
"react": "^17 || ^18 || ^19",
|
|
134
134
|
"react-dom": "^17 || ^18 || ^19"
|
|
135
135
|
},
|