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

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Aug 10, 2022
1 parent f9d3889 commit 2d4b71b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.10.0 - 2022-08-10

### 🚀 Features

- Add mouse events to plugin API ([#280](https://github.com/reearth/reearth-web/pull/280)) [`9445f0`](https://github.com/reearth/reearth-web/commit/9445f0)

### 🔧 Bug Fixes

- 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)
- Translation for modal buttons [`7eead9`](https://github.com/reearth/reearth-web/commit/7eead9)
- 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)
- Pointer events issues around widgets ([#279](https://github.com/reearth/reearth-web/pull/279)) [`219ea4`](https://github.com/reearth/reearth-web/commit/219ea4)

### 🎨 Styling

- Fix icons of plugin install buttons ([#289](https://github.com/reearth/reearth-web/pull/289)) [`af7a1b`](https://github.com/reearth/reearth-web/commit/af7a1b)

### 🧪 Testing

- Introduce vitest ([#284](https://github.com/reearth/reearth-web/pull/284)) [`2152e0`](https://github.com/reearth/reearth-web/commit/2152e0)

### Miscellaneous Tasks

- 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)
- Simplify ESLint config ([#282](https://github.com/reearth/reearth-web/pull/282)) [`b3570a`](https://github.com/reearth/reearth-web/commit/b3570a)
- Upgrade resium to v1.15.0 ([#281](https://github.com/reearth/reearth-web/pull/281)) [`bd3968`](https://github.com/reearth/reearth-web/commit/bd3968)
- Cosme changelog [`05084e`](https://github.com/reearth/reearth-web/commit/05084e)
- Fix changelog [`48de86`](https://github.com/reearth/reearth-web/commit/48de86)

## 0.9.0 - 2022-07-20

### 🚀 Features
Expand Down Expand Up @@ -392,4 +421,4 @@ All notable changes to this project will be documented in this file.
- Fix slack notifications in workflow [`b4fa35`](https://github.com/reearth/reearth-web/commit/b4fa35)
- Fix sed in release workflow [`f3cd74`](https://github.com/reearth/reearth-web/commit/f3cd74)

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
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.9.0",
"version": "0.10.0",
"description": "",
"repository": "[email protected]:reearth/reearth-web.git",
"author": "reearth",
Expand Down

0 comments on commit 2d4b71b

Please sign in to comment.