-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
65 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-alpha.1](https://github.com/grid-js/gridjs/compare/2.1.0...3.0.0-alpha.1) (2020-11-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **plugin:** PluginRenderer should either accept PluginID or PluginPosition ([a95bba1](https://github.com/grid-js/gridjs/commit/a95bba1823fa56c48e0145aeb5aef9e2001940d7)) | ||
* removing the checkbox plugin from gridjs ([a88a91b](https://github.com/grid-js/gridjs/commit/a88a91bb4181d903eba10fd479c7078c18aa086d)) | ||
* **checkbox:** shared store ([374500c](https://github.com/grid-js/gridjs/commit/374500c3e5ccfa2cc64b03c9ca6d294284c0fe92)) | ||
* **checkbox:** updating the TD and TH renderer ([a5337ef](https://github.com/grid-js/gridjs/commit/a5337efc8deb1e702487f166dda29c810c7e0c50)) | ||
* **header:** adding plugin config to column ([6582928](https://github.com/grid-js/gridjs/commit/65829286cf9b10fcef563afa2003f2c4ab8fbdf6)) | ||
* **plugin:** types ([5240c89](https://github.com/grid-js/gridjs/commit/5240c8903e02437c9cf2f653f15c887422e93c6a)) | ||
* **plugin:** types ([a0c2a6e](https://github.com/grid-js/gridjs/commit/a0c2a6e8fa0e1754e72ab9d03dcb62352f1d92e1)) | ||
* **shadowTable:** simplyfing the ShadowTable component ([290416a](https://github.com/grid-js/gridjs/commit/290416a08cbd8118b077bb788de1ac0bd7737ee5)) | ||
|
||
|
||
### Features | ||
|
||
* **row:** adding cell(index: number) function ([c15ed37](https://github.com/grid-js/gridjs/commit/c15ed378ce59f9683b93f53db9c2273ecad93cc7)) | ||
* adding Lerna ([f1a0563](https://github.com/grid-js/gridjs/commit/f1a0563d791f2d14ec54431ae111dc32e9eeda3c)) | ||
* **plugin:** adding PluginBaseComponent ([892cbb1](https://github.com/grid-js/gridjs/commit/892cbb1af3ed9b037756e0db205d69810fb2db65)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "2.1.0" | ||
"version": "3.0.0-alpha.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-alpha.1](https://github.com/grid-js/gridjs/compare/2.1.0...3.0.0-alpha.1) (2020-11-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **plugin:** PluginRenderer should either accept PluginID or PluginPosition ([a95bba1](https://github.com/grid-js/gridjs/commit/a95bba1823fa56c48e0145aeb5aef9e2001940d7)) | ||
|
||
|
||
### Features | ||
|
||
* **row:** adding cell(index: number) function ([c15ed37](https://github.com/grid-js/gridjs/commit/c15ed378ce59f9683b93f53db9c2273ecad93cc7)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gridjs-selection", | ||
"version": "2.1.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Adds row and cell selection to Grid.js", | ||
"author": "Afshin Mehrabani <[email protected]>", | ||
"homepage": "https://gridjs.io/packages/gridjs-selection", | ||
|
@@ -27,7 +27,7 @@ | |
"url": "https://github.com/grid-js/gridjs/issues" | ||
}, | ||
"dependencies": { | ||
"gridjs": "^2.1.0", | ||
"gridjs": "^3.0.0-alpha.1", | ||
"preact": "^10.4.8", | ||
"tslib": "^2.0.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-alpha.1](https://github.com/grid-js/gridjs/compare/2.1.0...3.0.0-alpha.1) (2020-11-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **plugin:** PluginRenderer should either accept PluginID or PluginPosition ([a95bba1](https://github.com/grid-js/gridjs/commit/a95bba1823fa56c48e0145aeb5aef9e2001940d7)) | ||
* removing the checkbox plugin from gridjs ([a88a91b](https://github.com/grid-js/gridjs/commit/a88a91bb4181d903eba10fd479c7078c18aa086d)) | ||
|
||
|
||
### Features | ||
|
||
* **row:** adding cell(index: number) function ([c15ed37](https://github.com/grid-js/gridjs/commit/c15ed378ce59f9683b93f53db9c2273ecad93cc7)) | ||
* adding Lerna ([f1a0563](https://github.com/grid-js/gridjs/commit/f1a0563d791f2d14ec54431ae111dc32e9eeda3c)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters