Skip to content

Commit 5abe338

Browse files
authored
Merge pull request #52 from IgniteUI/dpetev/bump-wc-release
chore(deps): bump to igniteui-webcomponents@7.0.0; release docs
2 parents be341ab + accc6e7 commit 5abe338

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
> **Note:** This project is currently in initial development (0.0.x versions). Until version 1.0.0 is released, the public API is not considered stable and breaking changes may occur in any release without following semantic versioning conventions.
99
10-
## [Unreleased]
10+
## Unreleased
11+
12+
13+
## [0.6.0] - 2026-02-25
14+
15+
### Added
16+
17+
- Updated theming and component size handling across grid styles. [#45](https://github.com/IgniteUI/igniteui-grid-lite/pull/45)
18+
19+
### Changed
20+
21+
- Bumped `igniteui-webcomponents` dependency to `7.0.0`. [#49](https://github.com/IgniteUI/igniteui-grid-lite/pull/49)
1122

1223

1324
## [0.5.0] - 2026-02-17
@@ -111,3 +122,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111122
### Removed
112123

113124
- **BREAKING:** `triState` property has been removed from `GridLiteSortingOptions`. Tri-state sorting is now always enabled.
125+
126+
[0.6.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.5.1...0.6.0
127+
[0.5.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.4.0...0.5.0
128+
[0.4.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.3.1...0.4.0
129+
[0.3.1]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.3.0...0.3.1
130+
[0.3.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.2.0...0.3.0
131+
[0.2.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.1.0...0.2.0
132+
[0.1.0]: https://github.com/IgniteUI/igniteui-grid-lite/releases/tag/0.1.0

package-lock.json

Lines changed: 4 additions & 4 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
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@lit-labs/virtualizer": "^2.1.1",
4848
"@lit/context": "^1.1.6",
49-
"igniteui-webcomponents": "~7.0.0-rc.0",
49+
"igniteui-webcomponents": "~7.0.0",
5050
"lit": "^3.3.2"
5151
},
5252
"devDependencies": {

scripts/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@lit-labs/virtualizer": "~2.1.0",
3333
"@lit/context": "~1.1.5",
34-
"igniteui-webcomponents": "~7.0.0-rc.0",
34+
"igniteui-webcomponents": "~7.0.0",
3535
"lit": "^3.3.0"
3636
}
3737
}

0 commit comments

Comments
 (0)