Version 7 of the lp-subsection-generator introduced the following changes that may break existing usage of this command:
- Version 7 of the lp-subsection-generator requires that a Node version >= Node 12 be installed.
- The lp-subsection-generator argument
subsection-name
is now required. Previously, this argument was optional and would default tosub-section
.
Version 8 requires @reduxjs/toolkit
, which is now standard across LPL's client templates.
Version 9 requires major upgrades for two peer dependencies: @reduxjs/toolkit@^2.2.1
and redux@^5.0.1
. Refer to the Migrating to RTK 2.0 and Redux 5.0 documentation for more details.
Version 10 supports the Vite-based version of the client-template and the ionic-client-template. If you plan on using this version, ensure that you're using at least v14
of the client-template or v8
of the ionic-client-template.