v7.0.0-beta.5
Pre-release
Pre-release
💥 Breaking Changes
- Add new
upgrade
script for migrating to latest version of geoprocessing library. by @twelch in #301, improved in #306. To use it, you must manually add it to the geoprocessing.json scripts section -"upgrade": "geoprocessing upgrade"
. Run the upgrade script and review any code changes. Some upgrade steps will overwrite existing files in.storybook
,src/i18n
,project
,package.json
, etc. so if you have made custom changes you will need to recover them. - Move geoprocessing.json from top-level to
project/geoprocessing.json
. Upgrade script handles move and updating import insrc/project/projectClients.ts
. Any other imports must be manually updated.
🏠 Internal
- Add Node 22 to CI tests
- Drop wiki docs from repo including publish action. For now they will be managed in the wiki directly again.
- Drop mentions of test:smoke
- Drop all group and environment directives from tests
- Extract getTemplatePackages helper function
Full Changelog: v7.0.0-beta.4...v7.0.0-beta.5