Skip to content

Commit

Permalink
chore(release): publish new version v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 29, 2024
1 parent 7f0a446 commit b74fb12
Show file tree
Hide file tree
Showing 38 changed files with 142 additions and 21 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

### Features

* allow overriding readOnly behavior of dateEditor ([d4da489](https://github.com/ghiscoding/slickgrid-universal/commit/d4da48923a9a60f9ecde787be31b2da14922866e)) - by @zewa666
* home and end key stop propagation in editors ([d143820](https://github.com/ghiscoding/slickgrid-universal/commit/d143820f76b6d563f65728afbe8846e807918774)) - by @zewa666
* **PubSub:** allow multiple subcribe events for a single callback ([6d39c2c](https://github.com/ghiscoding/slickgrid-universal/commit/6d39c2ceddaa93e72cfe6dff949b00598600c180)) - by @ghiscoding
* update according to review; add unit tests ([eb176de](https://github.com/ghiscoding/slickgrid-universal/commit/eb176debd69b55ffd95cba8ec7198c821ecaddb2)) - by @zewa666

### Bug Fixes

* allowInput instead of allowEdit ([8318853](https://github.com/ghiscoding/slickgrid-universal/commit/83188534676a403f3edd548ff2f5dec2b0344c73)) - by @zewa666
* Date parsing shouldn't fail & dateIso type should accept time ([a3e5a49](https://github.com/ghiscoding/slickgrid-universal/commit/a3e5a49cbc8d89bf1ea91f4cafa570740defa4f2)) - by @ghiscoding
* **styling:** SASS deprecated `lighten` and `darken` methods ([a66506f](https://github.com/ghiscoding/slickgrid-universal/commit/a66506f93c2a51682bba7a5945022087726c1292)) - by @ghiscoding

### Performance Improvements

* improve Date Sorting by optionally pre-parsing date items ([6678139](https://github.com/ghiscoding/slickgrid-universal/commit/66781393b2aa139b8612bc9e92280165f39dc00f)) - by @ghiscoding
* **treeData:** huge time decrease to expandAll/collapseAll tree grid ([98bd334](https://github.com/ghiscoding/slickgrid-universal/commit/98bd3341e5d089cedf79e09944b8ffc9c4c1a273)) - by @ghiscoding

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Features
Expand Down
15 changes: 15 additions & 0 deletions examples/vite-demo-vanilla-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

### Features

* allow overriding readOnly behavior of dateEditor ([d4da489](https://github.com/ghiscoding/slickgrid-universal/commit/d4da48923a9a60f9ecde787be31b2da14922866e)) - by @zewa666
* update according to review; add unit tests ([eb176de](https://github.com/ghiscoding/slickgrid-universal/commit/eb176debd69b55ffd95cba8ec7198c821ecaddb2)) - by @zewa666

### Bug Fixes

* **styling:** SASS deprecated `lighten` and `darken` methods ([a66506f](https://github.com/ghiscoding/slickgrid-universal/commit/a66506f93c2a51682bba7a5945022087726c1292)) - by @ghiscoding

### Performance Improvements

* improve Date Sorting by optionally pre-parsing date items ([6678139](https://github.com/ghiscoding/slickgrid-universal/commit/66781393b2aa139b8612bc9e92280165f39dc00f)) - by @ghiscoding

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slickgrid-universal-vite-demo",
"private": true,
"version": "5.7.0",
"version": "5.8.0",
"scripts": {
"build": "tsc && vite build",
"preview": "vite preview",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "5.7.0",
"version": "5.8.0",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

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

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/binding
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/binding",
"version": "5.7.0",
"version": "5.8.0",
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
22 changes: 20 additions & 2 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

### Features

* allow overriding readOnly behavior of dateEditor ([d4da489](https://github.com/ghiscoding/slickgrid-universal/commit/d4da48923a9a60f9ecde787be31b2da14922866e)) - by @zewa666
* home and end key stop propagation in editors ([d143820](https://github.com/ghiscoding/slickgrid-universal/commit/d143820f76b6d563f65728afbe8846e807918774)) - by @zewa666
* **PubSub:** allow multiple subcribe events for a single callback ([6d39c2c](https://github.com/ghiscoding/slickgrid-universal/commit/6d39c2ceddaa93e72cfe6dff949b00598600c180)) - by @ghiscoding
* update according to review; add unit tests ([eb176de](https://github.com/ghiscoding/slickgrid-universal/commit/eb176debd69b55ffd95cba8ec7198c821ecaddb2)) - by @zewa666

### Bug Fixes

* allowInput instead of allowEdit ([8318853](https://github.com/ghiscoding/slickgrid-universal/commit/83188534676a403f3edd548ff2f5dec2b0344c73)) - by @zewa666
* Date parsing shouldn't fail & dateIso type should accept time ([a3e5a49](https://github.com/ghiscoding/slickgrid-universal/commit/a3e5a49cbc8d89bf1ea91f4cafa570740defa4f2)) - by @ghiscoding
* **styling:** SASS deprecated `lighten` and `darken` methods ([a66506f](https://github.com/ghiscoding/slickgrid-universal/commit/a66506f93c2a51682bba7a5945022087726c1292)) - by @ghiscoding

### Performance Improvements

* improve Date Sorting by optionally pre-parsing date items ([6678139](https://github.com/ghiscoding/slickgrid-universal/commit/66781393b2aa139b8612bc9e92280165f39dc00f)) - by @ghiscoding
* **treeData:** huge time decrease to expandAll/collapseAll tree grid ([98bd334](https://github.com/ghiscoding/slickgrid-universal/commit/98bd3341e5d089cedf79e09944b8ffc9c4c1a273)) - by @ghiscoding

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Features
Expand All @@ -12,7 +32,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* matching border color for range selector in darkmode ([aec04ed](https://github.com/ghiscoding/slickgrid-universal/commit/aec04ed1e5fa286552c4c60b4f09ce8d3ba65f36)) - by @zewa666
* switch darkmode inside init ([908e7aa](https://github.com/ghiscoding/slickgrid-universal/commit/908e7aa77dd1cfbd049238052a4e9d7e2a04828a)) - by @zewa666


### Bug Fixes

* **core:** Autocomplete Editor shouldn't navigate down twice on enter ([4f9eb36](https://github.com/ghiscoding/slickgrid-universal/commit/4f9eb369793ef62794d032f6eb69cd32e38ea747)) - by @ghiscoding
Expand All @@ -21,7 +40,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **TreeData:** identifier is not always "id' when unflattening ([78653f9](https://github.com/ghiscoding/slickgrid-universal/commit/78653f9ff2807a53b0622e35b86ad35bd53e345f)) - by @ghiscoding-SE
* **TreeData:** Reset the childrens prop when unflattening dataset in case it is being reused ([cf70729](https://github.com/ghiscoding/slickgrid-universal/commit/cf70729b62318a3b6997b20b3ae692266d075df1)) - by @jano-kucera


### Performance Improvements

* Reduce iterative time complexity, fixes [#1668](https://github.com/ghiscoding/slickgrid-universal/issues/1668) ([8a95b8ae](https://github.com/ghiscoding/slickgrid-universal/pull/1670/commits/8a95b8aea44af38afd39064c88545cc55117f132) - by @Vsinghal339-source
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/common",
"version": "5.7.0",
"version": "5.8.0",
"description": "SlickGrid-Universal Common Code",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/composite-editor-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

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

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/composite-editor-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/composite-editor-component",
"version": "5.7.0",
"version": "5.8.0",
"description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-footer-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/custom-footer-component

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/custom-footer-component
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/custom-footer-component",
"version": "5.7.0",
"version": "5.8.0",
"description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-tooltip-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/custom-tooltip-plugin",
"version": "5.7.0",
"version": "5.8.0",
"description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/empty-warning-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component
Expand Down
2 changes: 1 addition & 1 deletion packages/empty-warning-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/empty-warning-component",
"version": "5.7.0",
"version": "5.8.0",
"description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/event-pub-sub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

### Features

* **PubSub:** allow multiple subcribe events for a single callback ([6d39c2c](https://github.com/ghiscoding/slickgrid-universal/commit/6d39c2ceddaa93e72cfe6dff949b00598600c180)) - by @ghiscoding

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/event-pub-sub
Expand Down
2 changes: 1 addition & 1 deletion packages/event-pub-sub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/event-pub-sub",
"version": "5.7.0",
"version": "5.8.0",
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/excel-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/excel-export

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/excel-export
Expand Down
2 changes: 1 addition & 1 deletion packages/excel-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/excel-export",
"version": "5.7.0",
"version": "5.8.0",
"description": "Excel Export (xls/xlsx) Service.",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

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

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/graphql
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/graphql",
"version": "5.7.0",
"version": "5.8.0",
"description": "GraphQL Service to sync a grid with a GraphQL backend server",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/odata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

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

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/odata
Expand Down
2 changes: 1 addition & 1 deletion packages/odata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/odata",
"version": "5.7.0",
"version": "5.8.0",
"description": "Grid OData Service to sync a grid with an OData backend server",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/pagination-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/pagination-component

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/pagination-component
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/pagination-component",
"version": "5.7.0",
"version": "5.8.0",
"description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/row-detail-view-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/row-detail-view-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/row-detail-view-plugin",
"version": "5.7.0",
"version": "5.8.0",
"description": "SlickRowDetail plugin - A plugin to add Row Detail Panel",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/rxjs-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/rxjs-observable

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/rxjs-observable
Expand Down
2 changes: 1 addition & 1 deletion packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/rxjs-observable",
"version": "5.7.0",
"version": "5.8.0",
"description": "RxJS Observable Wrapper",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/text-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

**Note:** Version bump only for package @slickgrid-universal/text-export

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

**Note:** Version bump only for package @slickgrid-universal/text-export
Expand Down
2 changes: 1 addition & 1 deletion packages/text-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/text-export",
"version": "5.7.0",
"version": "5.8.0",
"description": "Export to Text File (csv/txt) Service.",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

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

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/utils",
"version": "5.7.0",
"version": "5.8.0",
"description": "Common set of small utilities",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.7.0...v5.8.0) (2024-09-29)

### Performance Improvements

* improve Date Sorting by optionally pre-parsing date items ([6678139](https://github.com/ghiscoding/slickgrid-universal/commit/66781393b2aa139b8612bc9e92280165f39dc00f)) - by @ghiscoding

## [5.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.1...v5.7.0) (2024-09-14)

### Performance Improvements
Expand Down
Loading

0 comments on commit b74fb12

Please sign in to comment.