Skip to content

Commit d40b334

Browse files
committed
v0.10.0
1 parent 0e73e76 commit d40b334

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.10.0 - 2022-08-10
5+
6+
### reearth-web
7+
#### 🚀 Features
8+
9+
- Add mouse events to plugin API ([#280](https://github.com/reearth/reearth-web/pull/280)) [`9445f0`](https://github.com/reearth/reearth-web/commit/9445f0)
10+
11+
#### 🔧 Bug Fixes
12+
13+
- Select not working after pinch event on ipad ([#290](https://github.com/reearth/reearth-web/pull/290)) [`821504`](https://github.com/reearth/reearth-web/commit/821504)
14+
- Translation for modal buttons [`7eead9`](https://github.com/reearth/reearth-web/commit/7eead9)
15+
- Plugin widget&[#39](https://github.com/reearth/reearth-web/pull/39);s width using iframe&[#39](https://github.com/reearth/reearth-web/pull/39);s default ([#283](https://github.com/reearth/reearth-web/pull/283)) [`572da0`](https://github.com/reearth/reearth-web/commit/572da0)
16+
- Pointer events issues around widgets ([#279](https://github.com/reearth/reearth-web/pull/279)) [`219ea4`](https://github.com/reearth/reearth-web/commit/219ea4)
17+
18+
#### 🎨 Styling
19+
20+
- Fix icons of plugin install buttons ([#289](https://github.com/reearth/reearth-web/pull/289)) [`af7a1b`](https://github.com/reearth/reearth-web/commit/af7a1b)
21+
22+
#### 🧪 Testing
23+
24+
- Introduce vitest ([#284](https://github.com/reearth/reearth-web/pull/284)) [`2152e0`](https://github.com/reearth/reearth-web/commit/2152e0)
25+
26+
#### Miscellaneous Tasks
27+
28+
- Migrate to Vite, upgrade Cypress to v10 ([#287](https://github.com/reearth/reearth-web/pull/287)) [`50f2b6`](https://github.com/reearth/reearth-web/commit/50f2b6)
29+
- Simplify ESLint config ([#282](https://github.com/reearth/reearth-web/pull/282)) [`b3570a`](https://github.com/reearth/reearth-web/commit/b3570a)
30+
- Upgrade resium to v1.15.0 ([#281](https://github.com/reearth/reearth-web/pull/281)) [`bd3968`](https://github.com/reearth/reearth-web/commit/bd3968)
31+
- Cosme changelog [`05084e`](https://github.com/reearth/reearth-web/commit/05084e)
32+
- Fix changelog [`48de86`](https://github.com/reearth/reearth-web/commit/48de86)
33+
### reearth-backend
34+
#### 🚀 Features
35+
36+
- Configurable server host [`61b03a`](https://github.com/reearth/reearth-backend/commit/61b03a)
37+
38+
#### Miscellaneous Tasks
39+
40+
- Add new frontend endpoint (for Vite@3) [`70fed0`](https://github.com/reearth/reearth-backend/commit/70fed0)
41+
- Fix changelog [skip ci] [`895a64`](https://github.com/reearth/reearth-backend/commit/895a64)
42+
443
## 0.9.0 - 2022-07-20
544

645
### reearth-web

0 commit comments

Comments
 (0)