Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2023
1 parent 6f3ff5c commit 70f7c5b
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 53 deletions.
7 changes: 0 additions & 7 deletions .changeset/grumpy-cougars-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-spies-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-fireants-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-glasses-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-pigs-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-horses-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-radios-do.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/thirty-insects-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-moles-buy.md

This file was deleted.

25 changes: 25 additions & 0 deletions sites/geohub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# geohub

## 0.6.0

### Minor Changes

- 0d77aa20: feat: add new layer type of `fill-extrusion` to support 3D polygon visualisation by color and height with selected property
- 285bf0ec: feat: added Default pitch setting for 3D polygon. It will automatically tile the map by the setting when user add 3D polygon layer to the map
- 0d77aa20: feat: add circle-color classification

### Patch Changes

- 345cd5d7: - fix: set logarithmic if the vector layer property has highly skewed values. created a helper function to check highly skewed (`checkVectorLayerHighlySkewed`).
- fix: set random color if the defaultColor variable is undefined when the propoerty is changed in ColorClassification component.
- refactor: removed code for fill from VectorClassifyLegend.
- 1c195153: refactor: changed NumberInput design by transfering from NumberIncrementDecrement
- 45dab650: fix: adjust colorpicker width in color classification component
- cae720fd: feat: User new color classification component for fill layer type. If layer style uses deprecated function, the component will transoform from function to expression
- 72f73e9d: did sevral bug fixes and refactoring as follows

- fix: Use classification method component in raster legend
- fix: relayout raster classify legend
- refactor: moved classification method under Data Related accordion, and also moved it to popup for raster classify legend
- refactor: apply same layout to VectorClassifyLgend

- c6c8a67f: fix: fixed bug of POST/DELETE endpoints to save/delete style

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/geohub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geohub",
"version": "0.5.0",
"version": "0.6.0",
"description": "GeoHub is a geospatial visualization data portal built by UNDP using sveltekit",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 70f7c5b

Please sign in to comment.