From d196904bc1296a1ce5d3fd4b40994f4f586a1d18 Mon Sep 17 00:00:00 2001 From: lavalse Date: Mon, 7 Aug 2023 08:18:36 +0000 Subject: [PATCH] v0.18.0 --- CHANGELOG.md | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 887af22355..dd998c7cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,102 @@ All notable changes to this project will be documented in this file. +## 0.18.0 - 2023-08-07 + +### Web + +#### 🚀 Features + +- Add VisualizerContext in NLS for beta ([#591](https://github.com/reearth/reearth/pull/591)) [`39811d`](https://github.com/reearth/reearth/commit/39811d) +- New beta modal design ([#579](https://github.com/reearth/reearth/pull/579)) [`517b1b`](https://github.com/reearth/reearth/commit/517b1b) +- Support google photorealistic ([#521](https://github.com/reearth/reearth/pull/521)) [`ca71b3`](https://github.com/reearth/reearth/commit/ca71b3) +- Support IBL for terrain ([#529](https://github.com/reearth/reearth/pull/529)) [`743963`](https://github.com/reearth/reearth/commit/743963) +- Support HBAO ([#569](https://github.com/reearth/reearth/pull/569)) [`d5b3c9`](https://github.com/reearth/reearth/commit/d5b3c9) + +#### 🔧 Bug Fixes + +- Wrong type error [`88ee7e`](https://github.com/reearth/reearth/commit/88ee7e) +- Unsafe builtin implementation ([#623](https://github.com/reearth/reearth/pull/623)) [`96faac`](https://github.com/reearth/reearth/commit/96faac) +- Revert small change [`aa8680`](https://github.com/reearth/reearth/commit/aa8680) +- Pr preview build failing ([#614](https://github.com/reearth/reearth/pull/614)) [`031295`](https://github.com/reearth/reearth/commit/031295) +- Crash app by ambient occlusion ([#611](https://github.com/reearth/reearth/pull/611)) [`15bd99`](https://github.com/reearth/reearth/commit/15bd99) +- Gpx parsing not working ([#590](https://github.com/reearth/reearth/pull/590)) [`35d6da`](https://github.com/reearth/reearth/commit/35d6da) +- Build ci failling [`54354b`](https://github.com/reearth/reearth/commit/54354b) +- Create workspace beta modal design ([#597](https://github.com/reearth/reearth/pull/597)) [`141026`](https://github.com/reearth/reearth/commit/141026) +- Performance issue when generate md5 with large data.url ([#587](https://github.com/reearth/reearth/pull/587)) [`733862`](https://github.com/reearth/reearth/commit/733862) +- AO invariant error [`b1875e`](https://github.com/reearth/reearth/commit/b1875e) +- Ambient occlusion ([#574](https://github.com/reearth/reearth/pull/574)) [`9ae1af`](https://github.com/reearth/reearth/commit/9ae1af) + +#### ✨ Refactor + +- Config ([#575](https://github.com/reearth/reearth/pull/575)) [`2ebdf5`](https://github.com/reearth/reearth/commit/2ebdf5) +- Services/api [`4ec0bc`](https://github.com/reearth/reearth/commit/4ec0bc) + +#### Miscellaneous Tasks + +- Update hexadecimal colors ([#618](https://github.com/reearth/reearth/pull/618)) [`ac2bb9`](https://github.com/reearth/reearth/commit/ac2bb9) +- Version bump to 0.18.0 [`9c794d`](https://github.com/reearth/reearth/commit/9c794d) +- Fix several issues around visualizer render ([#612](https://github.com/reearth/reearth/pull/612)) [`62d28e`](https://github.com/reearth/reearth/commit/62d28e) +- Update button beta design ([#613](https://github.com/reearth/reearth/pull/613)) [`ed4e33`](https://github.com/reearth/reearth/commit/ed4e33) +- Basic publish tab in beta ([#606](https://github.com/reearth/reearth/pull/606)) [`5f3141`](https://github.com/reearth/reearth/commit/5f3141) +- Hook up with story page API ([#592](https://github.com/reearth/reearth/pull/592)) [`9eea0f`](https://github.com/reearth/reearth/commit/9eea0f) +- Add widget and align system update functionality ([#604](https://github.com/reearth/reearth/pull/604)) [`0738b7`](https://github.com/reearth/reearth/commit/0738b7) +- Update widget tab ([#598](https://github.com/reearth/reearth/pull/598)) [`a40c94`](https://github.com/reearth/reearth/commit/a40c94) +- Enable visualizer explicit rendering ([#583](https://github.com/reearth/reearth/pull/583)) [`7a2503`](https://github.com/reearth/reearth/commit/7a2503) +- Unsafe plugin support ([#576](https://github.com/reearth/reearth/pull/576)) [`1ebef7`](https://github.com/reearth/reearth/commit/1ebef7) +- Add list style common DnD component ([#585](https://github.com/reearth/reearth/pull/585)) [`ad4ae6`](https://github.com/reearth/reearth/commit/ad4ae6) +- Add popover contents to left panel and related modification ([#581](https://github.com/reearth/reearth/pull/581)) [`ca753c`](https://github.com/reearth/reearth/commit/ca753c) +- Basic widget page ([#578](https://github.com/reearth/reearth/pull/578)) [`3e8dc0`](https://github.com/reearth/reearth/commit/3e8dc0) +- Add popover and basic content components ([#580](https://github.com/reearth/reearth/pull/580)) [`53bf82`](https://github.com/reearth/reearth/commit/53bf82) +- Panel resize functionality improvements ([#572](https://github.com/reearth/reearth/pull/572)) [`99f5ad`](https://github.com/reearth/reearth/commit/99f5ad) +- Add image-based lighting ([#519](https://github.com/reearth/reearth/pull/519)) [`7622d7`](https://github.com/reearth/reearth/commit/7622d7) +- Add storytelling static content of left panel ([#565](https://github.com/reearth/reearth/pull/565)) [`65c1a1`](https://github.com/reearth/reearth/commit/65c1a1) + +### Server + +#### 🚀 Features + +- Storytelling blocks CRUD ([#610](https://github.com/reearth/reearth/pull/610)) [`5ac70f`](https://github.com/reearth/reearth/commit/5ac70f) +- Support storytelling ([#553](https://github.com/reearth/reearth/pull/553)) [`f9b310`](https://github.com/reearth/reearth/commit/f9b310) +- Extension system ([#584](https://github.com/reearth/reearth/pull/584)) [`847db6`](https://github.com/reearth/reearth/commit/847db6) + +#### 🔧 Bug Fixes + +- Add missing plugin extensions types ([#624](https://github.com/reearth/reearth/pull/624)) [`b98084`](https://github.com/reearth/reearth/commit/b98084) +- Add missing fields to PropertySchema documents. ([#621](https://github.com/reearth/reearth/pull/621)) [`827c0d`](https://github.com/reearth/reearth/commit/827c0d) + +#### ⚡️ Performance + +- Add group.linkeddatasetschema index ([#563](https://github.com/reearth/reearth/pull/563)) [`c4f2c1`](https://github.com/reearth/reearth/commit/c4f2c1) +- Improve dataset index ([#562](https://github.com/reearth/reearth/pull/562)) [`49ce87`](https://github.com/reearth/reearth/commit/49ce87) + +#### Miscellaneous Tasks + +- Revert changes on ci_server.yml [`fb45e0`](https://github.com/reearth/reearth/commit/fb45e0) +- Expand sys extensions to support storytelling pages/blocks ([#622](https://github.com/reearth/reearth/pull/622)) [`c4c46c`](https://github.com/reearth/reearth/commit/c4c46c) +- Add JSON schema to built in manifest ([#617](https://github.com/reearth/reearth/pull/617)) [`755931`](https://github.com/reearth/reearth/commit/755931) +- Add spacing value type with padding and margin UI support ([#616](https://github.com/reearth/reearth/pull/616)) [`99abf5`](https://github.com/reearth/reearth/commit/99abf5) + +### Misc + +#### Miscellaneous Tasks + +- Revert CHANGELOG.md to same as main [`ac3594`](https://github.com/reearth/reearth/commit/ac3594) +- Remove prev CHANGELOG changes [`c248fc`](https://github.com/reearth/reearth/commit/c248fc) +- Update reviewer-lottery.yml [`79aaf0`](https://github.com/reearth/reearth/commit/79aaf0) +- Update theme&[#39](https://github.com/reearth/reearth/pull/39);s colors ([#589](https://github.com/reearth/reearth/pull/589)) [`714fb9`](https://github.com/reearth/reearth/commit/714fb9) +- Update CODEOWNERS [`0b8919`](https://github.com/reearth/reearth/commit/0b8919) + +### + +#### Miscellaneous Tasks + +- Revert CHANGELOG.md to same as main [`ac3594`](https://github.com/reearth/reearth/commit/ac3594) +- Remove prev CHANGELOG changes [`c248fc`](https://github.com/reearth/reearth/commit/c248fc) +- Update reviewer-lottery.yml [`79aaf0`](https://github.com/reearth/reearth/commit/79aaf0) +- Update theme&[#39](https://github.com/reearth/reearth/pull/39);s colors ([#589](https://github.com/reearth/reearth/pull/589)) [`714fb9`](https://github.com/reearth/reearth/commit/714fb9) +- Update CODEOWNERS [`0b8919`](https://github.com/reearth/reearth/commit/0b8919) + ## 0.17.0 - 2023-07-11 ### Web