Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Dec 20, 2022
1 parent 3aec47d commit 8aab509
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.14.0 - 2022-12-20

### 🚀 Features

- Port the Box layer into the reearth/core ([#377](https://github.com/reearth/reearth-web/pull/377)) [`f235f1`](https://github.com/reearth/reearth-web/commit/f235f1)
- Support multi feature for geojson ([#380](https://github.com/reearth/reearth-web/pull/380)) [`d1ee59`](https://github.com/reearth/reearth-web/commit/d1ee59)
- Extend plugin API supports get query ([#374](https://github.com/reearth/reearth-web/pull/374)) [`ccae02`](https://github.com/reearth/reearth-web/commit/ccae02)
- Extend plugin API supports communication ([#364](https://github.com/reearth/reearth-web/pull/364)) [`61e67e`](https://github.com/reearth/reearth-web/commit/61e67e)
- Support 2d mode in navigator ([#360](https://github.com/reearth/reearth-web/pull/360)) [`595dd5`](https://github.com/reearth/reearth-web/commit/595dd5)
- Main logic of the new layer system ([#370](https://github.com/reearth/reearth-web/pull/370)) [`0dd63e`](https://github.com/reearth/reearth-web/commit/0dd63e)

### 🔧 Bug Fixes

- Cache logic for feature ([#379](https://github.com/reearth/reearth-web/pull/379)) [`67bc52`](https://github.com/reearth/reearth-web/commit/67bc52)
- Rendering bug in new layer system ([#375](https://github.com/reearth/reearth-web/pull/375)) [`172988`](https://github.com/reearth/reearth-web/commit/172988)

### ⚡️ Performance

- Improve unnecessary loading the globe image ([#378](https://github.com/reearth/reearth-web/pull/378)) [`4abbba`](https://github.com/reearth/reearth-web/commit/4abbba)

### ✨ Refactor

- Move feature context ([#381](https://github.com/reearth/reearth-web/pull/381)) [`7e18b8`](https://github.com/reearth/reearth-web/commit/7e18b8)

### Miscellaneous Tasks

- Upgrade dependencies ([#373](https://github.com/reearth/reearth-web/pull/373)) [`1fcc75`](https://github.com/reearth/reearth-web/commit/1fcc75)

## 0.13.0 - 2022-12-06

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reearth-web",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"repository": "[email protected]:reearth/reearth-web.git",
"author": "reearth",
Expand Down

0 comments on commit 8aab509

Please sign in to comment.