diff --git a/org.mixedrealitytoolkit.accessibility/CHANGELOG.md b/org.mixedrealitytoolkit.accessibility/CHANGELOG.md index 3e7fc9c89..1953586e1 100644 --- a/org.mixedrealitytoolkit.accessibility/CHANGELOG.md +++ b/org.mixedrealitytoolkit.accessibility/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [1.0.1-development] - 2024-02-04 +## [1.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.accessibility/package.json b/org.mixedrealitytoolkit.accessibility/package.json index e6adf0310..1240eee53 100644 --- a/org.mixedrealitytoolkit.accessibility/package.json +++ b/org.mixedrealitytoolkit.accessibility/package.json @@ -1,6 +1,6 @@ { "name": "org.mixedrealitytoolkit.accessibility", - "version": "1.0.1-development", + "version": "1.0.2-development", "description": "*** Please note ***\nThe MRTK3 accessibility features are in early preview and may not contain all planned features. Early preview releases also may undergo significant, breaking architectural changes before release.\n\nFeatures and subsystem to enable accessibility in mixed reality experiences.", "displayName": "MRTK Accessibility Early Preview", "msftFeatureCategory": "MRTK3", diff --git a/org.mixedrealitytoolkit.audio/CHANGELOG.md b/org.mixedrealitytoolkit.audio/CHANGELOG.md index b2c4d513d..759af09ff 100644 --- a/org.mixedrealitytoolkit.audio/CHANGELOG.md +++ b/org.mixedrealitytoolkit.audio/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.0.2-development] - 2024-02-04 +## [3.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.core/CHANGELOG.md b/org.mixedrealitytoolkit.core/CHANGELOG.md index 3057e5b42..60835057b 100644 --- a/org.mixedrealitytoolkit.core/CHANGELOG.md +++ b/org.mixedrealitytoolkit.core/CHANGELOG.md @@ -2,12 +2,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.2.0-development] - 2024-02-04 +## [3.2.0-development] - 2024-03-20 ### Added -* StabilizedRay constructor with explicit position and direction half life values. +* StabilizedRay constructor with explicit position and direction half life values. [PR #625](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/625) +* Added IsProximityHovered property of type TimedFlag to detect when a button starts being hovered or on interactor proximity and when it stops being hovered or on proximity of any interactor. [PR #611](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/611) +* Adding ProximityHover events (Entered & Exited) to PressableButton class. [PR #611](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/611) + ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) +* Fix warning and event triggered on disabled StatefulInteractable after changing speech settings [PR #591](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/591) [PR #608](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/608) \ No newline at end of file diff --git a/org.mixedrealitytoolkit.data/CHANGELOG.md b/org.mixedrealitytoolkit.data/CHANGELOG.md index 3e7fc9c89..1953586e1 100644 --- a/org.mixedrealitytoolkit.data/CHANGELOG.md +++ b/org.mixedrealitytoolkit.data/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [1.0.1-development] - 2024-02-04 +## [1.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.data/package.json b/org.mixedrealitytoolkit.data/package.json index 10bb1c49d..278c0bc7a 100644 --- a/org.mixedrealitytoolkit.data/package.json +++ b/org.mixedrealitytoolkit.data/package.json @@ -1,6 +1,6 @@ { "name": "org.mixedrealitytoolkit.data", - "version": "1.0.1-development", + "version": "1.0.2-development", "description": "*** Please note ***\nThe MRTK3 data binding and theming features contained within this package are experimental. They are not recommended for use in production applications and may be changed or removed.", "displayName": "MRTK3 Data Binding and Theming (Experimental)", "msftFeatureCategory": "Experimental", diff --git a/org.mixedrealitytoolkit.diagnostics/CHANGELOG.md b/org.mixedrealitytoolkit.diagnostics/CHANGELOG.md index b2c4d513d..759af09ff 100644 --- a/org.mixedrealitytoolkit.diagnostics/CHANGELOG.md +++ b/org.mixedrealitytoolkit.diagnostics/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.0.2-development] - 2024-02-04 +## [3.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.extendedassets/CHANGELOG.md b/org.mixedrealitytoolkit.extendedassets/CHANGELOG.md index b2c4d513d..759af09ff 100644 --- a/org.mixedrealitytoolkit.extendedassets/CHANGELOG.md +++ b/org.mixedrealitytoolkit.extendedassets/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.0.2-development] - 2024-02-04 +## [3.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.input/CHANGELOG.md b/org.mixedrealitytoolkit.input/CHANGELOG.md index a6619e564..7aaa24db9 100644 --- a/org.mixedrealitytoolkit.input/CHANGELOG.md +++ b/org.mixedrealitytoolkit.input/CHANGELOG.md @@ -2,12 +2,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.2.0-development] - 2024-02-04 +## [3.2.0-development] - 2024-03-20 ### Added -* Added an alternative Line of Sight (LOS), with angular offset, hand ray pose source. +* Added an alternative Line of Sight (LOS), with angular offset, hand ray pose source. [PR #625](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/625) +* Added IsProximityHovered property of type TimedFlag to detect when a button starts being hovered or on interactor proximity and when it stops being hovered or on proximity of any interactor. [PR #611](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/611) ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) +* Fix the fallback controllers being backwards [PR #636](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/636) +* Fix empty SpeechRecognitionKeyword breaking all speech keyword system [PR #612](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/612) [PR #614](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/614) diff --git a/org.mixedrealitytoolkit.spatialmanipulation/CHANGELOG.md b/org.mixedrealitytoolkit.spatialmanipulation/CHANGELOG.md index b2d85655f..6b0112071 100644 --- a/org.mixedrealitytoolkit.spatialmanipulation/CHANGELOG.md +++ b/org.mixedrealitytoolkit.spatialmanipulation/CHANGELOG.md @@ -2,12 +2,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.2.0-development] - 2024-02-04 +## [3.2.0-development] - 2024-03-20 ### Added -* ObjectManipulator's ManipulationLogic observes XRSocketInteractor, XRI v2.3.0. +* ObjectManipulator's ManipulationLogic observes XRSocketInteractor, XRI v2.3.0. [PR #567](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/567) ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.standardassets/CHANGELOG.md b/org.mixedrealitytoolkit.standardassets/CHANGELOG.md index 2b998cb14..ba51be534 100644 --- a/org.mixedrealitytoolkit.standardassets/CHANGELOG.md +++ b/org.mixedrealitytoolkit.standardassets/CHANGELOG.md @@ -4,7 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [3.1.0-development] - 2024-02-09 +### Added + +* Added SimpleEmptyButton (Experimental) and SimpleActionButton (Experimental) prefabs plus corresponding (Experimental) assets and demoscene. [PR #635](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/635) + ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. -* Added SimpleEmptyButton (Experimental) and SimpleActionButton (Experimental) prefabs plus corresponding (Experimental) assets and demoscene. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) +* Fixing shaders of a couple of TMPro fonts [PR #696](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/696) +* Set the Data packages's CooperHewitt-BoldItalic SDK shader to the Graphic Tools TMPro shader [PR #696](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/696) diff --git a/org.mixedrealitytoolkit.tools/CHANGELOG.md b/org.mixedrealitytoolkit.tools/CHANGELOG.md index b2c4d513d..759af09ff 100644 --- a/org.mixedrealitytoolkit.tools/CHANGELOG.md +++ b/org.mixedrealitytoolkit.tools/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.0.2-development] - 2024-02-04 +## [3.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.uxcomponents.noncanvas/CHANGELOG.md b/org.mixedrealitytoolkit.uxcomponents.noncanvas/CHANGELOG.md index b12607de1..75c02cc83 100644 --- a/org.mixedrealitytoolkit.uxcomponents.noncanvas/CHANGELOG.md +++ b/org.mixedrealitytoolkit.uxcomponents.noncanvas/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.1.2-development] - 2024-02-04 +## [3.1.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) diff --git a/org.mixedrealitytoolkit.uxcomponents/CHANGELOG.md b/org.mixedrealitytoolkit.uxcomponents/CHANGELOG.md index 1530b45f3..8045f4afe 100644 --- a/org.mixedrealitytoolkit.uxcomponents/CHANGELOG.md +++ b/org.mixedrealitytoolkit.uxcomponents/CHANGELOG.md @@ -2,9 +2,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.2.0-development] - 2024-02-04 +## [3.2.0-development] - 2024-03-20 + +### Added + +* Added Empty, Action, Action with Checkbox, and ToggleSwitch Experimental buttons prefabs [PR #649](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/649) +* Added corresponding MenuItems for use in Editor Tools [PR #649](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/649) +* Added CanvasUITearsheetDynamicFrontplate scene [PR #649](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/649) +* Added SimpleButton + demo scene [PR #635](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/635) ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. -* Fixed Bug 643 - Experimental SimpleEmptyButton and SimpleActionButton prefabs have missing "See It Say It Label" GameObject reference \ No newline at end of file +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) +* Fixed Bug #643 - Experimental SimpleEmptyButton and SimpleActionButton prefabs have missing "See It Say It Label" GameObject reference [PR #646](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/646) +* Auto disable button's colliders when `StatefulInteractable` is disabled [PR #626](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/626) diff --git a/org.mixedrealitytoolkit.uxcore/CHANGELOG.md b/org.mixedrealitytoolkit.uxcore/CHANGELOG.md index 610377aed..9545cc21a 100644 --- a/org.mixedrealitytoolkit.uxcore/CHANGELOG.md +++ b/org.mixedrealitytoolkit.uxcore/CHANGELOG.md @@ -2,10 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.2.0-development] - 2024-02-04 +## [3.2.0-development] - 2024-03-20 + +### Added + +* Added Experimental Buttons with dynamic Frontplate and demo CanvasUITearsheetDynamicFrontplate scene. [PR #649](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/649) ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. -* Added Experimental Buttons with dynamic Frontplate and demo CanvasUITearsheetDynamicFrontplate scene. -* Fixed some buttons in nonnative keyboard not having sound. \ No newline at end of file +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) +* Fixed some buttons in nonnative keyboard not having sound [PR #648](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/648) \ No newline at end of file diff --git a/org.mixedrealitytoolkit.windowsspeech/CHANGELOG.md b/org.mixedrealitytoolkit.windowsspeech/CHANGELOG.md index b2c4d513d..759af09ff 100644 --- a/org.mixedrealitytoolkit.windowsspeech/CHANGELOG.md +++ b/org.mixedrealitytoolkit.windowsspeech/CHANGELOG.md @@ -2,8 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.0.2-development] - 2024-02-04 +## [3.0.2-development] - 2024-03-20 ### Fixed -* Fixed support for UPM package publishing in the Unity Asset Store. +* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519)