This repository was archived by the owner on Jun 8, 2021. It is now read-only.
Releases: swaechter/angularj-universal
Releases · swaechter/angularj-universal
0.0.3
New Features
- Added
ModuleMapLoaderModuleto show how to use lazy loaded modules - Added a proxy
proxy.conf.jsonfor local development - Redesigned the render configuration and switched to a fluent API
- Redesigned the Spring Boot integration. The integration will now auto-register all values defined in the
application.properties - Upgraded to Spring Boot 2
Breaking Changes
- The render configuration class was refactored and now uses a fluent API style
- The Spring Boot starter was upgraded to Spring Boot 2. Applications that still rely on Spring Boot 1 can't use the current starter
Known Issues
- None
0.0.2
New Features
- Introduction of a new configuration class
RenderConfigurationthat contains the index template, the file path to the server bundle, the number of render engines and the flag for live reload - Introduction of a multi threaded renderer with multiple render engines. The number of engines can be defined in the configuration. For this the class
RenderEnginewas refactored and a new classRenderEngineFactoryintroduced - Load the index template and server bundle directly from the configuration and not an asset provider anymore
Breaking Changes
- The default name of the server bundle is now
server.jsand notserver.bundle.jsanymore - The render engine interface was refactored
- The old assets provider were removed
Known Issues
- The login functionality in the Angular example application is not working/implemented
- Lazy loading Angular modules is not supported