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

@nxtend/ionic-react 11.0.0

Compare
Choose a tag to compare
@devinshoemaker devinshoemaker released this 05 Jan 03:32
· 95 commits to main since this release
4b43a21

Features

  • Nx 11 support (Nx 11 now required)
  • add additional Ionic starter templates to application schematic
  • support custom Nx layouts
  • update Ionic to 5.5.2

Bug Fixes

  • fix generating an application in a sub-directory with Capacitor enabled

BREAKING CHANGES

  • remove classComponent option from application schematic (now defaults to functional components)
  • remove style option from the application schematic (now defaults to CSS)
  • remove pascalCaseComponent option from the application schematic (now defaults to true)
  • remove skipFormat option from the application schematic (now defaults to false)
  • remove linter option from the application schematic (now defaults to ESLint)
  • remove js option from the application schematic (now defaults to true)