Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
445 lines (146 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

445 lines (146 loc) · 10.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.12.1 (2019-08-18)

Bug Fixes

  • accessibility: fixes visibility manager not being notified if reduced motion is enabled (95d9164)

2.12.0 (2019-08-18)

Features

  • accessibility: skips animation if reduced motion is enabled (a5e7da0)

2.11.0 (2019-07-27)

Features

  • motion: adds ability to compose keyframe animations in motion components (e7e971a)
  • scale: adds transform origin prop (dfe9b5c)

2.10.1 (2019-07-26)

Note: Version bump only for package element-motion

2.10.0 (2019-07-19)

Features

  • motion: skips execution if both elements are outside of the viewport (6f62e22)
  • translate: adds new translate motion (6b97dd1)

2.9.1 (2019-07-02)

Note: Version bump only for package element-motion

2.9.0 (2019-07-01)

Features

  • motion: adds dev logging to improve dx (ed7a332)

2.8.1 (2019-06-30)

Note: Version bump only for package element-motion

2.8.0 (2019-06-23)

Features

  • scale: adds scale motion with inverse scale helper (721c34b)

2.7.0 (2019-06-08)

Features

  • reveal: adds ability to resize via width and height (84b2818)

2.6.0 (2019-06-06)

Bug Fixes

  • motion: fixes motions flickering when animating and images having dimensions of zero (143a40a)
  • reveal: fixes reveal in safari (ec29c7c)

Features

  • move: adds new prop to set stacking context on move motion (68d5b60)

2.5.0 (2019-05-30)

Bug Fixes

  • reshaping-container: fixes children to move with container (0d3b762)

Features

  • fade-move: adds props to disable scaling (a3dbf96)
  • move: adds props to disable scaling (56141f1)

2.4.4 (2019-05-30)

Note: Version bump only for package element-motion

2.4.3 (2019-05-25)

Note: Version bump only for package element-motion

2.4.2 (2019-05-25)

Note: Version bump only for package element-motion

2.4.1 (2019-05-24)

Note: Version bump only for package yubaba-repo

2.4.0 (2019-05-23)

Features

  • animator: adds first class self targeted animations api (6ad648e)

2.3.2 (2019-05-14)

Bug Fixes

  • baba: replaces usage of render subtree with create portal to pass new context through (cb67a58)

2.3.1 (2019-05-13)

Bug Fixes

  • baba: removes baba controlling opacity and pushes it into appropriate animations (b7bcc60)

2.3.0 (2019-05-11)

Bug Fixes

  • reshaping-container: adds triggerKey for triggering animation for composite components (0f1ec5f)
  • reshaping-container: passes down max height to children (1d31e94)

Features

  • baba-manager: adds ability for baba manager to hide visibility when an animation is about to start (4a73cf7)
  • focal-conceal-move: renames to focal conceal move from conceal move (039ef9a)
  • visibility-manager: renames baba manager to visibility manager (b283d09)

2.2.1 (2019-05-07)

Bug Fixes

  • docs: correct spelling mistakes and pointing to simple reveal (8a8b4cd)
  • peer-dependencies: release peer deps to be greater than or equal to their version (5fcc5e6)

2.2.0 (2019-05-05)

Bug Fixes

  • fixes ordering of docs, adds extra content to introduction (2fddeba)

Features

  • adds reshaping container composite component (485d259)
  • adds reveal reshaping container composite component (b8d711b)

2.1.1 (2019-04-02)

Note: Version bump only for package yubaba-repo

2.1.0 (2019-02-19)

Features

2.0.2 (2018-12-29)

Note: Version bump only for package yubaba-repo

2.0.1 (2018-12-29)

Note: Version bump only for package yubaba-repo

2.0.0 (2018-12-11)

Chores

  • renames components (9d9282c)
  • renames props passed to animation components (c54740a)

BREAKING CHANGES

  • props passsed to animation components have changed, see the release notes for the migration guide.
  • FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.

1.4.1 (2018-12-10)

Note: Version bump only for package yubaba-repo

1.4.0 (2018-11-17)

Features

  • adds TIME_TO_WAIT_FOR_NEXT_BABA prop (ab441ad)

1.3.0 (2018-10-06)

Features

  • introduces internal composable api (9aa4945)

1.2.0 (2018-09-22)

Features

  • adds revealmove and concealmove animations (30579a0)

1.1.4 (2018-09-16)

Note: Version bump only for package yubaba-repo

1.1.3 (2018-09-16)

Bug Fixes

  • fixes baba component not showing its children when using 'in' prop (5aab9fc)

1.1.2 (2018-09-09)

Bug Fixes

  • set default curve for move animations to spring like, change default duration from 300ms to 500ms (f6370a9)

1.1.1 (2018-09-08)

Note: Version bump only for package yubaba-repo

1.1.0 (2018-09-08)

Features

  • flip-animations: refactors internals to support flip animation, adds FLIPMove component (f90a16a)

1.0.1 (2018-07-02)

Note: Version bump only for package yubaba-repo

1.0.0 (2018-06-30)

Chores

Features

  • move: adds timing function prop (d5ed715)

BREAKING CHANGES

  • version bump

0.0.1 (2018-06-27)

Note: Version bump only for package yubaba-repo