All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix vulnerable dependencies
- Clone
@angular/cdk
's schematics code to avoid version conflicts
-
Add new utility functions:
getRouterModuleDeclaration
addRouteDeclarationToModule
updateWorkspace
getConfig
relativePathToWorkspaceRoot
getProject
isWorkspaceSchema
isWorkspaceProject
hasNgModuleImport
appendHtmlElementToHead
getHtmlHeadTagElement
targetBuildNotFoundError
- Change the code to import and reuse the original source
-
Remove utility functions:
getHeadTag
addHeadLink
getIndexHtmlPath
getStylesPath
runPostScheduledTasks
- Deploy docs after improving README file
- Adjust code to the original source
- Change projects to use
targets
instead ofarchitect
- Add new utilities:
angular/lint-fix
angular/project-targets
material/build-component
material/get-project
material/lib-versions
material/testing
- Adjust code to the original source
- Remove redundant function:
findModuleFromOptionsWithPathHandling
- 🎉 Initial release