framer-motion 1.8.1 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  Framer Motion adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [1.9.0] Unreleased
6
+
7
+ ### Added
8
+
9
+ - `usePresence` hook. ([@inventingwithmonster](https://github.com/inventingwithmonster) in [#473](https://github.com/framer/motion/pull/473))
10
+ - `repository` field in `package.json`. ([@iamstarkov](https://github.com/iamstarkov) in [#469](https://github.com/framer/motion/pull/469))
11
+
12
+ ## [1.8.4] 2020-02-05
13
+
14
+ ### Added
15
+
16
+ - `dragListener` prop to disable drag event listeners.
17
+
18
+ ## [1.8.3] 2020-01-28
19
+
20
+ ### Added
21
+
22
+ - Updated documentation for `DragControls.start`.
23
+
24
+ ## [1.8.2] 2020-01-28
25
+
26
+ ### Downgrade
27
+
28
+ - Downgraded `api-extractor` to `@7.3` as `7.7.7` broke `Method` name indexing.
29
+
5
30
  ## [1.8.1] 2020-01-28
6
31
 
7
32
  ### Added