You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-56Lines changed: 17 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
-
## Release 2.3 - Reanimation - 2022/02/07
7
+
## Release 2.3.2 - Rejuvenation - 2023/11/26
8
8
9
-
It has been a tough time for all since the last update, but things have been moving steadily along. In the past few months there has been a concerted effort to revamp and update the project ready for Unity 2022, as well as migrating the source repository over to GitHub and refreshing all the things.
10
-
We hope the new release is better for everyone and we have paid close attention to the editor menus and places to find all the controls for this release.
9
+
2023 is certainly an interesting year to keep you on your toes, and finding time to keep managing all the requests and updates that come in are taking their toll, especially for a FREE project, but nonetheless, I still do it.
10
+
11
+
Mainly bugfixes for the end of year update, promoting some resolutions that have been verified and tested since the last release.
11
12
12
13
To get up to speed with the Unity UI Extensions, check out the [Getting Started](https://unity-ui-extensions.github.io/GettingStarted.html) Page.
13
14
14
15
> Ways to get in touch:
15
16
>
16
-
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
17
17
> -[GitHub Discussions](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/discussions), if you have any questions, queries or suggestions
18
+
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
18
19
>
19
20
> Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
20
21
@@ -28,64 +29,23 @@ For more details, see the [deprecation notice](https://github.com/Unity-UI-Exten
28
29
29
30
## Added
30
31
31
-
- Added new FIFO based UI Line Render when dynamic line rendering is needed.
32
-
- Added ResetSelectableHighlight component.
33
-
- Added SetArc method to UICircle as requested.
34
-
- Added new UIHorizontalScroller based on UIVerticalScroller.
35
-
- Added OnHighlightChanged and OnPressChanged events for UI Button.
36
-
- Added error handling around setting Unity UI Components for Vertical/Horizontal ScrollSnaps.
37
-
- Added Editor Menu Option to create a Min/Max slider.
38
-
- Added the ability to set a specific item for combobox controls on start and not just the first.
39
-
- Added the ability to disable the combo boxes and make them read-only.
32
+
- Add CalculatePointOnCurve for uilinerenderer (@victornor)
40
33
41
34
## Changed
42
35
43
-
- Refresh FancyScrollView with the latest fixes
44
-
- All Text based components updated to use TextMeshPro from Unity 2022 **Breaking Change**
45
-
46
-
- Clean-up and reset pivots on scene start.
47
-
- Merged in feature/improved-ui-highlightable (pull request UILineRenderer - issues with specifying point locations at runtime #123).
48
-
- Merged in fix/rangesliderfix (pull request HorizontalScrollSnap Mask Area doesn't work when content created dynamically #125).
49
-
- Merged in fix/infinitescrollcontentsize (pull request Gradient initialization should be in Awake() #126).
50
-
- Merged in feature/controlTouchUp (pull request UILineRenderer mesh not updating in Editor scene view #127).
51
-
- Upgraded RangeSlider to work in both Horizontal and Vertical setups.
52
-
- Merged in RangeSlider-upgrade. (pull request Newtonsoft.Json.dll conflict #131)
53
-
- Updated UIVertical scroller to be 2022 compliant.
54
-
- Updated Curly UI to wait until end of the frame to recalculate positions.
55
-
- Updated Depth Texture sampler in UI Particles Shaders.
56
-
- Updated Points to always be an array of 1 when set to nothing for the Line Renderer.
57
-
- Updated Cooldown button to work with Keyboard input.
58
-
- Removed unneeded size calculation which caused some issues with mixed content.
59
-
- Resolved an issue whereby the last row in a flow layout group would not size correctly.
60
-
- Updated all components using "LayoutGroup" to override their OnDisable.
61
-
- Updated validation in the new MinMaxSlider.
62
-
- Updated Editor create options to add the correct Event System Input manager.
63
-
- Updated initialisation logic to not cause an endless loop in the TabNavigationHelper.
64
-
- Updated "Action" use to "UnityAction" to avoid Unity issues for DropDowns.
65
-
- Updated UIVerticalScroller for standards.
66
-
- Updated ReorderableList/ReorderableListElement to prevent creating a fake object for non-transferable items.
67
-
- Updated panel drawing for ComboBox controls and added DropdownOffset.
68
-
- Updated build issue with ReorderableListElement.
69
-
- Updated NonDrawingGraphic to require a CanvasRender, else it causes an error on run.
36
+
- fix: Fixed an null reference exception with the ResetSelectableHighlight (@FejZa)
37
+
- fix: Resolved an issue where the last line in a flow layout group would overflow the rect bounds.
38
+
- fix: GetPosition when Segments is null (@victornor)
39
+
- fix: Fix Bug! NicerOutline color.a Loss when m_UseGraphicAlpha is true (wanliyun)
40
+
- fix: Update to force Enumerated start for Accordion elements, Resolves: #455
41
+
- Added argument to the UpdateLayout method for the HSS/VSS to move to a new starting page.
42
+
- Updated implementations to handle 2023 support, with 2023 moving in to public release.
43
+
- Added extra event on the AutoCompleteComboBox, to fire when an item in the list is selected, with its display name.
44
+
- FlowLayoutGroup components updated to latest (likely the last as the author has stopped development)
70
45
71
46
## Deprecated
72
47
73
-
- Marked ScrollPositionController as Obsolete, users should use the new Scoller.
74
-
- BestFitOutline - Deprecated in Unity 2020 onwards. (still available for earlier versions)
75
-
- NicerOutline - Deprecated in Unity 2020 onwards. (still available for earlier versions)
76
-
- Marked TileSizeFitter as obsolete as Unity has made this unworkable.
77
-
78
-
## Fixed
79
-
80
-
- Resolved issues with DisplayAbove and using a 0 ItemsToDisplay for ComboBox controls.
81
-
- Resolved startup issue that prevented the control from being used (Unity changed the start order in some instances), this was causing null reference issues with comboboxes.
82
-
- Patch fix for UILineRenderer.
83
-
- Resolves issue where the lower range value would become stuck when moving.
84
-
- Updated Infinite scroll to work with content of different sizes.
85
-
- Updated Dropdown list to NOT resize text Rect on draw.
86
-
- Revised the Curly UI fix as it was preventing the graphic from being updated in the scene view.
87
-
- Cleanup and ensuring the UIParticleSystem is disposed in onDestroy correctly.
88
-
- Clean up range slider unused variables.
48
+
- All deprecated Text based components now have "obsolete" tags, to avoid breaking code. Note, these do not function in 2022 and above, as Unity have "changed" things. For any affected component, I recommend updating to use TextMeshPro native features.
89
49
90
50
## Additional Notes
91
51
@@ -98,6 +58,7 @@ New for 2020, we have added OpenUPM support and the package can be installed usi
98
58
```cli
99
59
`openupm add com.unity.uiextensions`
100
60
```
61
+
101
62
> For more details on using [OpenUPM CLI, check the docs here](https://github.com/openupm/openupm-cli#installation).
It has been a tough time for all since the last update, but things have been moving steadily along. In the past few months there has been a concerted effort to revamp and update the project ready for Unity 2022, as well as migrating the source repository over to GitHub and refreshing all the things.
48
-
We hope the new release is better for everyone and we have paid close attention to the editor menus and places to find all the controls for this release.
47
+
2023 is certainly an interesting year to keep you on your toes, and finding time to keep managing all the requests and updates that come in are taking their toll, especially for a FREE project, but nonetheless, I still do it.
48
+
49
+
Mainly bugfixes for the end of year update, promoting some resolutions that have been verified and tested since the last release.
49
50
50
51
To get up to speed with the Unity UI Extensions, check out the [Getting Started](https://unity-ui-extensions.github.io/GettingStarted.html) Page.
51
52
52
53
> Ways to get in touch:
53
54
>
54
-
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
55
55
> -[GitHub Discussions](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/discussions), if you have any questions, queries or suggestions
56
+
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
56
57
>
57
58
> Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
58
59
@@ -66,64 +67,23 @@ For more details, see the [deprecation notice](https://github.com/Unity-UI-Exten
66
67
67
68
## Added
68
69
69
-
- Added new FIFO based UI Line Render when dynamic line rendering is needed.
70
-
- Added ResetSelectableHighlight component.
71
-
- Added SetArc method to UICircle as requested.
72
-
- Added new UIHorizontalScroller based on UIVerticalScroller.
73
-
- Added OnHighlightChanged and OnPressChanged events for UI Button.
74
-
- Added error handling around setting Unity UI Components for Vertical/Horizontal ScrollSnaps.
75
-
- Added Editor Menu Option to create a Min/Max slider.
76
-
- Added the ability to set a specific item for combobox controls on start and not just the first.
77
-
- Added the ability to disable the combo boxes and make them read-only.
70
+
- Add CalculatePointOnCurve for uilinerenderer (@victornor)
78
71
79
72
## Changed
80
73
81
-
- Refresh FancyScrollView with the latest fixes
82
-
- All Text based components updated to use TextMeshPro from Unity 2022 **Breaking Change**
83
-
84
-
- Clean-up and reset pivots on scene start.
85
-
- Merged in feature/improved-ui-highlightable (pull request UILineRenderer - issues with specifying point locations at runtime #123).
86
-
- Merged in fix/ragesliderfix (pull request HorizontalScrollSnap Mask Area doesn't work when content created dynamically #125).
87
-
- Merged in fix/infinitescrollcontentsize (pull request Gradient initialization should be in Awake() #126).
88
-
- Merged in feature/controlTouchUp (pull request UILineRenderer mesh not updating in Editor scene view #127).
89
-
- Upgraded RangeSlider to work in both Horizontal and Vertical setups.
90
-
- Merged in RangeSlider-upgrade. (pull request Newtonsoft.Json.dll conflict #131)
91
-
- Updated UIVertical scroller to be 2022 compliant.
92
-
- Updated Curly UI to wait until end of the frame to recalculate positions.
93
-
- Updated Depth Texture sampler in UI Particles Shaders.
94
-
- Updated Points to always be an array of 1 when set to nothing for the Line Renderer.
95
-
- Updated Cooldown button to work with Keyboard input.
96
-
- Removed unneeded size calculation which caused some issues with mixed content.
97
-
- Resolved an issue whereby the last row in a flow layout group would not size correctly.
98
-
- Updated all components using "LayoutGroup" to override their OnDisable.
99
-
- Updated validation in the new MinMaxSlider.
100
-
- Updated Editor create options to add the correct Event System Input manager.
101
-
- Updated initialisation logic to not cause an endless loop in the TabNavigationHelper.
102
-
- Updated "Action" use to "UnityAction" to avoid Unity issues for DropDowns.
103
-
- Updated UIVerticalScroller for standards.
104
-
- Updated ReorderableList/ReorderableListElement to prevent creating a fake object for non-transferable items.
105
-
- Updated panel drawing for ComboBox controls and added DropdownOffset.
106
-
- Updated build issue with ReorderableListElement.
107
-
- Updated NonDrawingGraphic to require a CanvasRender, else it causes an error on run.
74
+
- fix: Fixed an null reference exception with the ResetSelectableHighlight (@FejZa)
75
+
- fix: Resolved an issue where the last line in a flow layout group would overflow the rect bounds.
76
+
- fix: GetPosition when Segments is null (@victornor)
77
+
- fix: Fix Bug! NicerOutline color.a Loss when m_UseGraphicAlpha is true (wanliyun)
78
+
- fix: Update to force Enumerated start for Accordion elements, Resolves: #455
79
+
- Added argument to the UpdateLayout method for the HSS/VSS to move to a new starting page.
80
+
- Updated implementations to handle 2023 support, with 2023 moving in to public release.
81
+
- Added extra event on the AutoCompleteComboBox, to fire when an item in the list is selected, with its display name.
82
+
- FlowLayoutGroup components updated to latest (likely the last as the author has stopped development)
108
83
109
84
## Deprecated
110
85
111
-
- Marked ScrollPositionController as Obsolete, users should use the new Scoller.
112
-
- BestFitOutline - Deprecated in Unity 2020 onwards. (still available for earlier versions)
113
-
- NicerOutline - Deprecated in Unity 2020 onwards. (still available for earlier versions)
114
-
- Marked TileSizeFitter as obsolete as Unity has made this unworkable.
115
-
116
-
## Fixed
117
-
118
-
- Resolved issues with DisplayAbove and using a 0 ItemsToDisplay for ComboBox controls.
119
-
- Resolved startup issue that prevented the control from being used (Unity changed the start order in some instances), this was causing null reference issues with comboboxes.
120
-
- Patch fix for UILineRenderer.
121
-
- Resolves issue where the lower range value would become stuck when moving.
122
-
- Updated Infinite scroll to work with content of different sizes.
123
-
- Updated Dropdown list to NOT resize text Rect on draw.
124
-
- Revised the Curly UI fix as it was preventing the graphic from being updated in the scene view.
125
-
- Cleanup and ensuring the UIParticleSystem is disposed in onDestroy correctly.
126
-
- Clean up range slider unused variables.
86
+
- All deprecated Text based components now have "obsolete" tags, to avoid breaking code. Note, these do not function in 2022 and above, as Unity have "changed" things. For any affected component, I recommend updating to use TextMeshPro native features.
0 commit comments