Skip to content

Commit

Permalink
3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Nov 8, 2020
1 parent 4da8484 commit 71a9c8d
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "3.0.0-alpha.1"
}
16 changes: 16 additions & 0 deletions packages/gridjs-selection/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion packages/gridjs-selection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gridjs-selection/package.json
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",
Expand All @@ -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"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/gridjs/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion packages/gridjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gridjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs",
"version": "2.1.0",
"version": "3.0.0-alpha.1",
"description": "Advanced table plugin",
"keywords": [
"grid",
Expand Down

0 comments on commit 71a9c8d

Please sign in to comment.