Skip to content

Commit

Permalink
bump: version 2.14.2 → 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 6, 2023
1 parent 8530968 commit aac8985
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## v_2.15.0 (2023-02-07)

### Feat

- add a style parameter to generate aoi geojson
- manage basemaps
- upgrade the radio behavior
- add a checkbox to the layer_control
- use a custom layer_control
- add a simpleslider component

### Fix

- add vector management also fix some test bugs linked to get_children
- drop deprecated scenes (#729)
- drop deprecated scenes
- add extra line this line is invisble but ensures that the focusing animation of the radio button is not cut
- update control display
- use group to split layer control from the others
- avoid double border in zoom btn
- set max theoric level to 24
- auto-merge main in release
- propagate the aoi style in tile and view
- remove testing file
- remove fontawesome 5 from the html output
- inject fontawesome 6
- improve display of layer_control
- replace built-in ZoomControl

### Refactor

- remove isort parameters (#728)
- install the appropriate pre-commit at once
- remove isort parameters
- use get_children instead of search_radio
- make get_children more flexible new arguments: klass, attr, value
- single call to display
- add styling with HTML instead of widgets
- always use the gejsjon to display aoi
- use doc8 on our docs
- move map-btn css from json to css file

## v_2.14.2 (2023-01-25)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sepal-ui"
version = "2.14.2"
version = "2.15.0"
description = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
keywords = ["UI", "Python", "widget", "sepal"]
classifiers = [
Expand Down Expand Up @@ -131,7 +131,7 @@ changelog_file = "CHANGELOG.md"
changelog_incremental = true
tag_format = "v_$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "2.14.2"
version = "2.15.0"
version_files = [
"pyproject.toml:version",
"sepal_ui/__init__.py:__version__"
Expand Down
2 changes: 1 addition & 1 deletion sepal_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__author__ = """Pierrick Rambaud"""
__email__ = "[email protected]"
__version__ = "2.14.2"
__version__ = "2.15.0"

color = SepalColor()
'color: the colors of sepal. members are in the following list: "main, darker, bg, primary, accent, secondary, success, info, warning, error, menu". They will render according to the selected theme.'

0 comments on commit aac8985

Please sign in to comment.