diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fd587..2dce30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,51 @@ All notable changes to this project will be documented in this file. +# [0.1.0](https://github.com/NanoForge-dev/Editor/compare/0.0.1...0.1.0) - (2026-07-02) + +## Bug Fixes + +- Cross origin (#179) ([11fba7e](https://github.com/NanoForge-dev/Editor/commit/11fba7e5991a2acad317327f827c4e8c142735a9)) by @Exeloo +- Change env for prod (#177) ([e8271d2](https://github.com/NanoForge-dev/Editor/commit/e8271d2cae5bdacd785c1bfe3a3b68bd2124734d)) by @Exeloo +- Monaco type import (#169) ([51374be](https://github.com/NanoForge-dev/Editor/commit/51374bed13ce0ee75e787287483bcdb45e9f8bce)) by @bill-h4rper +- **front:** User experience details (#162) ([580354c](https://github.com/NanoForge-dev/Editor/commit/580354cd374e0b18b1b6e972b409cd37916f1349)) by @bill-h4rper +- **front:** Hot reload on enum change (#163) ([0ea19be](https://github.com/NanoForge-dev/Editor/commit/0ea19be297eead34262057ff49679217b421f33a)) by @Tchips46 +- **game:** Remove old needed game start values like save (#139) ([81c526e](https://github.com/NanoForge-dev/Editor/commit/81c526e9ca3125166eaec550d72fcc7e672ae818)) by @Tchips46 +- Tabs system with local storage (#104) ([5f7b546](https://github.com/NanoForge-dev/Editor/commit/5f7b5466ce7d074aaccb789014dd7617cf4b7fec)) by @bill-h4rper + +## Features + +- Add asset param input in components handling (#176) ([39b4406](https://github.com/NanoForge-dev/Editor/commit/39b4406aee7be1457b62ffa6777ab9890fb1a80e)) by @Exeloo +- Add github sync (#164) ([82a2d26](https://github.com/NanoForge-dev/Editor/commit/82a2d26096d01f771f61022252e665eaac47d4c7)) by @Exeloo +- Add shape drag and drop (#170) ([d1c5eea](https://github.com/NanoForge-dev/Editor/commit/d1c5eeaa5c136a485f49e9081e4a42c9df315126)) by @Exeloo +- Add assets handler in ecs tree (#173) ([3d4991c](https://github.com/NanoForge-dev/Editor/commit/3d4991cf662fcfc3ba31086f8463772258239ddf)) by @Exeloo +- Add export project (#167) ([fb82bf8](https://github.com/NanoForge-dev/Editor/commit/fb82bf808e91761a5dbeae0a286501068844581f)) by @Exeloo +- Add packages marketplace (#166) ([fc0d1cd](https://github.com/NanoForge-dev/Editor/commit/fc0d1cd9f4a852332131a20b5d4031faa740313b)) by @Exeloo +- Add packages deletion (#165) ([f0560db](https://github.com/NanoForge-dev/Editor/commit/f0560db534e2189fc514b566b3d5f864d4817689)) by @Exeloo +- **entity-inspector:** Show differents enum values as selectable list (#161) ([7f94b8f](https://github.com/NanoForge-dev/Editor/commit/7f94b8f7465cda18deccbc633352c86d0452d9e7)) by @Tchips46 +- Add open code button (#151) ([ddbefdc](https://github.com/NanoForge-dev/Editor/commit/ddbefdcd3240428cc3be8d6f9cf425e36acce944)) by @Exeloo +- Add create and import package functionality (#150) ([394e65b](https://github.com/NanoForge-dev/Editor/commit/394e65b0e6206577560ce20b424141d1ce3048b6)) by @Exeloo +- Add class validator on actions bodies (#153) ([d5ae009](https://github.com/NanoForge-dev/Editor/commit/d5ae009e36b95be269c2cb0b17c67c1c32ae2a02)) by @Exeloo +- Add code editor sync with server (#148) ([4555742](https://github.com/NanoForge-dev/Editor/commit/45557426f7e2bbdfa70cb7c661b5e4edbe5658b2)) by @Exeloo +- Add docs buttons in menu (#149) ([8c768e4](https://github.com/NanoForge-dev/Editor/commit/8c768e40353c768dd19af64aa77449da43167d5f)) by @Exeloo +- Add load page and online handling (#143) ([a91d61c](https://github.com/NanoForge-dev/Editor/commit/a91d61c7def3d697311755f6efcdd03e141b43a6)) by @Exeloo +- Add ecs tree (#140) ([c70f972](https://github.com/NanoForge-dev/Editor/commit/c70f972fda9783df1c6a90b907e5f843d34fb4bb)) by @Exeloo +- **loader:** Use save to hot reload (#106) ([69ef2b0](https://github.com/NanoForge-dev/Editor/commit/69ef2b00faf08ea59f3f880b25b5210b7d80bf0e)) by @Tchips46 +- **loader:** Start a game using the core-editor (#84) ([0d019c9](https://github.com/NanoForge-dev/Editor/commit/0d019c91f594ebee28f083dca6f5fabf2ce178a4)) by @Tchips46 +- Migrate the project files cached from the indexedDB to OPFS (#101) ([ab2b30b](https://github.com/NanoForge-dev/Editor/commit/ab2b30b2fb04dde4b9df17f4f329b61982e6cf37)) by @bill-h4rper + +## Refactor + +- Clean all the backend (#107) ([1790268](https://github.com/NanoForge-dev/Editor/commit/1790268ff8b9d3c0f6ded2b384a0af2530b5aad7)) by @Exeloo + +## Styling + +- Fix imports order (#105) ([4361688](https://github.com/NanoForge-dev/Editor/commit/436168866b9b1a00d63c6e5de72474984f04715e)) by @Exeloo + +### New Contributors + +- @MartinFillon made their first contribution in #102 + # [0.0.1](https://github.com/NanoForge-dev/Editor/tree/0.0.1) - (2026-04-13) ## Bug Fixes diff --git a/package.json b/package.json index 751e3bc..7530dc6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/editor", - "version": "0.0.2-alpha.cross-origin.0", + "version": "0.1.0", "description": "NanoForge Editor", "keywords": [ "nanoforge",