Skip to content

Releases: ZachJW34/nx-plus

v10.4.0

11 Feb 03:44
Compare
Choose a tag to compare

New Features

  • add transpileDependencies option (f1ed726)

v10.3.0

23 Jan 23:30
Compare
Choose a tag to compare

New Features

  • add component schematic to vue (e2c5ab4)
  • add babel support (9b4a970)

Bug Fixes

  • fix schematic throwing error with non-standard name (4c1f585)
  • change @nrwl deps to peer deps and add helpful warning (5b75840)
  • fix(nuxt): remove universal mode on config (cefcaeb)
  • pin vue-jest version (2dcc80e)

Misc.

  • update links from old builder doc to new builder doc (fc3a304)
  • update vue prompt style spacing (ed031e6)
  • update README.md (6e2a5d9)
  • docs(docusaurus): add Yarn resolutions troubleshooting section to README (57418bd)

v10.2.0

26 Oct 17:44
Compare
Choose a tag to compare

New Features

  • Add Vue 3 support (276b6c5)
  • Add custom workspace layout support (c224810)

v10.1.0

14 Oct 22:54
Compare
Choose a tag to compare

New Features

  • Update to Nx 10.3 (b989aed)
  • Add tsconfig paths support for importing Vue libraries into Nuxt apps (8c37b2c)

Bug Fixes

  • Fixed Vue/Nuxt App schematic failure when using Nx 10.3 (b989aed)
  • Fixed Vue/Nuxt files not being linted (b989aed)

Misc.

  • Add contributing docs (d6f4a70)
  • Incorporate affected scripts into CI (6e7bf40)
  • Update Docusaurus README (8b21c9f)

v10.0.0

09 Sep 02:08
Compare
Choose a tag to compare

New Features

Misc.

  • Added configure webpack documentation (855a927)

v0.6.0

23 Aug 02:22
Compare
Choose a tag to compare

New Features

  • Added support for vue's configure webpack option when running the vue service (3ecfc04)

Bug Fixes

  • fix public folder not being copied on windows (8f8a1b0)

Misc.

  • remove unused deps (81971dc)
  • add playground to improve development experience (8f175e5)
  • fix module cache (27006f8)
  • update docusaurus deps and add migration to 2.0.0-alpha.61 (efbd4c0)
  • update dependencies and add migration (dc4ecef)
  • add configure webpack documentation (855a927)

v0.5.0

05 Aug 03:47
Compare
Choose a tag to compare

New Features

  • add support for vue libraries (3ef2f20)

Misc.

  • update and align READMEs (fc7f19e)

v0.4.1

01 Aug 03:54
Compare
Choose a tag to compare

Bug Fixes

  • add migration to fix docusaurus config for architect targets with old naming (3947e80)

Misc.

v0.4.0

28 Jul 03:44
Compare
Choose a tag to compare

Bug Fixes

  • handle required options with JSON schemas and disallow unknown options (a566f23)
  • fix output path generated by schematic (673b3fb)
  • fix build error and add migration (9bbddc0)

Misc.

  • format all files and add formatting check (dc94975)
  • rename vue-plugin to vue (a90dbef)
  • rename builders and architects (881b7c9)
  • align utils and remove unused function (177a990)
  • Create LICENSE (140be7c)
  • Create pull_request_template.md (7a5a76c)

v0.3.0

18 Jul 04:17
Compare
Choose a tag to compare

New Features

  • add publicPath, filenameHashing, productionSourceMap, css, and devServer options (90e7acd)

Bug Fixes

  • throw an error if Vue CLI options are configured in package.json or vue.config.js (0c44221)

Misc.