-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathCHANGELOG
30 lines (23 loc) · 1.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Changelog
All notable changes to this project will be documented in this file.
## [0.0.33] - 2022-02-22
- Added raster_layer and image_layer api.
- Change port and host setting options in cli.
## [0.0.25] - 2022-02-22
- Added multi-line and multi-bar for the visualizations.
## [0.0.22] - 2022-02-22
- Fix import errors in locals. (import ee error)
## [0.0.21] - 2022-02-18
- Fix lineand bar chart typing and settings.
- Add app.map method for map settings.
- Fix reevaluate error.
- Add error modal to the frontend.
## [0.0.16] - 2022-02-16
- Added `choropleth` for the `vector_layer`
- Added support for `color` for the charts.
## [0.0.15] - 2022-02-11
- Added `app.tile_layer`, `app.wms_tile_layer`, `app.vector_layer`, `app.ee_layer`
- Added support for Google Earth Engine.
- Added support for `app.base_layer` to use `geopandas/xyzservices`.
- `app.bar_chart`, `app.line_chart` will not have `title` argument anymore. Will only have `name` argument.
- `title` argument to components are removed and will now will have only `name`