From a7faca39e023887ef86f0a5110447930157ff0d0 Mon Sep 17 00:00:00 2001 From: Joni Savolainen Date: Sat, 8 Oct 2022 17:25:22 +0300 Subject: [PATCH] chore(release): v0.25.0 --- Assets/UIComponents/package.json | 2 +- CHANGELOG.md | 15 ++++++++++++++- README.md | 8 ++++---- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Assets/UIComponents/package.json b/Assets/UIComponents/package.json index 17cbf020..ec235cbf 100644 --- a/Assets/UIComponents/package.json +++ b/Assets/UIComponents/package.json @@ -1,7 +1,7 @@ { "name": "io.savolainen.uicomponents", "displayName": "UIComponents", - "version": "0.24.0", + "version": "0.25.0", "description": "A small front-end framework for Unity's UIToolkit.", "unity": "2019.3", "author": { diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c2fa52..243e40b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [0.25.0](https://github.com/jonisavo/uicomponents/compare/v0.24.0...v0.25.0) (2022-10-08) + + +### Features + +* add experimental UxmlNameAttribute for generating UxmlFactory ([5df8799](https://github.com/jonisavo/uicomponents/commit/5df87996f32bc0db40cdfc525d842228ce47650d)) +* **Addressables:** increase minimum Addressables version to 1.18.19 ([0622e2e](https://github.com/jonisavo/uicomponents/commit/0622e2e028dc1d08c5fa8e3038de97329ed92f19)) + + +### BREAKING CHANGES + +* **Addressables:** The minimum Addressables version for UIComponents.Addressables has been increased to 1.18.19. Addressables 1.17 does not work with UIComponent's asynchronous loading. + # [0.24.0](https://github.com/jonisavo/uicomponents/compare/v0.23.0...v0.24.0) (2022-10-02) @@ -329,4 +342,4 @@ RelativeTo property has been removed. ## 0.1.0 [2022-04-25] -- Initial release +- Initial release \ No newline at end of file diff --git a/README.md b/README.md index 04e9cbb7..b5f8c81d 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Alternatively, merge this snippet to your `Packages/manifest.json` file: } ], "dependencies": { - "io.savolainen.uicomponents": "0.24.0" + "io.savolainen.uicomponents": "0.25.0" } } ``` @@ -224,12 +224,12 @@ Alternatively, merge this snippet to your `Packages/manifest.json` file: Add this under `dependencies` in your `Packages/manifest.json` file: ``` -"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.24.0" +"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.25.0" ``` -This will install version 0.24.0. +This will install version 0.25.0. -To update, change `upm/v0.24.0` to point to the latest version. +To update, change `upm/v0.25.0` to point to the latest version. ## Documentation