Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Feb 11, 2025
1 parent 0d74644 commit 86a5722
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

- **Breaking changes:**
- Upgrade Webpack to version 5
Related changes:
- Converted remaining CJS style modules and `require()` calls to ESM and `import` statements.
- Removed babel transformation to CJS for default build (we still use it for nodejs).
- Removed several other babel transforms (for JS features that should now be widely supported).
- Refactor and clean up configureWebpack.js. `configureWebpack()` now accepts a single object parameter.
- Removed code for hot reloading
- Upgraded `sass` to version 1.80+
- Migrated SASS files to use modern API (by running the `sass-migrator` script)
- Migrated SASS files to use `modern` API (by running the `sass-migrator` script)
- Replaced webpack aliases `~terriajs-variables` and `~terriajs-mixins` with respective relative path. This was necessary to run the migrator. It also results in simpler webpack configuration.
- Remove `MapboxImageryProvider`, `createRegionMappedImageryProvider` now uses `ProtomapsImageryProvider`.
- Update `protomaps` to `protomaps-leaflet`. This fixes the 5400 vertex limit in a single tile.
Expand Down

0 comments on commit 86a5722

Please sign in to comment.