Isaac Mann
caf8c2c357
fix(storybook): allow import * as syntax in module file
...
ISSUES CLOSED : #2521
2020-02-21 16:00:44 -05:00
Isaac Mann
ebe0e75b6f
docs(storybook): add instructions to install @nrwl/storybook plugin ( #2526 )
...
* docs(storybook): add instructions to install @nrwl/storybook plugin
ISSUES CLOSED : #2293
* Update modernize-storybook.md
* Update modernize-storybook.md
2020-02-21 14:16:42 -05:00
Adam L Barrett
4293f1f4fb
fix(core): remove extra style argument passed to the new command in create-nx-workspace
...
ISSUES CLOSED : #2427
2020-02-21 09:14:20 -05:00
Victor Savkin
f94470f6bc
Release 9.0.2
2020-02-20 11:37:36 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist ( #2513 )
2020-02-20 11:00:13 -05:00
Juri
7723e941c0
docs(core): adjusts description on library schematics
...
right now "where the app is placed" is displayed which might be confusing given we generate a
library
2020-02-20 08:26:28 -05:00
Rares Matei
c04f8afeba
feat(core): "cwd" option for commands runner ( #2501 )
...
* feat(core): add cwd option to commands runner
* docs(core): add docs for new cwd option in commands runner
* cleanup(core): remove unecesarry import in test
* fix(core): fix failing unit test
* feat(core): allow additionalProperties for run commands
* docs(core): format docs for command runner
2020-02-20 11:21:13 +00:00
Rares Matei
eee8c18ebc
feat(core): specify a custom .env file for workspace:run-commands ( #2505 )
...
* feat(core): add envFile option to commands runner
* feat(core): add tests for dotenv functionality in command runner
2020-02-19 15:07:26 -05:00
Jack Hsu
6fe7889885
docs(react): add guide for working with assets ( #2507 )
2020-02-19 13:41:49 -05:00
Jack Hsu
f1599f5ad7
fix(core): mark all projects as affected when npm package is deleted ( #2508 )
2020-02-19 12:55:08 -05:00
Victor Savkin
f006593583
fix(repo): temporary disable cypress run in new.test.ts
2020-02-19 12:42:26 -05:00
Victor Savkin
d27cb3aa42
feat(misc): support customizing cypress webpack config ( #2503 )
...
Co-authored-by: Spencer Elliott <me@elliottsj.com>
2020-02-19 09:26:49 -05:00
x87
647a657827
fix(core): find the most qualifying project for a changed file ( #2468 )
...
* fix(core): find the most qualifying project for a changed file
2020-02-19 08:47:51 -05:00
Bucky Maler
6cdc54bd68
fix(angular): storybook config schematic from generating stories when generateStories false
...
ISSUES CLOSED : #2383
2020-02-19 08:18:12 -05:00
Victor Savkin
16e90b321a
fix(core): add debug info to tests to troubleshoot flaky tests
2020-02-18 21:13:42 -05:00
Jo Hanna Pearce
a849b4d339
fix(nextjs): add styled components and emotion to Next.js preset options
...
ISSUES CLOSED : #2058
2020-02-18 17:42:02 -05:00
maxkoretskyi
30721d517c
fix(repo): fix yarn e2e create-playground
...
Added a conditional check to execute the file in the correct directory
2020-02-18 17:38:14 -05:00
Jonathan Cammisuli
0bc80a622b
docs(nx-plugin): code review changes
2020-02-18 17:35:09 -05:00
Jonathan Cammisuli
d2252fc863
docs(nx-plugin): add documentation for exported functions and provide written doc
2020-02-18 17:35:09 -05:00
Victor Savkin
3fb502463f
feat(core): check for npm vulnerabilities when creating a new workspace
2020-02-18 17:10:23 -05:00
Jason Jean
1d1063fb1a
fix(core): recalculate dep-graph when root files are touched
2020-02-16 17:20:56 -05:00
Victor Savkin
4ca4268396
Release 9.0.1
2020-02-16 12:57:01 -05:00
Victor Savkin
a8f9e12fb6
fix(core): update ts eslint version to remove the warning
2020-02-16 12:50:12 -05:00
Victor Savkin
dd598e215d
fix(core): update create-nx-workspace to perform unit testing and linting
2020-02-16 12:50:12 -05:00
Rares Matei
4b6c8f0927
fix(testing): invalid jest config --passWithNoTests ( #2442 )
...
fix(testing): pass passWithNoTests via builder instead of jest.config.js
ISSUES CLOSED : #2345
2020-02-16 10:56:00 -05:00
Bradley Zeggelaar
4d8b38b7ce
feat(core): adds host binding option to dep-graph command
2020-02-16 10:28:24 -05:00
Isaac Mann
413dce9e6f
docs(core): add ci guides for Jenkins and Azure
2020-02-16 10:08:51 -05:00
Isaac Mann
f02b431c7a
docs(docs): guides for distributed CI
2020-02-16 10:08:51 -05:00
Jason Jean
e5db43f92b
fix(misc): loosen dependencies for angular dependencies
2020-02-16 09:59:11 -05:00
Spencer Elliott
d1170b8e58
feat(misc): add group option to cypress builder ( #2480 )
2020-02-15 19:12:07 -05:00
Gaetan Paucot
e75fe50299
fix(testing): cypressconfig now propagates to cypress ( #2460 )
2020-02-15 19:10:38 -05:00
Jack Hsu
a0a9180cec
fix(core): perform package.json update if one of the deps is missing ( #2481 )
...
* fix(core): perform package.json update if one of the deps is missing
* fix(core): add test for package.json update
Co-authored-by: Juri Strumpflohner <juri.strumpflohner@gmail.com>
2020-02-14 09:43:30 -05:00
Philip Fulcher
1719e04a5a
fix(core): fix 'group by folder' checkbox, small style changes
2020-02-13 17:31:07 -05:00
Philip Fulcher
9f81564d7c
feat(core): add better filtering to dep-graph visualization
2020-02-13 17:31:07 -05:00
Victor Savkin
f232a438d3
Release 9.0.0
2020-02-11 08:30:32 -05:00
Jason Jean
cc5130d5f2
fix(angular): bump migration to 9.0.1
2020-02-10 12:47:47 -05:00
Jason Jean
3dd84698f5
feat(node): exclude node_modules from ts-loader
2020-02-10 12:39:11 -05:00
Victor Savkin
5a994fd0d3
fix(core): set the version of rxjs with a caret
2020-02-09 16:49:04 -05:00
Victor Savkin
d02f6bdacb
fix(repo): update create-nx-workspace to set registry correctly
2020-02-09 16:48:38 -05:00
Victor Savkin
fccc0ca706
Release 9.0.0-rc.2
2020-02-07 13:51:47 -05:00
Brandon Roberts
c4a35e7d16
fix(core): check semver before updating dependencies using migrations.json
2020-02-07 13:49:03 -05:00
Jason Jean
fd0b192161
feat(core): update to devkit 9.0.1
2020-02-07 13:47:54 -05:00
Brandon Roberts
56c1c358ce
fix(core): update @nrwl/workspace migration versions
2020-02-07 13:47:47 -05:00
Victor Savkin
309a0b6ee9
Release 9.0.0-rc.1
2020-02-06 16:11:48 -05:00
Victor Savkin
01575f8b3c
feat(repo): add a command to test create-nx-workspace
2020-02-06 15:17:29 -05:00
Brandon
c7d075df49
fix(angular): update defaults for NgRx schematics ( #2443 )
...
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
2020-02-06 15:17:05 -05:00
Jason Jean
d24b4bf57f
fix(repo): temporarily disable ng add test
2020-02-06 15:16:21 -05:00
Jason Jean
35e3be2469
feat(angular): update to angular 9.0.0
2020-02-06 15:16:21 -05:00
Jason Jean
3c6d8c67f8
feat(angular): update angular to 9-rc.14 ( #2437 )
2020-02-06 13:01:04 -05:00
Jo Hanna Pearce
e64f66ca32
feat(nextjs) : add proxy configuration support ( #2407 )
...
* feat(nextjs): add proxy configuration support
ISSUES CLOSED : #2011
* chore(bazel): disable recalcitrant bazel e2e tests for now
2020-02-05 10:42:10 -05:00