Skip to content

Commit fc63545

Browse files
chore(release): 38.29.0 [skip ci]
## [38.29.0](v38.28.2...v38.29.0) (2025-10-30) ### Features * **table:** allow disabling column sorting through header interactions ([c7b6f32](c7b6f32)) ### Bug Fixes * **chip:** show proper visual feedback when used as menu's trigger & menu is opened ([d8ae34d](d8ae34d)) * **table:** center-align row checkboxes ([3146272](3146272)) * **table:** ensure empty paginatior is never displayed ([0cae339](0cae339)) * **table:** show better gradient fade effect, below checkbox of a selected row ([5138469](5138469))
1 parent d8ae34d commit fc63545

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [38.29.0](https://github.com/Lundalogik/lime-elements/compare/v38.28.2...v38.29.0) (2025-10-30)
2+
3+
4+
### Features
5+
6+
7+
* **table:** allow disabling column sorting through header interactions ([c7b6f32](https://github.com/Lundalogik/lime-elements/commit/c7b6f32ba164a341da759894c4ea29033d5790dd))
8+
9+
### Bug Fixes
10+
11+
12+
* **chip:** show proper visual feedback when used as menu's trigger & menu is opened ([d8ae34d](https://github.com/Lundalogik/lime-elements/commit/d8ae34da6076c3e7e399aecc2e75bba22f636827))
13+
* **table:** center-align row checkboxes ([3146272](https://github.com/Lundalogik/lime-elements/commit/3146272e2b6289e57ed4eabe26a7260879809f12))
14+
* **table:** ensure empty paginatior is never displayed ([0cae339](https://github.com/Lundalogik/lime-elements/commit/0cae33985f3a2ef53040d0a0830246c954e28786))
15+
* **table:** show better gradient fade effect, below checkbox of a selected row ([5138469](https://github.com/Lundalogik/lime-elements/commit/51384691c446e712a3f13672e8b4a53c67eba743))
16+
117
## [38.28.2](https://github.com/Lundalogik/lime-elements/compare/v38.28.1...v38.28.2) (2025-10-15)
218

319

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@limetech/lime-elements",
3-
"version": "38.28.2",
3+
"version": "38.29.0",
44
"description": "Lime Elements",
55
"author": "Lime Technologies",
66
"license": "Apache-2.0",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=lime
22
sonar.projectKey=Lundalogik_lime-elements
33
sonar.projectName=lime-elements
4-
sonar.projectVersion=38.28.2
4+
sonar.projectVersion=38.29.0
55
sonar.links.homepage=https://github.com/Lundalogik/lime-elements
66
sonar.links.scm=https://github.com/Lundalogik/lime-elements
77

0 commit comments

Comments
 (0)