- Upgrade to Angular 11
- Upgrade to Angular 10
- Better demo and turorial
- More utilities (getContextAs, addInContext, and deleteContext)
- add refreshChildren method in folder view
- Improve the demo
- More documentation
updateContext
returnsonComplete
observable
- Fix
updateContext
method
- Allow to get or update context transparently, keeping state and backend in sync
- Publish to NPM
-
Upgrade to Angular 9 [ebrehault]
-
Add
AngularSvgIconModule
in the app moduleimports
: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:import { LoadingInterceptor } from '@guillotinaweb/grange-core'; import { ButtonModule } from '@guillotinaweb/pastanaga-angular'; 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.
-
- Support full login/auth logic [bloodbare]
- Use tags for all the dependencies
- Fix Toaster [bloodbare]
- Initial