Skip to content

Conversation

@jfreire-unity
Copy link
Collaborator

@jfreire-unity jfreire-unity commented May 23, 2023

Description

Commit for 1.6.0 release.

Changes made

Updates changelog with version to be released.

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • FogBugz ticket attached, example ([case %number%](https://issuetracker.unity3d.com/issues/...)).
    • FogBugz is marked as "Resolved" with next release version correctly set.
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

@jfreire-unity jfreire-unity marked this pull request as ready for review May 24, 2023 09:25
@jfreire-unity jfreire-unity requested review from jamesmcgill and lyndon-unity and removed request for jamesmcgill and lyndon-unity May 24, 2023 09:26
Copy link
Collaborator

@lyndon-unity lyndon-unity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes proposed but this looks fine

however, it has to be formatted properly to pass verification tests.

## [Unreleased]
## [1.6.0] - 2023-05-23
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth bumping to 25th May as it wont go out till tomorrow at least.

## [1.6.0] - 2023-05-23

### Added
- Added `InputSystemProvider` for the new `InputForUI` module. `InputForUI` allows the UIToolkit to have a single dependency for input events, regardless of using the new input system or the legacy input system.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this 'internal' - might be worth prefixing to say Added internal 'InputSystemProvider' if users can't access it.

@jfreire-unity jfreire-unity changed the title [HOLD] RELEASE: 1.6.0 RELEASE: 1.6.0 May 24, 2023
@jfreire-unity jfreire-unity merged commit b141ac4 into develop May 25, 2023
@jfreire-unity jfreire-unity deleted the release-1.6.0 branch May 25, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants