Skip to content

Commit

Permalink
release: bump version to 5.0.0 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiassaf committed Oct 10, 2022
1 parent 267c319 commit 0939212
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 6 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# 5.0.0 (2022-10-10)


## Highlights

Migrate to angular 14



# 5.0.0-alpha.0 (2022-10-09)


## Highlights

Support angular v14 from current supported angular version (12).
It includes a refactor of the build system to nx 14 (from nx 12)

This is a huge change since it include multiple monorepo management system changes (nx 14)
as well as internal angular changes in it's own build process.

Since we are using fancy code to generate the documentation the code is refactored
so the dev server documentation app works.

Additional changes:
- TS language breaking changes
- CDK breaking changes
- Build uitils changes (nx-build-plux, angular package format changes, etc...)

Upgrade process done in steps:

| Step | From Commit | To Commit |
| ------------------- | ----------- | --------- |
| Current to nx@13 | [60ebd31](https://github.com/shlomiassaf/ngrid/commit/d8f17892cab9501ed86fe39d16d2215d50fed783) | [599fac5](https://github.com/shlomiassaf/ngrid/commit/599fac5335d6b7c851ca103a8d83a5d34f804708) |
| nx@13 to [email protected] | [e32e17d](https://github.com/shlomiassaf/ngrid/commit/e32e17d0632456b7de4eb719451114e29efbc673) | [5b61c6f](https://github.com/shlomiassaf/ngrid/commit/5b61c6fb7f6b5ea449fc77dda190416c4505a252) |
| [email protected] to [email protected] | [5cac67d](https://github.com/shlomiassaf/ngrid/commit/5cac67d5ccbf9034188848ba1bf3ec4f9ed47732) | [a5cba17](https://github.com/shlomiassaf/ngrid/commit/a5cba173db672208805674fa96d811e2b28188ba) |
| Fix Docs App | [962fe17](https://github.com/shlomiassaf/ngrid/commit/962fe177f62de89375145aafe72aee75a12a2d12) | [88b5c36](https://github.com/shlomiassaf/ngrid/commit/88b5c36badba4a89d40b7c12b3fbff5b8553c901) |
| Fix Unit & E2E tests | [a2edbeb](https://github.com/shlomiassaf/ngrid/commit/a2edbeb26edab36db90be91b06918479629b1308) | [f3d9831](https://github.com/shlomiassaf/ngrid/commit/f3d983188cc8ed8e70f40d922c839767c9841dd5) |
| Fix Lib Packaging | [d9de8e4](https://github.com/shlomiassaf/ngrid/commit/d9de8e4ddf5ccf4b44a9e948dd5cba15e4733b05), [0eddaa5](https://github.com/shlomiassaf/ngrid/commit/0eddaa51dbe301d926b05c482a8e5821d54ed883) |
| Fix SSR + GH Pages | [fd06369](https://github.com/shlomiassaf/ngrid/commit/fd0636938c38d310aa75c58a3a0bf2a60328407c), [53394eb](https://github.com/shlomiassaf/ngrid/commit/53394eb6c6780c80cd621cc6f31dc86af0791731) |



## 4.0.1 (2022-10-02)


### ngrid

| | |
Expand All @@ -8,8 +51,11 @@
| bug fix | support header & footer background colors in theming ([e825e4fe16ef07093ef41b665dbf596f305f614c](https://github.com/shlomiassaf/ngrid/commit/e825e4fe16ef07093ef41b665dbf596f305f614c)) |
| bug fix | **target-events:** expose mouseUp & mouseDown events in target events plugin ([c460d3bd1ce7cb7f026712c2f3d5baac84eab50c](https://github.com/shlomiassaf/ngrid/commit/c460d3bd1ce7cb7f026712c2f3d5baac84eab50c)) |



# 4.0.0 (2022-01-12)


### ngrid

| | |
Expand All @@ -19,27 +65,35 @@

# 4.0.0-alpha.3 (2021-05-24)


### ngrid

| | |
| ---------- | --------------------- |
| bug fix | revert to using ViewEngine package ([3a1fe8f3202f4760d53085874279b26cfd902e88](https://github.com/shlomiassaf/ngrid/commit/3a1fe8f3202f4760d53085874279b26cfd902e88)) |




# 4.0.0-alpha.2 (2021-05-24)



# 4.0.0-alpha.1 (2021-05-24)


### ngrid

| | |
| ---------- | --------------------- |
| bug fix | scss bundles proper export ([c86b9b5140e584971aeeaf50223a03a72e014e36](https://github.com/shlomiassaf/ngrid/commit/c86b9b5140e584971aeeaf50223a03a72e014e36)) |
| bug fix | force export augmenting d.ts files ([f2c60ab](https://github.com/shlomiassaf/ngrid/commit/f2c60ab8910aad3e6775441f71111a6f670cc1e8)) |



# 4.0.0-alpha.0 (2021-05-24)


## Highlights

### Sass
Expand Down Expand Up @@ -80,6 +134,7 @@ Since `nGrid@v4` is IVY compiled and the CDK does not support previous versions,
| bug fix | **sort:** support empty strings when sorting ([6a1023e066a297f6b87c8a37554fc73ac723e114](https://github.com/shlomiassaf/ngrid/commit/6a1023e066a297f6b87c8a37554fc73ac723e114)) |



## 3.1.4 (2021-04-08)


Expand Down
4 changes: 2 additions & 2 deletions libs/ngrid-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@pebula/ngrid-bootstrap",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
"@pebula/ngrid": "5.0.0-alpha.0"
"@pebula/ngrid": "5.0.0"
},
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions libs/ngrid-material/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@pebula/ngrid-material",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"peerDependencies": {
"@angular/material": "^14.0.0",
"@pebula/ngrid": "5.0.0-alpha.0"
"@pebula/ngrid": "5.0.0"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pebula/ngrid",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pebula",
"version": "4.0.1",
"version": "5.0.0",
"description": "Angular Grid",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 0939212

Please sign in to comment.