Releases: umap-project/umap
Releases · umap-project/umap
1.12.1 - 2023-12-23
What's Changed
New features
- Allow to edit pictogram categories from admin list by @yohanboniface in #1477
Bug fixes
- Increase iconlayers titles on hover by @yohanboniface in #1476
- Remove zoom/moeveend events when deleting datalayer by @yohanboniface in #1484
- Better way of handling escape while drawing by @yohanboniface in #1483
- Do not fail on greedyTemplate when description is an object by @yohanboniface in #1482
Internal changes
Full Changelog: 1.12.0...1.12.1
1.12.0 - 2023-12-17
What's Changed
New features
- Optimistic conflicts resolution mecanism by @almet in #772
- Use Leaflet.IconLayers as tilelayers switcher by @yohanboniface in #1469
- Use map style options to style minimap bbox rectangle by @yohanboniface in #1443
- Make it easier to open file dialog by @yohanboniface in #1445
- Use bounds instead of center when zooming to Polyline/Polygon by @yohanboniface in #1465
- Finish drawing line/polygon instead of cancelling when pressing Escape by @yohanboniface in #1444
- Allow to control the
interactive
option from the layer by @yohanboniface in #1446 - Replace "Ctrl" by "Cmd" under macOS and style the "kbd" tag in keyboard shortcuts labels by @yohanboniface in #1449
Bug fixes
- Fix slideshow buttons not show when facets are active by @yohanboniface in #1435
- Always use fullwidth table editor by @yohanboniface in #1438
- fix: no data in facet filters when set as default panel by @k-3st3ban in #1447
- Make sure DataLayer._dataloaded is set only once all data is imported by @yohanboniface in #1458
- Fix toolbox overflow with facets’ search by @davidbgk in #1468
- Do not call AttributionControl._update for removed tile layer by @yohanboniface in #1466
Documentation
- Mention more keyboard shortcuts by @yohanboniface in #1437
- [docs] Update the documentation by @almet in #1440
- [chore] fix docs requirements by @almet in #1450
- Better changelog rendering by @davidbgk in #1453
- [docs] Update security contact information by @almet in #1470
- [docs] Add some testing information by @almet in #1471
Internal Changes
- Log error when loading tilelayer by @yohanboniface in #1442
- [ci] Add a separate target for docs by @almet in #1451
- Unify tooltip and headline and add the corresponding icon by @jschleic in #1455
- Use real tile URL in tests by @yohanboniface in #1467
- chore: fix a typo in
umap.forms.js
by @almet in #1473
Full Changelog: 1.11.1...1.12.0
1.11.1 - 2023-11-27
What's Changed
- Reset increasing icon text size by @yohanboniface in #1434
- But back blue links in popup and small credit by @yohanboniface in #1425
- Restore missing buttons in caption bar by @yohanboniface in #1422
- Restore style of "restore version button" by @yohanboniface in #1420
- Prevent dragging a datalayer to activate drag on the map by @yohanboniface in #1419
- Set map default center even if waiting for user location by @yohanboniface in #1432
- Do not exclude DEMO and SHOWCASE maps anymore from home by @yohanboniface in #1415
- Update search index command in documentation by @yohanboniface in #1416
- Use step=any by default for FloatInput by @yohanboniface in #1421
- Add in documentation example of filtering headers in ajax proxy conf by @yohanboniface in #1423
- Reuse the map_download view/url for the dashboard by @davidbgk in #1429
- Integrate with Github CI by @almet in #1413
Full Changelog: 1.11.0...1.11.1
1.11.0 - 2023-11-20
What's Changed
- Highlight selected feature by @jschleic in #1359
- Full map download endpoint by @davidbgk in #1396
- Refactor icon selector: use tabs, make options more explicit by @yohanboniface in #1395
- Allow to upload SVG pictograms and change hue according to background color by @yohanboniface in #1387
- Add Pictogram category by @yohanboniface in #1388
- Update white eye closed by @yohanboniface in #1389
- Update installation instructions by @almet in #1392
- Fix race condition with cluster layer by @yohanboniface in #1390
- Change background in pictograms list by @yohanboniface in #1394
- Add triangle icon to form fieldset to make toggle clearer by @yohanboniface in #1393
- Speedup the tests by using a weaker hash algo. by @almet in #1405
- Improve buttons’ contrasts on the homepage #a11y by @davidbgk in #1406
- Fix next/previous in popup footer in panel not openning next panel by @yohanboniface in #1403
- Set a default favicon by @davidbgk in #1401
- Fix vertex icons by @jschleic in #1407
- Fix heavy request for getting user maps by @yohanboniface in #1412
New Contributors
Full Changelog: 1.10.0...1.11.0
1.10.0 - 2023-10-27
What's Changed
- Add minimal CSV export by @yohanboniface in #1376
- A11Y: switch from links to buttons when pertinent by @davidbgk in #1290
- Fix map not loading when defaultView=latest and datalayer has no data by @yohanboniface in #1375
- Fix displayOnLoad not honoured at import by @yohanboniface in #1384
- Fix filter data crashing when data contains non string values by @yohanboniface in #1378
- Increase maxZoomLimit to 24 by @yohanboniface in #1381
- Round range step to 1 digit by @yohanboniface in #1380
- Keep only non graphic props in default properties, to prevent useless redraw by @yohanboniface in #1379
- Split defaultDatalayer in defaultView/EditDatalayer by @yohanboniface in #1383
- Fix variable declared globally by mistake by @yohanboniface in #1382
- Cancel tooltip on mouseout by @yohanboniface in #1385
- Update eye icon by @yohanboniface in #1386
Full Changelog: 1.9.3...1.10.0
1.9.3 - 2023-10-18
What's Changed
- Hide the next icon in buttons’ sprites by @davidbgk in #1371
- Add experimental drag and drop of file on the map container by @yohanboniface in #1370
Full Changelog: 1.9.2...1.9.3
1.9.2 - 2023-10-12
What's Changed
- Fix map reference in DataLayersControl by @yohanboniface in #1368
- Add back HeatLayer._map reference check by @yohanboniface in #1369
Full Changelog: 1.9.1...1.9.2
1.9.1 - 2023-10-12
What's Changed
- Fix import of .umap file containing a choropleth layer by @yohanboniface in #1367
Full Changelog: 1.9.0...1.9.1
1.9.0 - 2023-10-12
What's Changed
- Add experimental choropleth datalayer type by @yohanboniface in #1136
- Finally add Map.create_at field by @yohanboniface in #1350
- Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies by @sircharlo in #1354
- switch to grid layout for multiple choice buttons by @jschleic in #1356
- Allow to hide a datalayer from the caption list by @yohanboniface in #1362
- Hide attribution on small screen and add a small ? to display it by @yohanboniface in #1349
- Heatmap improvements by @yohanboniface in #1358
New Contributors
- @sircharlo made their first contribution in #1354
Full Changelog: 1.8.2...1.9.0
1.8.2 - 2023-09-27
What's Changed
- Allow to restrict data browser items to current map view by @yohanboniface in #1339
- Set an explicit width to popup large container by @yohanboniface in #1343
- Do no try to fit data bounds if bounds are not valid by @yohanboniface in #1347
- Make sure SHORT_SITE_URL is defined before exposing Map.short_url by @yohanboniface in #1346
- Fix map's title when “dirty star” is present by @jschleic in #1348
- Redirect to canonical when URL contains the ?edit parameter by @yohanboniface in #1336
- Allow to add username to features (opt-in by instance) by @openbrian in #1324
Full Changelog: 1.8.1...1.8.2