Releases: umap-project/umap
Releases · umap-project/umap
1.8.1 - 2023-09-22
What's Changed
- Fix anonymous maps displayed by mistake in user dashboard by @yohanboniface in #1331
- Do not try to set editMode on _umap_options for old maps by @yohanboniface in #1332
- Fix datalayer's data duplicated at first save by @yohanboniface in #1334
Full Changelog: 1.8.0...1.8.1
1.8.0 - 2023-09-22
What's Changed
- Allow to define permissions for each datalayer instead of for the whole map by @yohanboniface in #1307
- Fix table editor not closing anymore from fullwidth by @yohanboniface in #1316
- Remove dot in property name by @yohanboniface in #1315
- Update Ubuntu installation documentation by @jvmatl in #1322
- Fix map displayed more than once in user dashboard when multiple editors by @yohanboniface in #1326
- Update Docker documentation by @jvmatl in #1320
- Docker: replace wait_for_database with depends_on and healthcheck by @openbrian in #1314
- Prune old .gz when saving a datalayer by @yohanboniface in #1329
- Restrict possible min/max zoom values by @davidbgk in #1321
New Contributors
- @jvmatl made their first contribution in #1322
- @openbrian made their first contribution in #1314
Full Changelog: 1.7.3...1.8.0
1.7.3 - 2023-09-18
What's Changed
- Use css width for img custom width by @yohanboniface in #1306
- Enhance icon selector form by @yohanboniface in #1303
- Try to fix remote datalayer not sending dataloaded by @yohanboniface in #1298
- Setup to create integration tests with Playwright by @davidbgk in #1069
- Add a
powered by uMap
footer by @davidbgk in #1309 - Add outlinkTarget to default interactionProperties by @jschleic in #1313
New Contributors
Full Changelog: 1.7.2...1.7.3
1.7.2 - 2023-09-01
What's Changed
- Fix remote data not fetched on first save and add a button to manually fetch data by @yohanboniface in #1289
- Remove custom message from onbeforeunload event by @yohanboniface in #1288
- Edit header polish: move "My Dashboard" and "Help" to the right, display asterisk in dirty mode by @yohanboniface in #1287
- Make sure we load all data before downloading it by @yohanboniface in #1295
- Fix datalayers not sending "dataloaded" event when min/maxZoom is set and map is loaded outside those values by @yohanboniface in #1296
- Add back min-width for img in popup-large by @yohanboniface in #1297
- Avoid using a tuple as a content type when guessed by @davidbgk in #1291
- Put focus on name when opening feature edit panel by @yohanboniface in #1293
- Better distinguish panel behaviour in portrait vs landscape modes by @yohanboniface in #1292
Full Changelog: 1.7.1...1.7.2
1.7.1 - 2023-08-28
- quote URL in ajax proxy before passing it to Nginx
1.7.0 - 2023-08-28
- BREAKING CHANGE when
UMAP_XSENDFILE_HEADER
is set, uMap will now issue
an internal redirect to Nginx forajax-proxy
requests, so Nginx configuration
needs to be updated. See https://umap-project.readthedocs.io/en/master/ubuntu/#configure-ajax-proxy-cache
for details.
1.6.1 - 2023-08-25
What's Changed
- fix: correct changelog link by @eMerzh in #1275
- Use magiclink extension for changelog with links by @davidbgk in #1278
- Fix datalayers being shown on zoom even if displayOnLoad is false by @yohanboniface in #1283
- Remove default center to prevent multiple map initialisations by @yohanboniface in #1284
New Contributors
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- Catch timeout error in ajax proxy by @yohanboniface in #1261
- Fix bug where minimap would not be displayed on load by @yohanboniface in #1267
- Allow to add more than one OAuth provider by @yohanboniface in #1271
- Protect back username field from being modified by social auth login by @yohanboniface in #1270
- Very lite "My Profile" page to allow changing username by @yohanboniface in #1269
- Store DataLayer's settings in DB by @yohanboniface in #1266
- When map has max bounds, use those bounds for limiting search by @yohanboniface in #1268
- Only call propagateShow at init if layer is visible by @yohanboniface in #1272
Full Changelog: 1.5.1...1.6.0
1.5.1
1.5.0 - 2023-08-15
What's Changed
- Add target URL in CORS error message by @yohanboniface in #1228
- Use proper GPX mimetype by @yohanboniface in #1229
- Add icons to better distinguish edit panels by @yohanboniface in #1232
- Adapt logout behaviour in ajax/not ajax modes by @yohanboniface in #1235
- Fix popup panel not opening from the data browser by @yohanboniface in #1240
- Fix misplaced icons by @yohanboniface in #1241
- Allow to configure default share and edit status by @yohanboniface in #1245
- Bump mkdocs by @yohanboniface in #1246
- Use maintained fork of togeojson by @yohanboniface in #1249
- Do not try to compute geom based property before we have a geom by @yohanboniface in #1250
- Do not close panel when switching tilelayer by @yohanboniface in #1252
- Better control of default view by @yohanboniface in #1255
- Use latest release of black by @yohanboniface in #1193
- Explicitely use map default when dynamic var is unset by @yohanboniface in #1251
- Make fromZoom and toZoom options available for all layers by @yohanboniface in #1253
- Refactor "advanced filters" (and rename to facets) by @yohanboniface in #1243
- Edit header revamp by @yohanboniface in #1233
- adapt iframe min-width for popup large by @yohanboniface in #1238
Full Changelog: 1.4.4...1.5.0