3.0.2
Some checks are pending
Test & Docs / tests (postgresql, 3.10) (push) Waiting to run
Test & Docs / tests (postgresql, 3.12) (push) Waiting to run
Test & Docs / lint (push) Waiting to run

This commit is contained in:
Yohan Boniface 2025-04-08 17:23:15 +02:00
parent dd7540596c
commit 88ddb1cab3
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## 3.0.2 - 2025-04-08
* fix copiable input CSS by @yohanboniface in #2616
* fix categorized layer crashing with null value by @yohanboniface in #2621
* properly call endEdit for markers by @yohanboniface in #2617
* fix result tools buttons background color by @yohanboniface in #2620
* fix min-height of select in caption bar by @yohanboniface in #2622
* give priority to small usernames on autocomplete by @yohanboniface in #2604
## 3.0.1 - 2025-04-07 ## 3.0.1 - 2025-04-07
* fix showLabel wrongly using MultiChoices by @yohanboniface in #2609 * fix showLabel wrongly using MultiChoices by @yohanboniface in #2609

View file

@ -1 +1 @@
VERSION = "3.0.1" VERSION = "3.0.2"