Victor Savkin
1e593a2b07
fix(misc): minor format changes in readmes
2020-06-15 10:27:07 -04:00
Victor Savkin
0111d87575
feat(repo): have separate readmes for all plugins
2020-06-14 23:33:05 -04:00
Victor Savkin
13280b5282
fix(angular): always append ngcc postinstall script
2020-06-10 16:34:35 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00
Rares Matei
5a59f090fe
fix(linter): fix exclude pattern for tslint and eslint schematics ( #3113 )
2020-06-05 16:04:53 -04:00
Jo Hanna Pearce
319f7d0f26
feat(angular): add addModuleSpec flag to library schematic + refactor
2020-06-03 16:46:42 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -04:00
Victor Savkin
2a3116f2e6
feat(misc): add an option not to update package.json files when building libs
2020-06-03 12:55:37 -04:00
Jack Hsu
d593153a33
feat(react): refactored babel support so options are more easily customized ( #3089 )
...
This reverts commit 7679df22f5b90d085b5f32f2135d828036ee5aa7.
2020-05-29 02:09:47 -04:00
Victor Savkin
690be207be
fix(misc): several misc fixes
2020-05-28 15:02:06 -04:00
Victor Savkin
7679df22f5
Revert "feat(react): refactored babel support so options are more easily customized ( #3058 )"
...
This reverts commit 0e036272cbe156fe9750a2f2bc6498a08cf7f457.
2020-05-28 13:11:56 -04:00
Jack Hsu
0e036272cb
feat(react): refactored babel support so options are more easily customized ( #3058 )
2020-05-26 09:16:36 -04:00
Victor Savkin
a95cba3144
feat(core): support different workspace layouts
2020-05-17 16:39:14 -04:00
Devin Shoemaker
0a70e46b6b
cleanup(core): export setDefaultCollection from @nrwl/workspace ( #2970 )
2020-05-09 12:12:40 -04:00
Adam L Barrett
515cc37ec6
Use local-registry for E2E tests ( #2821 )
2020-05-09 12:05:17 -04:00
Jonathan Cammisuli
4095d21d20
feat(core): add npm dependencies to package.json for publishable libs ( #2879 )
2020-05-08 13:54:00 -04:00
Brandon
5eca6d5187
feat(angular): update NgRx libraries to 9.1.0 ( #2929 )
...
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-05-05 19:16:18 -04:00
Jason Jean
bbf3fe07b6
feat(angular): update angularjs to 1.7.9 ( #2947 )
2020-05-05 19:10:38 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics ( #2831 )
2020-04-27 18:47:23 +02:00
Juri Strumpflohner
d9baf7daba
docs: add link to nxcloud when generating a new react/angular a… ( #2819 )
...
* docs(angular): add link to nxcloud in generated app
* docs(react): add link to nxcloud in generated app
2020-04-11 22:13:00 +02:00
Brandon
9f0fdac4b5
fix(angular): remove prod tsconfig for non-publishable lib ( #2816 )
...
Closes #2765
2020-04-09 10:33:17 -05:00
Jason Jean
efae1694cc
cleanup(misc): refactor how installs are added during schematics ( #2788 )
2020-04-02 12:41:08 -04:00
Jason Jean
3a8748a872
fix(angular): extend angular version range to anything higher t… ( #2785 )
2020-04-01 17:16:09 -04:00
Brandon Roberts
49d8ce1297
feat(angular): update Angular libraries to version 9.1.0
2020-03-31 11:25:30 -04:00
Jonathan Cammisuli
0ad6f91ff8
feat(testing): update Jest and its dependencies to v25
2020-03-29 11:31:20 -04:00
Jason Jean
09c4654ae9
fix(misc): add formatting to all migrations
2020-03-29 11:30:59 -04:00
Jason Jean
aeb0bdcb4e
feat(core): enable caching by default
2020-03-26 17:14:17 -04:00
Bradley Zeggelaar
172c3a57c9
fix(angular): changes the styleext setting of the component schematic to style
...
the styleext setting to define the component style extension was removed in Angular 9.
ISSUES CLOSED : #2475
2020-03-25 09:11:07 -04:00
Victor Savkin
2c42431130
feat(core): rewrite path mappings when buildings apps
2020-03-19 21:41:03 -04:00
Juri
e5b9d80543
fix(angular): schematic to register routes
...
Fixes the schematic to register the route properly even if it is not directly defined at the
RouterModule registration
2020-03-10 10:24:14 -04:00
Brandon Roberts
4ff436e797
feat(angular): update to NgRx version 9 release
2020-03-09 12:02:20 -04:00
Jack Hsu
fef54fae4b
feat(linter): improve support for mixed linters when using IDEs ( #2620 )
2020-03-06 15:12:35 -05:00
Julien Saguet
df197cf194
fix(core): fix move schematic issues
...
Use slashes as path separator even when used on windows environments to avoid mis-identifying escaped characters in file path
Use slash as path separator even when used on windows to get a correct path in extends property
Fix an issue when renaming jest project name where substrings were replaced as well in the file
Fix an issue when renaming imports where substrings in imports where replaced too
2020-03-06 11:00:23 +00:00
Isaac Mann
c2bac02420
fix(storybook): find any module file
2020-03-04 14:37:24 -05:00
Brandon Roberts
cd52fce6b4
fix(angular): update Protractor E2E spec files to generate a passing test
2020-02-28 15:17:36 -05:00
Mathias Remshardt
7aaa09bfff
cleanup(node): moves some schematic helper to shared workspace rules
2020-02-26 20:19:17 -05:00
Victor Savkin
33e12754fe
cleanup(core): improve the handling of edge cases determining task's outputs
2020-02-25 15:32:15 -05:00
Isaac Mann
caf8c2c357
fix(storybook): allow import * as syntax in module file
...
ISSUES CLOSED : #2521
2020-02-21 16:00:44 -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
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
Jason Jean
e5db43f92b
fix(misc): loosen dependencies for angular dependencies
2020-02-16 09:59:11 -05:00
Jason Jean
cc5130d5f2
fix(angular): bump migration to 9.0.1
2020-02-10 12:47:47 -05:00
Jason Jean
fd0b192161
feat(core): update to devkit 9.0.1
2020-02-07 13:47:54 -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
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
Juri
c27b33a6ec
fix(angular): check for devDeps & peerDeps when writing package version for dep libs
...
when determining the package version of dependent libraries, make sure that there's no devDeps or
peerDep already set. In such case don't touch the package.json
2020-02-04 15:23:22 -05:00
Jason Jean
972381bc3f
feat(testing): update to jest-preset-angular v8.0.0 ( #2401 )
...
* feat(testing): update to jest-preset-angular v8.0.0 part 1
Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected
by the jest-preset-angular update.
closes #1979
* feat(testing): update jest-preset-angular to v8.0.0 part 2
Closed issues: #1979 , #2165
Co-authored-by: Joshua D. Mentzer <mentzerj@trinity-health.org>
* feat(testing): update jest-preset-angular to v8.0.0 part 3
Co-authored-by: mentzerj <mentzerj@trinity-health.org>
Co-authored-by: Mehrad Rafigh <4339673+mehrad-rafigh@users.noreply.github.com>
2020-02-01 11:34:31 -05:00