v7.0.0-beta.2
Pre-release
Pre-release
After upgrading, be sure to npm run install:scripts
, then npm run translation:install
to get the latest code/config, then npm run translation:import
to get the latest translations from POEditor.
π New Feature / Improvement
- Support running worker geoprocessing functions in parallel from a parent geoprocessing function
- Support passing geobuf-encoded sketch parameter to geoprocessing function by @twelch in #294
- Update i18next dependencies, update base translations, fix locale import, migrate importTerms and publishTerms to use built-in fetch API instead of request by @twelch in #295
π Bug Fix
- Stop overwriting src/i18n/config.ts on
translation:install
.remoteContext
was being lost. - Switch to using
raw
option for glob import of locale files and parsing as JSON strings. Module loading was not working properly.
π Internal
- Now that projects need their own .storybook directory, template packages now symlink in the base-project .geoprocessing directory.
Full Changelog: v7.0.0-beta.1...v7.0.0-beta.2