Skip to content

Commit

Permalink
Add changelog about the ngeo renovation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 6, 2024
1 parent 08b0c48 commit 25eb672
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ Information to know before starting the upgrade

1. The build command will use Docker Compose version 2 (with the `docker compose` command).

2. RFC 001 - simplification of Ngeo buildtools and custom frontends for GeoMapfish
https://github.com/camptocamp/GeoMapFish/blob/6f8bffaa1e472cdd8ed3de52c8250b5da62d69de/rfcs/rfc_001.md

Important points:
- The `@ngInject` annotation is no more used, you should pass an array in the function or use the `$inject` property,
see related pull request: https://github.com/camptocamp/ngeo/pull/9453
- The build will not anymore inline the svg, If you use that you should do it manually,
see related commit: https://github.com/camptocamp/ngeo/pull/9454/commits/fb3ccfb0bdc8273975cdebfd7dbda401416674c3.
- Remove the custom SASS plugin to load the SCSS files.
You should have one SCSS file per interface, the component will not anymore integrate the related style.
See the related pull request: https://github.com/camptocamp/ngeo/pull/9455.
- Update Webpack to version 5 and remove Babel transpilation to ES05,
See the related pull request: https://github.com/camptocamp/ngeo/pull/9463.

Information
===========

Expand Down

0 comments on commit 25eb672

Please sign in to comment.