Skip to content

Commit da67b4c

Browse files
committed
chore(release): publish version 5.0.0-alpha.0
1 parent c5fe569 commit da67b4c

File tree

12 files changed

+38
-16
lines changed

12 files changed

+38
-16
lines changed

CHANGELOG.md

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

5+
# [5.0.0-alpha.0](https://github.com/6pac/SlickGrid/compare/4.0.1...5.0.0-alpha.0) (2023-09-19)
6+
7+
### Bug Fixes
8+
9+
* CJS fallbacks should be at the end not at beginning ([a244ada](https://github.com/6pac/SlickGrid/commit/a244ada34bf47489c6c5064e405a6d2ae6046aca))
10+
* copying multiple times only kept last undo CellExternalCopyManager ([cdda3fb](https://github.com/6pac/SlickGrid/commit/cdda3fb433c8350eecfe2e36f64ee26b083e3db6))
11+
12+
### Features
13+
14+
* add new trading platform high frequency update grid ([#835](https://github.com/6pac/SlickGrid/issues/835)) ([f86371b](https://github.com/6pac/SlickGrid/commit/f86371bdc15b76037f912717018e743c4202f232))
15+
* migrate all Controls to TypeScript ([#808](https://github.com/6pac/SlickGrid/issues/808)) ([0d129bd](https://github.com/6pac/SlickGrid/commit/0d129bd4ffed69d913681e7f7ad7fd558b1ca7ec))
16+
* migrate all Decorator & Selection Plugins to TypeScript ([#812](https://github.com/6pac/SlickGrid/issues/812)) ([cf3049e](https://github.com/6pac/SlickGrid/commit/cf3049ee05936b64bfe1abdc2aac932eb4a9751c))
17+
* migrate all Menu/Buttons Plugins to TypeScript ([#811](https://github.com/6pac/SlickGrid/issues/811)) ([c66c429](https://github.com/6pac/SlickGrid/commit/c66c429246be74fa13e7b0c5917f6d81c36d0049))
18+
* migrate CheckboxSelector & State Plugins to TypeScript ([#813](https://github.com/6pac/SlickGrid/issues/813)) ([2da9f7f](https://github.com/6pac/SlickGrid/commit/2da9f7f8fad1542bb15026bf0472d3462955b3ac))
19+
* migrate CustomTooltip Plugin to TypeScript ([#816](https://github.com/6pac/SlickGrid/issues/816)) ([0f2b417](https://github.com/6pac/SlickGrid/commit/0f2b417fad5fb5ef3fd0456694d55fdee9af9ae9))
20+
* migrate Draggable Grouping Plugins to TypeScript ([#814](https://github.com/6pac/SlickGrid/issues/814)) ([0037c7d](https://github.com/6pac/SlickGrid/commit/0037c7d831314706cc238340406e250f2d26ee64))
21+
* migrate RemoteModel Plugins to TypeScript ([#823](https://github.com/6pac/SlickGrid/issues/823)) ([7a816e2](https://github.com/6pac/SlickGrid/commit/7a816e22333e817cc9f8d415beeedba9e01ad20f))
22+
* migrate Resizer Plugin to TypeScript ([#815](https://github.com/6pac/SlickGrid/issues/815)) ([762ec3d](https://github.com/6pac/SlickGrid/commit/762ec3d3a3c08335ce2fec40d04bbaceb91ddeae))
23+
* migrate RowDetail Plugin to TypeScript ([#822](https://github.com/6pac/SlickGrid/issues/822)) ([685b009](https://github.com/6pac/SlickGrid/commit/685b00922fae002b946b50efdae53dfafb277c54))
24+
* migrate RowMoveManager Plugins to TypeScript ([#817](https://github.com/6pac/SlickGrid/issues/817)) ([8ad65ca](https://github.com/6pac/SlickGrid/commit/8ad65ca512e56a7c27d0b08ebcce656c4cf90c65))
25+
* remove deprecated DataView methods ([#833](https://github.com/6pac/SlickGrid/issues/833)) ([0f3ba49](https://github.com/6pac/SlickGrid/commit/0f3ba49b103e7094089f917ad36d4da294618ea2))
26+
527
## [4.0.1](https://github.com/6pac/SlickGrid/compare/4.0.0...4.0.1) (2023-06-30)
628

729
### Bug Fixes

dist/browser/slick.grid.js

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

dist/browser/slick.grid.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6220,7 +6220,7 @@ var SlickGrid = class {
62206220
this.options = options;
62216221
//////////////////////////////////////////////////////////////////////////////////////////////
62226222
// Public API
6223-
__publicField(this, "slickGridVersion", "4.0.1");
6223+
__publicField(this, "slickGridVersion", "5.0.0-alpha.0");
62246224
/** optional grid state clientId */
62256225
__publicField(this, "cid", "");
62266226
// Events
@@ -9309,7 +9309,7 @@ var SlickRemoteModel = class {
93099309
* Distributed under MIT license.
93109310
* All rights reserved.
93119311
*
9312-
* SlickGrid v4.0.1
9312+
* SlickGrid v5.0.0-alpha.0
93139313
*
93149314
* NOTES:
93159315
* Cell/row DOM manipulations are done directly bypassing JS DOM manipulation methods.

dist/cjs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6117,7 +6117,7 @@ var SlickGrid = class {
61176117
this.options = options;
61186118
//////////////////////////////////////////////////////////////////////////////////////////////
61196119
// Public API
6120-
__publicField(this, "slickGridVersion", "4.0.1");
6120+
__publicField(this, "slickGridVersion", "5.0.0-alpha.0");
61216121
/** optional grid state clientId */
61226122
__publicField(this, "cid", "");
61236123
// Events
@@ -9291,7 +9291,7 @@ export {
92919291
* Distributed under MIT license.
92929292
* All rights reserved.
92939293
*
9294-
* SlickGrid v4.0.1
9294+
* SlickGrid v5.0.0-alpha.0
92959295
*
92969296
* NOTES:
92979297
* Cell/row DOM manipulations are done directly bypassing JS DOM manipulation methods.

dist/esm/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/slick.grid.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { BindingEventService as BindingEventService_, type SlickEditorLock, Slic
1010
* Distributed under MIT license.
1111
* All rights reserved.
1212
*
13-
* SlickGrid v4.0.1
13+
* SlickGrid v5.0.0-alpha.0
1414
*
1515
* NOTES:
1616
* Cell/row DOM manipulations are done directly bypassing JS DOM manipulation methods.

dist/types/slick.grid.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

0 commit comments

Comments
 (0)