Skip to content

Commit f5b5146

Browse files
committed
chore(release): publish new version v5.7.0
1 parent beae104 commit f5b5146

File tree

38 files changed

+147
-19
lines changed

38 files changed

+147
-19
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)
8+
9+
### Features
10+
11+
* add warning if necessary rows aren't added ([6471248](https://github.com/ghiscoding/slickgrid-universal/commit/6471248fa3cb70c93a938eb878c34232561d55ff)) - by @zewa666
12+
* matching border color for range selector in darkmode ([aec04ed](https://github.com/ghiscoding/slickgrid-universal/commit/aec04ed1e5fa286552c4c60b4f09ce8d3ba65f36)) - by @zewa666
13+
* switch darkmode inside init ([908e7aa](https://github.com/ghiscoding/slickgrid-universal/commit/908e7aa77dd1cfbd049238052a4e9d7e2a04828a)) - by @zewa666
14+
15+
### Bug Fixes
16+
17+
* composite editor wrong selector ([77b89c6](https://github.com/ghiscoding/slickgrid-universal/commit/77b89c685110a74a051c7aab054700763a209342)) - by @zewa666
18+
* **core:** Autocomplete Editor shouldn't navigate down twice on enter ([4f9eb36](https://github.com/ghiscoding/slickgrid-universal/commit/4f9eb369793ef62794d032f6eb69cd32e38ea747)) - by @ghiscoding
19+
* **deps:** update dependency @faker-js/faker to v9 ([5e9ffb2](https://github.com/ghiscoding/slickgrid-universal/commit/5e9ffb26cca80e267c1f25f0b93839a8b7aea6b1)) - by @renovate-bot
20+
* do not create empty object rows, use newRowCreator instead ([a170560](https://github.com/ghiscoding/slickgrid-universal/commit/a170560a2543b57ad8b975ca8fbfe9d005c49e61)) - by @zewa666
21+
* **Eslint:** Fix eslint errors ([a842223](https://github.com/ghiscoding/slickgrid-universal/commit/a842223b5111b95a031b53baafcee397ba0186d5)) - by @
22+
* **styling:** add missing `!default` to a few SASS variables ([6779947](https://github.com/ghiscoding/slickgrid-universal/commit/6779947c18759609c4fa9977cd88d79d9058f126)) - by @ghiscoding-SE
23+
* **TreeData:** identifier is not always "id' when unflattening ([78653f9](https://github.com/ghiscoding/slickgrid-universal/commit/78653f9ff2807a53b0622e35b86ad35bd53e345f)) - by @ghiscoding-SE
24+
* **TreeData:** Reset the childrens prop when unflattening dataset in case it is being reused ([cf70729](https://github.com/ghiscoding/slickgrid-universal/commit/cf70729b62318a3b6997b20b3ae692266d075df1)) - by @
25+
26+
### Performance Improvements
27+
28+
* don't invalidate grid rows more than once, fixes [#1678](https://github.com/ghiscoding/slickgrid-universal/issues/1678) ([a5b9647](https://github.com/ghiscoding/slickgrid-universal/commit/a5b964748ac4f33aca222c03ccce9e3699320cb1)) - by @ghiscoding
29+
* **RowDetail:** use Set to improve perf with Row Detail ([5abfd41](https://github.com/ghiscoding/slickgrid-universal/commit/5abfd41cf54ddad6f2298a803e1603a27dd1d189)) - by @ghiscoding
30+
* use Set to improve perf when read current values ([56dfe92](https://github.com/ghiscoding/slickgrid-universal/commit/56dfe927cae76d7a109659a506b213109d3c11ff)), closes [#1670](https://github.com/ghiscoding/slickgrid-universal/issues/1670) - by @ghiscoding
31+
732
## [5.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)
833

934
### Bug Fixes

examples/vite-demo-vanilla-bundle/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @faker-js/faker to v9 ([5e9ffb2](https://github.com/ghiscoding/slickgrid-universal/commit/5e9ffb26cca80e267c1f25f0b93839a8b7aea6b1)) - by @renovate-bot
12+
13+
### Performance Improvements
14+
15+
* use Set to improve perf when read current values ([56dfe92](https://github.com/ghiscoding/slickgrid-universal/commit/56dfe927cae76d7a109659a506b213109d3c11ff)), closes [#1670](https://github.com/ghiscoding/slickgrid-universal/issues/1670) - by @ghiscoding
16+
717
## [5.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)
818

919
**Note:** Version bump only for package slickgrid-universal-vite-demo

examples/vite-demo-vanilla-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slickgrid-universal-vite-demo",
33
"private": true,
4-
"version": "5.6.1",
4+
"version": "5.7.0",
55
"scripts": {
66
"build": "tsc && vite build",
77
"preview": "vite preview",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "5.6.1",
3+
"version": "5.7.0",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

packages/binding/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)
8+
9+
**Note:** Version bump only for package @slickgrid-universal/binding
10+
711
## [5.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.0...v5.5.1) (2024-08-17)
812

913
**Note:** Version bump only for package @slickgrid-universal/binding

packages/binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slickgrid-universal/binding",
3-
"version": "5.5.1",
3+
"version": "5.7.0",
44
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",

packages/common/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)
8+
9+
### Features
10+
11+
* add warning if necessary rows aren't added ([6471248](https://github.com/ghiscoding/slickgrid-universal/commit/6471248fa3cb70c93a938eb878c34232561d55ff)) - by @zewa666
12+
* matching border color for range selector in darkmode ([aec04ed](https://github.com/ghiscoding/slickgrid-universal/commit/aec04ed1e5fa286552c4c60b4f09ce8d3ba65f36)) - by @zewa666
13+
* switch darkmode inside init ([908e7aa](https://github.com/ghiscoding/slickgrid-universal/commit/908e7aa77dd1cfbd049238052a4e9d7e2a04828a)) - by @zewa666
14+
15+
### Bug Fixes
16+
17+
* **core:** Autocomplete Editor shouldn't navigate down twice on enter ([4f9eb36](https://github.com/ghiscoding/slickgrid-universal/commit/4f9eb369793ef62794d032f6eb69cd32e38ea747)) - by @ghiscoding
18+
* do not create empty object rows, use newRowCreator instead ([a170560](https://github.com/ghiscoding/slickgrid-universal/commit/a170560a2543b57ad8b975ca8fbfe9d005c49e61)) - by @zewa666
19+
* **Eslint:** Fix eslint errors ([a842223](https://github.com/ghiscoding/slickgrid-universal/commit/a842223b5111b95a031b53baafcee397ba0186d5)) - by @
20+
* **styling:** add missing `!default` to a few SASS variables ([6779947](https://github.com/ghiscoding/slickgrid-universal/commit/6779947c18759609c4fa9977cd88d79d9058f126)) - by @ghiscoding-SE
21+
* **TreeData:** identifier is not always "id' when unflattening ([78653f9](https://github.com/ghiscoding/slickgrid-universal/commit/78653f9ff2807a53b0622e35b86ad35bd53e345f)) - by @ghiscoding-SE
22+
* **TreeData:** Reset the childrens prop when unflattening dataset in case it is being reused ([cf70729](https://github.com/ghiscoding/slickgrid-universal/commit/cf70729b62318a3b6997b20b3ae692266d075df1)) - by @
23+
24+
### Performance Improvements
25+
26+
* use Set to improve perf when read current values ([56dfe92](https://github.com/ghiscoding/slickgrid-universal/commit/56dfe927cae76d7a109659a506b213109d3c11ff)), closes [#1670](https://github.com/ghiscoding/slickgrid-universal/issues/1670) - by @ghiscoding
27+
728
## [5.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)
829

930
### Bug Fixes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slickgrid-universal/common",
3-
"version": "5.6.1",
3+
"version": "5.7.0",
44
"description": "SlickGrid-Universal Common Code",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",

packages/composite-editor-component/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)
8+
9+
### Bug Fixes
10+
11+
* composite editor wrong selector ([77b89c6](https://github.com/ghiscoding/slickgrid-universal/commit/77b89c685110a74a051c7aab054700763a209342)) - by @zewa666
12+
713
## [5.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)
814

915
**Note:** Version bump only for package @slickgrid-universal/composite-editor-component

packages/composite-editor-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slickgrid-universal/composite-editor-component",
3-
"version": "5.6.1",
3+
"version": "5.7.0",
44
"description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)