Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Releases: nxtend-team/nxtend

Release @nxtend/ionic-react 4.1.0

11 Nov 21:46
3cf560d
Compare
Choose a tag to compare

Features

  • initialize plugin with @nxtend/capacitor 2.0.2

Release @nxtend/ionic-react 4.0.0

11 Nov 14:13
e7750d7
Compare
Choose a tag to compare

Features

  • update Ionic to 5.4.1
  • add ionic.config.json to application
  • update starter template

BREAKING CHANGES

  • don't install and configure Cypress Testing Library
  • removed disableSanitizer flag from application schematic

Release @nxtend/capacitor 2.0.2

11 Nov 14:12
797420e
Compare
Choose a tag to compare

Fixes

  • fix Windows support

Features

  • update Capacitor to 2.4.2
  • add Capacitor configs to frontend application
  • add or update package.json in project folder when generating a Capacitor project
  • add builder configurations for Nx Console
  • add add-plugin schematic for adding Capacitor plugins

BREAKING CHANGES

  • Capacitor plugins must now be added to both the root and project-level package.json

Release @nxtend/ionic-react 3.1.0

18 Sep 22:55
e28c728
Compare
Choose a tag to compare

Features

  • update @nxtend/capacitor to 1.1.0
  • update Ionic to 5.3.2
  • update Ionicons to 5.1.2
  • update @testing-library/cypress to 7.0.0
  • update @testing-library/jest-dom to 5.11.4
  • update @testing-library/user-event to 12.1.5

BREAKING CHANGES

  • @testing-library/cypress
    • get and query queries (which have been deprecated) have now been removed. Use find queries only.
    • TS: TypeScript type definitions have been brought into this module and no longer needs to be referenced from DefinitelyTyped

Release @nxtend/capacitor 1.1.0

25 Aug 11:46
022bd0c
Compare
Choose a tag to compare

Features

  • upgrade Capacitor to 2.4.0
  • copy package.json from workspace root for cap commands

Release @nxtend/ionic-react 3.0.5

25 Jul 01:06
61a0feb
Compare
Choose a tag to compare

Bug Fixes

  • improve null checks when updating tsconfig.json in application schematic to support Nx 10

Release @nxtend/ionic-react 3.0.4

25 Jul 01:01
Compare
Choose a tag to compare

Bug Fixes

  • fix Collection @nrwl/react not found error if @nrwl/react is not added manually

Release @nxtend/ionic-react 3.0.3

25 Jul 01:01
Compare
Choose a tag to compare

Bug Fixes

  • add @nrwl/react version based on the users Nx version
  • don't unnecessarily add @nxtend/ionic-react dependency in init schematic
  • add @nxtend/capacitor 1.0.0 instead of *

Release @nxtend/ionic-react 3.0.2

11 Jul 17:49
Compare
Choose a tag to compare

Bug Fixes

  • properly initialize Capacitor plugin

@nxtend/ionic-react 3.0.1

07 Jul 14:03
Compare
Choose a tag to compare

Features

  • upgrade Ionic to 5.2.3