Skip to content

Commit 52c9fdb

Browse files
committed
Update package version to 0.2.0
1 parent 146ea59 commit 52c9fdb

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.docfx/manual/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ The UI Toolkit package contains scripts and utilities for creating UI in Unity p
55
### Reference
66

77
- [Menus](menus.md)
8+
- [Letterboxing (Script)](xref:Zigurous.UI.Letterboxing)
9+
- [NavigationStack (Script)](xref:Zigurous.UI.NavigationStack)
10+
- [ScreenSizeListener (Script)](xref:Zigurous.UI.ScreenSizeListener)
11+
- [ScrollToSelection (Script)](xref:Zigurous.UI.ScrollToSelection)
12+
- [ScrollWithInput (Script)](xref:Zigurous.UI.ScrollWithInput)
13+
- [StretchToScreenSize (Script)](xref:Zigurous.UI.StretchToScreenSize)

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0] - 2021/07/17
9+
10+
### Added
11+
12+
- Letterboxing
13+
- ScreenSizeListener
14+
- StretchToScreenSize
15+
- CanvasExtensions
16+
- GraphicExtensions
17+
- RectTransformExtensions
18+
819
## [0.1.0] - 2021/07/05
920

1021
### Added

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ using Zigurous.UI;
3434

3535
### API
3636

37+
- [Letterboxing](https://docs.zigurous.com/com.zigurous.ui/api/Zigurous.UI.Letterboxing.html)
3738
- [NavigationStack](https://docs.zigurous.com/com.zigurous.ui/api/Zigurous.UI.NavigationStack.html)
39+
- [ScreenSizeListener](https://docs.zigurous.com/com.zigurous.ui/api/Zigurous.UI.ScreenSizeListener.html)
3840
- [ScrollToSelection](https://docs.zigurous.com/com.zigurous.ui/api/Zigurous.UI.ScrollToSelection.html)
3941
- [ScrollWithInput](https://docs.zigurous.com/com.zigurous.ui/api/Zigurous.UI.ScrollWithInput.html)
42+
- [StretchToScreenSize](https://docs.zigurous.com/com.zigurous.ui/api/Zigurous.UI.StretchToScreenSize.html)
4043

4144
### Manual
4245

4346
- [Menus](https://docs.zigurous.com/com.zigurous.ui/manual/menus.html)
44-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.ui",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"displayName": "Zigurous UI Toolkit",
55
"description": "The UI Toolkit package contains scripts and utilities for creating UI in Unity projects. The package is intended to solve common problems that arise when developing UI and menus.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)