Bug Fixes
- core: fix nx.json and workspace.json analysis (#2375) (3eeb7bf)
- core: register node package install executor (27c6afc)
- core: set default linter for schematics in newly created workspaces (#2364) (ff45b7e)
- misc: update dependencies for angular, linter, react and workspace (ca69622)
- react: add fallback for SVG imports coming from non-TS/JS modules (#2351) (2088551)
- react: migrate React projects with missing options (#2352) (8c930f3)
- testing: cypress & fork ts checker plugin (#2316) (02e95d9)
- testing: fix race condition in tests for parallel commands runner (#2358) (616fbd6)
Features
- angular: library builder to handle buildable libraries with deps (#2307) (f951a1b)
- core: accept style argument for create-nx-workspace (#2294) (77238e2)
- core: add 'nx migrate' command to package.json (ea85a11)
- core: add enforceBuildableLibDependency to make buildable lib rule configurable (98a60d1)
- core: add peerdependency cypress for nrwl/cypress (#2373) (5109548)
- core: add rule to enforce deps buildable-lib to buildable-lib (36463cf)
- core: add support for interactive mode when using presets (#2258) (d7be9c1)
- core: analyze changes to nx.json and workspace.json (#2338) (b30930f)
- core: create create-nx-plugin package to fix npx issues (f5d4af2)
- core: hash tasks in run commands (ed2259b)
- core: updating cypress version nrwl/cypress (#2370) (6c10aa4)
- misc: move create-nx-plugin create script into create-nx-workspace package (6706a05)
- nextjs: allow SVG imports from non-TS/JS modules (#2359) (e72c3ba)
- nx-plugin: add new package for creating nx plugins (fe98e29)
- react: add support for css modules (#2349) (1132d9e), closes #1744
- react: update styled-components to v5 (#2335) (121d070)
- react: update to babel 8.7.0 which includes nullish coalescing and optional chaining (#2346) (a0299cb)
- repo: add --local to release and publish script (#2323) (7729879)