Skip to content

Commit

Permalink
chore(release): publish new version v5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 25, 2025
1 parent 3fb0a5e commit f5d92b0
Show file tree
Hide file tree
Showing 30 changed files with 100 additions and 15 deletions.
15 changes: 15 additions & 0 deletions 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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

### Bug Fixes

* add missing slick-filter class ([a82535e](https://github.com/ghiscoding/slickgrid-universal/commit/a82535efb4082b40d80b5ec8056374d2a82b0ee9)) - by @ghiscoding
* **core:** using SlickGrid `setOptions()` was overriding object prop ([#1821](https://github.com/ghiscoding/slickgrid-universal/issues/1821)) ([0c5210f](https://github.com/ghiscoding/slickgrid-universal/commit/0c5210f79c23394c9d623ad899619d129f077407)) - by @ghiscoding
* Header Menu was offset when header/footer slots provided ([#1812](https://github.com/ghiscoding/slickgrid-universal/issues/1812)) ([320db40](https://github.com/ghiscoding/slickgrid-universal/commit/320db40219a8a0c07b0ea2bd09ce2c547570bd93)) - by @ghiscoding
* inherit color for icon colors on Default Theme ([a528da3](https://github.com/ghiscoding/slickgrid-universal/commit/a528da310eb56b2e0d6d543b3bac2a98577314b1)) - by @ghiscoding
* **resizer:** add `autoResize.autoHeight` to resize by dataset length ([#1820](https://github.com/ghiscoding/slickgrid-universal/issues/1820)) ([f278140](https://github.com/ghiscoding/slickgrid-universal/commit/f2781402e5cbb5351beeaf10c22afc663cbc9296)) - by @ghiscoding
* RowSpan should work with Excel Export and merge cells ([#1819](https://github.com/ghiscoding/slickgrid-universal/issues/1819)) ([8b0d4a3](https://github.com/ghiscoding/slickgrid-universal/commit/8b0d4a37a86eab9e91d4ff3d00ede23e6cc1296f)) - by @ghiscoding
* **styling:** slick filters should always be full width in flex ([8f4c35d](https://github.com/ghiscoding/slickgrid-universal/commit/8f4c35df805516fc09ef35ba64604d1e93cf3328)) - by @ghiscoding
* **vue:** prefer `Ref<Column[]>` to avoid template type mismatch ([#1816](https://github.com/ghiscoding/slickgrid-universal/issues/1816)) ([0351a18](https://github.com/ghiscoding/slickgrid-universal/commit/0351a18fbf745a1c7084e308c8adea6c60a4e7f6)) - by @ghiscoding
* **vue:** remove column definition defineModel type ([#1815](https://github.com/ghiscoding/slickgrid-universal/issues/1815)) ([475baf7](https://github.com/ghiscoding/slickgrid-universal/commit/475baf778170be1a75cdd9a49fb0d735486f8a87)) - by @ghiscoding
* **vue:** show how to use Vue Component in a Formatter ([#1817](https://github.com/ghiscoding/slickgrid-universal/issues/1817)) ([5533913](https://github.com/ghiscoding/slickgrid-universal/commit/553391302542677671b337e632f3893aa4009d66)) - by @ghiscoding

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

### Features
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.12.0",
"version": "5.12.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

### Bug Fixes

* add missing slick-filter class ([a82535e](https://github.com/ghiscoding/slickgrid-universal/commit/a82535efb4082b40d80b5ec8056374d2a82b0ee9)) - by @ghiscoding
* **core:** using SlickGrid `setOptions()` was overriding object prop ([#1821](https://github.com/ghiscoding/slickgrid-universal/issues/1821)) ([0c5210f](https://github.com/ghiscoding/slickgrid-universal/commit/0c5210f79c23394c9d623ad899619d129f077407)) - by @ghiscoding
* Header Menu was offset when header/footer slots provided ([#1812](https://github.com/ghiscoding/slickgrid-universal/issues/1812)) ([320db40](https://github.com/ghiscoding/slickgrid-universal/commit/320db40219a8a0c07b0ea2bd09ce2c547570bd93)) - by @ghiscoding
* inherit color for icon colors on Default Theme ([a528da3](https://github.com/ghiscoding/slickgrid-universal/commit/a528da310eb56b2e0d6d543b3bac2a98577314b1)) - by @ghiscoding
* **resizer:** add `autoResize.autoHeight` to resize by dataset length ([#1820](https://github.com/ghiscoding/slickgrid-universal/issues/1820)) ([f278140](https://github.com/ghiscoding/slickgrid-universal/commit/f2781402e5cbb5351beeaf10c22afc663cbc9296)) - by @ghiscoding
* RowSpan should work with Excel Export and merge cells ([#1819](https://github.com/ghiscoding/slickgrid-universal/issues/1819)) ([8b0d4a3](https://github.com/ghiscoding/slickgrid-universal/commit/8b0d4a37a86eab9e91d4ff3d00ede23e6cc1296f)) - by @ghiscoding
* **styling:** slick filters should always be full width in flex ([8f4c35d](https://github.com/ghiscoding/slickgrid-universal/commit/8f4c35df805516fc09ef35ba64604d1e93cf3328)) - by @ghiscoding

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

### Features
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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/composite-editor-component
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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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/excel-export/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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

### Bug Fixes

* RowSpan should work with Excel Export and merge cells ([#1819](https://github.com/ghiscoding/slickgrid-universal/issues/1819)) ([8b0d4a3](https://github.com/ghiscoding/slickgrid-universal/commit/8b0d4a37a86eab9e91d4ff3d00ede23e6cc1296f)) - by @ghiscoding

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin
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.12.0",
"version": "5.12.1",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

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

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"description": "RxJS Observable Wrapper",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/text-export/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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

### Bug Fixes

* RowSpan should work with Excel Export and merge cells ([#1819](https://github.com/ghiscoding/slickgrid-universal/issues/1819)) ([8b0d4a3](https://github.com/ghiscoding/slickgrid-universal/commit/8b0d4a37a86eab9e91d4ff3d00ede23e6cc1296f)) - by @ghiscoding

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**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.12.0",
"version": "5.12.1",
"description": "Export to Text File (csv/txt) Service.",
"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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

### Bug Fixes

* **resizer:** add `autoResize.autoHeight` to resize by dataset length ([#1820](https://github.com/ghiscoding/slickgrid-universal/issues/1820)) ([f278140](https://github.com/ghiscoding/slickgrid-universal/commit/f2781402e5cbb5351beeaf10c22afc663cbc9296)) - by @ghiscoding

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/vanilla-bundle",
"version": "5.12.0",
"version": "5.12.1",
"description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use Vite to bundle everything into a single JS file.",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/vanilla-force-bundle/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.12.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.12.0...v5.12.1) (2025-01-25)

**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/vanilla-force-bundle",
"version": "5.12.0",
"version": "5.12.1",
"description": "Vanilla Slick Grid Bundle (mostly exist for our Salesforce implementation) - Similar to Vanilla Bundle, the only difference is that it adds extra packages within its bundle (CustomTooltip, CompositeEditor & TextExport)",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit f5d92b0

Please sign in to comment.