diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f8fb4..d8b3d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,56 @@ +# 1.3.3 (2020-07-29) + +### Improvement + +- Upgrade to Angular 10 + # 1.3.2 (2020-06-20) ### Improvement -- Better demo and turorial -- More utilities (getContextAs, addInContext, and deleteContext) -- add refreshChildren method in folder view + +- Better demo and turorial +- More utilities (getContextAs, addInContext, and deleteContext) +- add refreshChildren method in folder view # 1.3.1 (2020-05-28) ### Improvement -- Improve the demo -- More documentation -- `updateContext` returns `onComplete` observable + +- Improve the demo +- More documentation +- `updateContext` returns `onComplete` observable ### Bug fix: -- Fix `updateContext` method + +- Fix `updateContext` method # 1.3.0 (2020-05-24) ### Feature -- Allow to get or update context transparently, keeping state and backend in sync + +- Allow to get or update context transparently, keeping state and backend in sync # 1.2.1 (2020-05-03) ### Improvement -- Publish to NPM + +- Publish to NPM # 1.2.0 (2020-02-29) ### Breaking change -- Upgrade to Angular 9 [ebrehault] - + +- Upgrade to Angular 9 [ebrehault] + #### Upgrade guidelines: - - - Add `AngularSvgIconModule` in the app module `imports`: + + - Add `AngularSvgIconModule` in the app module `imports`: ```typescript - AngularSvgIconModule.forRoot() + AngularSvgIconModule.forRoot(); ``` - - grange-core, grange-form, pastanaga-angular and ngx-state-traverser are now in the `@guillotinaweb` organization, so imports must be fixed accordingly, example: + + - grange-core, grange-form, pastanaga-angular and ngx-state-traverser are now in the `@guillotinaweb` organization, so imports must be fixed accordingly, example: ```typescript import { LoadingInterceptor } from '@guillotinaweb/grange-core'; @@ -45,14 +58,15 @@ import { GrangeFormModule } from '@guillotinaweb/grange-form'; import { StateTraverserModule } from '@guillotinaweb/ngx-state-traverser'; ``` - - if used, `mrs.developer.json` must be updated to set the proper packages names. + + - if used, `mrs.developer.json` must be updated to set the proper packages names. # 1.1.0 (2020-02-23) -- Support full login/auth logic [bloodbare] +- Support full login/auth logic [bloodbare] # 1.0.0 (2019-10-27) -- Use tags for all the dependencies -- Fix Toaster [bloodbare] -- Initial +- Use tags for all the dependencies +- Fix Toaster [bloodbare] +- Initial diff --git a/projects/grange/package.json b/projects/grange/package.json index b9d20d8..b893125 100644 --- a/projects/grange/package.json +++ b/projects/grange/package.json @@ -1,6 +1,6 @@ { "name": "@guillotinaweb/grange", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "author": { "name": "Eric Brehault",