Skip to content

Releases: umap-project/umap

1.3.1 - 2023-06-03

06 Jun 13:29
Compare
Choose a tag to compare
  • fix table rendering (cf #1117)
  • fix some errors not caught in ajax proxy (cf #1118 #1119)
  • add simple form to send secret edit link by email in anonymous mode (cf #1102)

1.3.0 - 2023-05-31

06 Jun 13:30
Compare
Choose a tag to compare
  • added a filter by category panel (cf #1041, thanks @k-3st3ban)
  • added a permanent credit (cf #1041, thanks @k-3st3ban)
  • allow to add an overlay tilelayer
  • replaced custom locate control with Leaflet.Locate (cf #1031, thanks @aleksejspopovs)
  • fixed bug where we coud not edit permissions of a new saved map unless reloading the page
  • CSS: Fix cut of text in iframes of popup content (cf #971, thanks @tordans)
  • enhanced property fallback in string formatting (cf #862, thanks @mstock)
  • lines and polygons measure is now displayed while drawing (cf #1068, thanks @knowname)
  • refactored zoomTo while making easing transition non default (cf #679 #179)
  • fixed old _storage_options not being cleaned when saving map (cf #1076)
  • added star maps feature (cf #683)
  • added a banner + removed create buttons when in read only mode (cf #1095)
  • added DOMPurify to escape malicious input from user (cf #1094)
  • expose direct map URL in the export panel (cf #699)
  • added a very basic /stats/ JSON view (cf #1100)
  • added max width for the help box (on small screens, cf #887)
  • display the steps for inputs of type range (cf #877)
  • lazy load tile layers thumbnails (cf #1089)
  • allow geolocation from iframe embeds (cf #898)
  • remove the limit of visible maps in user’s view (cf #1025)
  • switch to Django full text search instead of home made (cf #519)

1.2.7

06 Jun 13:33
Compare
Choose a tag to compare
  • redirect to user_maps at auth end when window.opener is unavailable (Twitter auth flow)

1.2.6

06 Jun 13:34
Compare
Choose a tag to compare
  • marked User.id as protected, to fix Twitter auth

1.2.5

06 Jun 13:34
Compare
Choose a tag to compare
  • Allow to create search index without changing unaccent mutability (cf #519)
  • switched from If-None-Match to If-Unmodified-Since for concurrency control
  • prevent caching datalayers geojson when in edit mode
  • refactored gzip management

1.2.4

06 Jun 13:35
Compare
Choose a tag to compare
  • upgrade to Django 4.x, and upgrade of other deps
  • switched from custom DictField to propert JsonField

1.2.3

06 Jun 13:35
Compare
Choose a tag to compare
  • improved panel layout and image sizing (by @Binnette, cf #824)
  • upgraded Django to 2.2.17 and Pillow 8.0.1 (which drops support for python 3.5)
  • experimental fallback handling in templating (cf #820)
  • fixed search URL, and allow to control it from settings (cf #842)
  • fixed map frozen when setting by hand invalid coordinates (cf #799)
  • fixed changing map ownership (cf #780)
  • do not change map zoom when locating user (cf #763)
  • update map extent on first save if it has not been changed yet (cf #841)

1.2.2

06 Jun 13:36
Compare
Choose a tag to compare
  • fixed bug in popup inner HTML (cf #776)

1.2.1

28 Mar 10:22
Compare
Choose a tag to compare
  • minimal RTL support (cf #752)
  • fix username URL regex to allow spaces (cf #774)

1.2.0

06 Jun 13:38
Compare
Choose a tag to compare
  • added translations for ar, ast, et, he, id, is, no, pt-br, pt-pt, si-lk, sr,
    sv, th-th, tr
  • fixed username not updated when login with OAuth (by @Binnette, cf #754)
  • removed protocol from iframe URL (by @Binnette, cf #748)
  • fixed icon max-height (cf #143)
  • better image and iframe sizing in right panel (cf #184)
  • allow to use variables for tooltips (cf #737)
  • add a marker on user geolocation (cf #339)
  • change arrow direction when "more controls" is active (cf #485)
  • add an experimental feature permalink (cf #294)
  • fixed edge case where slideshow will run even when inactive
  • fixed bug when trying to add a property with a dot in the name (cf #426)