Skip to content

Commit c5478fa

Browse files
committed
2.9.0b0
1 parent 74f81f9 commit c5478fa

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

docs/changelog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## 2.9.0b0 - 2025-01-31
4+
5+
### New features
6+
* display map's "created at" and "modified at" in the caption by @yohanboniface in #2424
7+
* allow to define sortKey at layer level by @yohanboniface in #2449
8+
* move star button to caption by @yohanboniface in #2442
9+
* add a debounce for Input and Textarea fields by @yohanboniface in #2445
10+
* soft delete datalayers by @yohanboniface in #2459
11+
* add DEPRECATED_AUTHENTICATION_PROVIDERS setting by @yohanboniface in #2461
12+
13+
### Bug fixes
14+
* display a more usefull message when error in remote data by @yohanboniface in #2443
15+
* fix circle icon no longer hihlighted by @yohanboniface in #2440
16+
* keep layer visibility after clicking on toggle all by @yohanboniface in #2439
17+
* update map.modified_at when saving a datalayer by @yohanboniface in #2423
18+
* do not consume ctrl-Z in textarea or input by @yohanboniface in #2441
19+
* Fix categorized layers colors palette not updating by @yohanboniface in #2447
20+
* reference secret-env by fullname instead release-name by @swarnat in #2406
21+
* correctly parse http link including another http link in the path by @yohanboniface in #2460
22+
* display current configured oauth as icon instead of text by @yohanboniface in #2375
23+
* better buttons positionning for the homepage by @davidbgk in #2463
24+
* catch cluster error at zoom in certain situation by @yohanboniface in #2464
25+
* display a more descriptive alert on invalid geojson error by @yohanboniface in #2466
26+
* do not try to backup an undefined geojson by @yohanboniface in #2468
27+
28+
### Internal changes
29+
* deactivate cancel and hide button when sync is active by @yohanboniface in #2413
30+
* do not try to reconnect after end edit by @yohanboniface in #2412
31+
* handle sync of datalayer delete by @yohanboniface in #2416
32+
* internalize FormBuilder by @yohanboniface in #2420
33+
* POC of using Redis for pubsub by @yohanboniface in #2426
34+
* include site description within page titles by @davidbgk in #2455
35+
* Sync show usernames by @yohanboniface in #2444
36+
* only allow to set a map as sync when it is already saved by @yohanboniface in #2465
37+
38+
### New Contributors
39+
* @swarnat made their first contribution in #2406
40+
341
## 2.8.2 - 2024-12-26
442

543
### Bug fixes

umap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.8.2"
1+
VERSION = "2.9.0b0"

0 commit comments

Comments
 (0)