-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
c28f4a9
commit 32369ff
Showing
11 changed files
with
27 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"componentChunkName":"component---src-pages-markdown-remark-frontmatter-slug-js","path":"/changelog","result":{"data":{"markdownRemark":{"html":"<h1>Changelog</h1>\n<p>All notable changes to this project will be documented in this file.</p>\n<p>The format is based on <a href=\"https://keepachangelog.com/en/1.0.0/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Keep a Changelog</a>,\r\nand this project adheres to <a href=\"https://semver.org/spec/v2.0.0.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Semantic Versioning</a>.</p>\n<h2>[2.6.2] - 2022/10/16</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fixed tweens not updating when the duration is set to zero</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>New extension method <code>ShadowTweens.TweenAlpha</code></li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Renamed <code>ShadowTweens.TweenEffectColor</code> to <code>ShadowTweens.TweenColor</code></li>\n<li>Renamed <code>ShadowTweens.TweenEffectDistance</code> to <code>ShadowTweens.TweenDistance</code></li>\n</ul>\n<h2>[2.6.1] - 2022/05/11</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Prevented errors caused when tweens are created while the game or scene is unloading</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Changed material extension parameter order to match Unity conventions</li>\n</ul>\n<h2>[2.6.0] - 2021/09/06</h2>\n<h3>Changed</h3>\n<ul>\n<li>The existing <code>TweeningSettings</code> MonoBehaviour has been consolidated into the <code>Settings</code> class. Settings can be changed in this class through static properties or as a MonoBehaviour.</li>\n</ul>\n<h2>[2.5.0] - 2021/07/21</h2>\n<h3>Changed</h3>\n<ul>\n<li>Global settings defined in <code>Tweening</code> have been moved to new static class <code>Settings</code></li>\n<li>Scene indexes default to the current active scene</li>\n<li>Tween <code>sceneIndex</code> is now a publicly exposed field</li>\n<li>Shortcut tweens that are not apart of components still have an id set automatically</li>\n</ul>\n<h2>[2.4.0] - 2021/06/28</h2>\n<h3>Added</h3>\n<ul>\n<li>New <code>TweeningSettings</code> component that can be used to change settings in the editor</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Hide <code>TweenManager</code> in component menu</li>\n<li>Settings properties have been renamed</li>\n</ul>\n<h2>[2.3.0] - 2021/06/27</h2>\n<h3>Added</h3>\n<ul>\n<li>Support for tweening <code>Rect</code> values</li>\n<li>New <code>Material</code> tween extensions</li>\n<li>New <code>Camera</code> tween extensions</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Optimized memory consumption using enum flags</li>\n</ul>\n<h3>Removed</h3>\n<ul>\n<li>Removed <code>Tweening.killTweensOnSceneUnload</code> setting. Each tween now tracks the scene index and is automatically killed when that scene is unloaded.</li>\n</ul>\n<h2>[2.2.1] - 2021/06/18</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Removed editor only property tweens</li>\n</ul>\n<h2>[2.2.0] - 2021/06/15</h2>\n<h3>Added</h3>\n<ul>\n<li>Setting to kill tweens when the scene is unloaded (default=true)</li>\n</ul>\n<h2>[2.1.0] - 2021/06/09</h2>\n<h3>Added</h3>\n<ul>\n<li>Support for looping</li>\n<li>Support for snapping</li>\n<li>Support for reversing sequences</li>\n</ul>\n<h2>[2.0.1] - 2021/06/07</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix meta file reference error</li>\n</ul>\n<h2>[2.0.0] - 2021/05/25</h2>\n<h3>Changed</h3>\n<ul>\n<li>Overhauled internal code to be more optimized and memory efficient</li>\n<li>Sequences can now be controlled and managed the same way as any other tween</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>Hundreds of predefined extension methods for tweening properties on common Unity objects</li>\n<li>More generic types are now compatible with the tweening system</li>\n</ul>\n<h2>[1.0.1] - 2021/04/13</h2>\n<h3>Changed</h3>\n<ul>\n<li>Package name and description</li>\n</ul>\n<h2>[1.0.0] - 2021/03/24</h2>\n<h3>Added</h3>\n<ul>\n<li>Scripts\n<ul>\n<li>Ease</li>\n<li>EaseFunction</li>\n<li>Sequence</li>\n<li>Settings</li>\n<li>Tween</li>\n<li>Tween+Chaining</li>\n<li>Tweener</li>\n<li>TweenState</li>\n<li>TweenUpdater</li>\n</ul>\n</li>\n<li>Tweenable Objects\n<ul>\n<li>Audio</li>\n<li>Camera</li>\n<li>CanvasGroup</li>\n<li>Graphic</li>\n<li>Light</li>\n<li>SpriteRenderer</li>\n<li>TextMesh</li>\n<li>Transform</li>\n</ul>\n</li>\n</ul>","frontmatter":{"slug":"/changelog","class":"changelog","title":""}}},"pageContext":{"id":"9a0ea0d7-1a9c-5274-9f62-3ddc98f4a2c5","frontmatter__slug":"/changelog","__params":{"frontmatter__slug":"changelog"}}},"staticQueryHashes":["1654257956","2011016986","3218290725"]} | ||
{"componentChunkName":"component---src-pages-markdown-remark-frontmatter-slug-js","path":"/changelog","result":{"data":{"markdownRemark":{"html":"<h1>Changelog</h1>\n<p>All notable changes to this project will be documented in this file.</p>\n<p>The format is based on <a href=\"https://keepachangelog.com/en/1.0.0/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Keep a Changelog</a>,\r\nand this project adheres to <a href=\"https://semver.org/spec/v2.0.0.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Semantic Versioning</a>.</p>\n<h2>[2.6.1] - 2022/05/11</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Prevented errors caused when tweens are created while the game or scene is unloading</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Changed material extension parameter order to match Unity conventions</li>\n</ul>\n<h2>[2.6.0] - 2021/09/06</h2>\n<h3>Changed</h3>\n<ul>\n<li>The existing <code>TweeningSettings</code> MonoBehaviour has been consolidated into the <code>Settings</code> class. Settings can be changed in this class through static properties or as a MonoBehaviour.</li>\n</ul>\n<h2>[2.5.0] - 2021/07/21</h2>\n<h3>Changed</h3>\n<ul>\n<li>Global settings defined in <code>Tweening</code> have been moved to new static class <code>Settings</code></li>\n<li>Scene indexes default to the current active scene</li>\n<li>Tween <code>sceneIndex</code> is now a publicly exposed field</li>\n<li>Shortcut tweens that are not apart of components still have an id set automatically</li>\n</ul>\n<h2>[2.4.0] - 2021/06/28</h2>\n<h3>Added</h3>\n<ul>\n<li>New <code>TweeningSettings</code> component that can be used to change settings in the editor</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Hide <code>TweenManager</code> in component menu</li>\n<li>Settings properties have been renamed</li>\n</ul>\n<h2>[2.3.0] - 2021/06/27</h2>\n<h3>Added</h3>\n<ul>\n<li>Support for tweening <code>Rect</code> values</li>\n<li>New <code>Material</code> tween extensions</li>\n<li>New <code>Camera</code> tween extensions</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Optimized memory consumption using enum flags</li>\n</ul>\n<h3>Removed</h3>\n<ul>\n<li>Removed <code>Tweening.killTweensOnSceneUnload</code> setting. Each tween now tracks the scene index and is automatically killed when that scene is unloaded.</li>\n</ul>\n<h2>[2.2.1] - 2021/06/18</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Removed editor only property tweens</li>\n</ul>\n<h2>[2.2.0] - 2021/06/15</h2>\n<h3>Added</h3>\n<ul>\n<li>Setting to kill tweens when the scene is unloaded (default=true)</li>\n</ul>\n<h2>[2.1.0] - 2021/06/09</h2>\n<h3>Added</h3>\n<ul>\n<li>Support for looping</li>\n<li>Support for snapping</li>\n<li>Support for reversing sequences</li>\n</ul>\n<h2>[2.0.1] - 2021/06/07</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix meta file reference error</li>\n</ul>\n<h2>[2.0.0] - 2021/05/25</h2>\n<h3>Changed</h3>\n<ul>\n<li>Overhauled internal code to be more optimized and memory efficient</li>\n<li>Sequences can now be controlled and managed the same way as any other tween</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>Hundreds of predefined extension methods for tweening properties on common Unity objects</li>\n<li>More generic types are now compatible with the tweening system</li>\n</ul>\n<h2>[1.0.1] - 2021/04/13</h2>\n<h3>Changed</h3>\n<ul>\n<li>Package name and description</li>\n</ul>\n<h2>[1.0.0] - 2021/03/24</h2>\n<h3>Added</h3>\n<ul>\n<li>Scripts\n<ul>\n<li>Ease</li>\n<li>EaseFunction</li>\n<li>Sequence</li>\n<li>Settings</li>\n<li>Tween</li>\n<li>Tween+Chaining</li>\n<li>Tweener</li>\n<li>TweenState</li>\n<li>TweenUpdater</li>\n</ul>\n</li>\n<li>Tweenable Objects\n<ul>\n<li>Audio</li>\n<li>Camera</li>\n<li>CanvasGroup</li>\n<li>Graphic</li>\n<li>Light</li>\n<li>SpriteRenderer</li>\n<li>TextMesh</li>\n<li>Transform</li>\n</ul>\n</li>\n</ul>","frontmatter":{"slug":"/changelog","class":"changelog","title":""}}},"pageContext":{"id":"9a0ea0d7-1a9c-5274-9f62-3ddc98f4a2c5","frontmatter__slug":"/changelog","__params":{"frontmatter__slug":"changelog"}}},"staticQueryHashes":["1654257956","2011016986","3218290725"]} |
Oops, something went wrong.