Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 8462536

Browse files
Fixing npm build again
1 parent 1dbf267 commit 8462536

File tree

4 files changed

+46
-37
lines changed

4 files changed

+46
-37
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ sysinfo.txt
3535
/.vs
3636

3737
# UPM Build updates
38-
[Ee]xamples
3938
[Ee]xamples.meta
4039

4140
# NPM publish exclusions
4241
bitbucket-pipelines.yml
42+
bitbucket-pipelines.yml.meta

CHANGELOG.md

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,57 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7-
## 2019.5 (v2.3) - 2020-10-31
7+
## 2019.6 - 2.5 - Bug squash - 2021/05/10
8+
9+
<<<<<<< HEAD
10+
It has been a while since the last update and although Unity keeps changing, thankfully the parts underneath do not. Thanks to some awesome work by our contributors and the test teams, we made a run on some underlying bugs and issues. If you spot anything else, please log it on the BitBucket site for resolution.
11+
=======
12+
Its been a while since the last update and although Unity keeps changing, thankfully the parts underneath do not. THanks to some awesome work by our contributors and the test teams, we made a run on some underlying bugs and issues. If you spot anything else, please log it on the BitBucket site for resolution.
13+
>>>>>>> 383e19fb0512e6c4e942abb55d856a8578f1b76d
14+
15+
> Be sure to logon to the new [Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project, if you have any questions, queries or suggestions
16+
>
17+
> Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
18+
>
19+
> ## [UIExtensions Gitter Channel](https://gitter.im/Unity-UI-Extensions/Lobby)
820
9-
Since the move to UPM, the team have been able to react quicker and push out fixes a lot easier, without affecting previous installation (whilst still adhering to Unity's backwards compatibility pattern). So it is with great news we announce this new release, faster that ever :D (and thanks to UPM, easier to upgrade than ever).
10-
Be sure to also check out the "Examples" option in the Package Manager window to import the samples to your project.
1121

1222
### Added
1323

14-
- Add squircle primitive
15-
- Adding new magnetic scroll control
16-
- Added a static library to collate shaders on first use.
17-
- Finalized new InputManagerHelper, which translates input based on the operating input system, new or old Updated CardStack2D to have defined keyboard input or specific gamepad input over the older axisname for new input system.
18-
- Updated DropDown and Autocomplete controls based on feedback in #204
24+
Nothing new this time, bugfix release.
1925

2026
### Changed
2127

22-
- Examples now included with UPM delivery and available as a button on the UPM package manager window
23-
- Updated DropDown and Autocomplete controls based on feedback in #204
24-
- Updated Accordion to support both Vertical as well as Horizontal layout
25-
- Updated ComboBox controls to improve better programmatic controls
26-
- Updates to the Infinite scroll to support content of various sizes
27-
- Updated UI Knob control - enabled dragging outside the target area, added example scene
28-
- Minor update to MagneticInfinite Scroll
29-
- Refactored and extended the ContentScrollSnap control
30-
- Added protection against errors and empty scrollrect content
31-
- Added new SetNewItems function to add children programmatically to the control and reset accordingly
32-
- Patch supplied by a contributor to improve the texture sheet use with the UIParticlesystem
33-
- Added "SetKnobValue" function which allows the setting of Value and loops
34-
- Added the programmatic capability to change the parent scroll rect on the ScrollConflictManager at runtime.
28+
- Updated UI Line connector to use relative position instead of anchored position to verify if the Lines need updating.
29+
- Allow menu prefabs to not have to have canvas components. This allows you to use any type of prefab as a "menu". Adam Kapos mentions the concept on the Unite talk, https://youtu.be/wbmjturGbAQ?t=1654
30+
- Updated segment line drawing for Line Lists. Seems Unity no longer needs UV's to be wrapped manually.
31+
- Updated the AutoCompleteComboBox to display text as entered (instead of all lowercase)
32+
- Updated the ComboBox to display text as entered (instead of all lowercase)
33+
- Updated ComboBox Examples to include programmatic versions
34+
- Further ComboBox improvements including:
35+
* Upwards panel
36+
* Start fixes
37+
* Item Template resize
38+
* Disabled sorting on combobox as it wasn't working
39+
* Disabled Slider handle when not in use
40+
* Updated Example
41+
- Updated the new Input system switch and tested against 2021
3542

3643
### Deprecated
3744

3845
None
3946

4047
### Fixed
4148

42-
- Fix to add a "RequireComponent" to Primitives as Unity 2020 does not add them by default
43-
- Remove old Examples submodule
44-
- Updated submodules to hide Examples folder Additionally, updated Package manifest to allow importing of examples direct from UPM package.
45-
- Fixed hard swipe to ensure it only ever moves one page, no matter how far you swipe.
46-
- Fixed a conflict when using the ScrollConflictManager in child content of a HSS or VSS
47-
- Fix for UI Particle system looping
48-
- Fixed public GoToScreen call to only raise events internally (not multiple)
49-
- Final roll-up and fix. Resolved race condition for associated pagination controls.
50-
- Fixed issue with page events not being raised when inertia was disabled (velocity was always zero)
51-
- When cloned, reorderable list was creating a second List Content component that was not initialized. Refactored to ensure only one list content was present and is initialized correctly
52-
- Reorderable list items marked as transferable, remain transferable after being dropped
53-
- Patch to resolve issues without the new Input System installed
54-
- Refined magnetic scroll and dependencies while documenting Updated example
55-
- Patch Tooltip
49+
- Reordering issue resolved with ScrollRectOcclusion.
50+
- Fixed Sorting at min and max positions for ScrollRect
51+
- Updated ScrollToSelect script provided by zero3growlithe, tested and vastly reduces the previous jitter. Still present but barely noticeable now.
52+
- Fixed Issue # 363 Update Combobox control that takes multiple items programmatically, to only allow distinct items
53+
- Fixed the issues where dragging outside the range slider handle causes the range to update. - Resolves #369
54+
- Resolves an issue with Unity putting the previous controls vertex array in an uninitialised control.
55+
- Applied J.R. Mitchell's fix for the Accordion Controls/Accordion/AccordionElement.cs - resolves: #364
56+
- Resolved issue where the Content Scroll snap issue with only 1 child. Resolves #362
57+
- Updated the PaginationManager to override if the ScrollSnap is in motion.
5658

5759
### Removed
5860

Examples~

Submodule Examples~ updated from 4487168 to d08257d

bitbucket-pipelines.yml.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)