Skip to content

Commit 4ea16f5

Browse files
committed
Update package version to 1.6.0
1 parent 34f7f37 commit 4ea16f5

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [1.6.0] - 2021/07/18
9+
10+
### Added
11+
12+
- New `Parameter` static class with predefined hash ids
13+
- New `SmoothDamp<T>` abstract class
14+
- New `SmoothDampFloat` data structure
15+
- New `SmoothDampVector2` data structure
16+
- New `SmoothDampVector3` data structure
17+
18+
### Fixed
19+
20+
- Hash ids on `AnimatorParameter` were not updating when the name was changed in the editor
21+
822
## [1.5.0] - 2021/07/07
923

1024
### Added
@@ -23,20 +37,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2337

2438
### Changed
2539

26-
- Animator parameter ids are now generated automatically without ever having to call a function
40+
- Hash ids on `AnimatorParameter` are now generated automatically without ever having to call a function
2741

2842
## [1.4.1] - 2021/06/28
2943

3044
### Changed
3145

32-
- [AddComponentMenu] attribute added to all behaviors
46+
- Attribute `[AddComponentMenu]` added to all behaviors
3347

3448
## [1.4.0] - 2021/06/27
3549

3650
### Added
3751

3852
- Support for different update modes on common animation scripts
39-
- New RotateAround script
53+
- New `RotateAround` script
4054

4155
### Changed
4256

@@ -47,27 +61,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4761

4862
### Added
4963

50-
- Editor property drawer for AnimatorParameter
64+
- Editor property drawer for `AnimatorParameter`
5165

5266
## [1.3.0] - 2021/06/22
5367

5468
### Added
5569

56-
- AnimatorParameter - new serializable data structure that manages parameter hashes
57-
- Restart function added to AnimatedSprite
70+
- New `AnimatorParameter` data structure
71+
- Restart function added to `AnimatedSprite`
5872

5973
## [1.2.0] - 2021/06/10
6074

6175
### Added
6276

63-
- New FollowPath script
64-
- Support for reversed AnimatedSprite
77+
- New `FollowPath` script
78+
- Support for reversed `AnimatedSprite`
6579

6680
## [1.1.0] - 2021/05/19
6781

6882
### Added
6983

70-
- AnimatedSprite
84+
- New `AnimatedSprite` behavior
7185

7286
## [1.0.1] - 2021/04/13
7387

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.animation",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"displayName": "Zigurous Animation Library",
55
"description": "The Animation Library package contains assets and scripts for animating Unity objects. Animation behaviors include Blink, FollowPath, Move, Orbit, Rotate, Scale, SmoothFollow, SmoothLookAt, and more. The package also contains several animation-related data structures and predefined avatar masks.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)