* feat(core): adds configurable base branch in nx.json
new field in nx.json - defaultBranch
ISSUES CLOSED: #1791
* feat(core): split affected into config options for base and head in nx.json
Co-authored-by: agriggs <alex.griggs@gmail.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
* docs(misc): add docs on global config files
* docs(docs): move configuration under workspace
Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
* docs(react): add overview for Nx plugins for Next.js, React and Web
* Update docs/shared/next-plugin.md
* Update docs/shared/react-plugin.md
* Update docs/shared/react-plugin.md
* Update docs/shared/web-plugin.md
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
* docs(docs): remove migration articles from menu
* docs(nest): fix typo
* docs(docs): fix typo in e2e docs
* docs(docs): cli-overview
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
BREAKING CHANGES:
The minimal flag is set to true
The syntax flag is set to creators
The useDataPersistence flag is set to false
BEFORE:
By default, the root Store and Effects modules are registered, with a generated feature
By default, the action classes syntax is used for scaffolding
By default, the DataPersistence class in injected and used in Effects
AFTER:
By default, only the root Store and Effects modules are registered
By default, the creator functions are used for scaffolding with schematics
By default, the DataPersistence operators are used in Effects
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed