You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# v3.0.2 (2025-03-10T20:37:16Z)
2
+
3
+
This changelog is generated by [GitHub Releases](https://github.com/vueuse/motion/releases/tag/v3.0.2)
4
+
5
+
### 🐞 Bug Fixes
6
+
7
+
- Remove `csstype` and update `vue` - by @BobbieGoede[<samp>(143c2)</samp>](https://github.com/vueuse/motion/commit/143c21a)
8
+
- Remove `csstype` from tsconfigs - by @BobbieGoede[<samp>(8ad06)</samp>](https://github.com/vueuse/motion/commit/8ad06ef)
9
+
- Externalize css types by adding type annotations - by @BobbieGoede[<samp>(43221)</samp>](https://github.com/vueuse/motion/commit/43221cb)
10
+
- Move `vue` back to `dependencies` - by @BobbieGoede[<samp>(40b4d)</samp>](https://github.com/vueuse/motion/commit/40b4d97)
11
+
- Move `vue` back to `devDependencies` - by @BobbieGoede[<samp>(9b6aa)</samp>](https://github.com/vueuse/motion/commit/9b6aab4)
12
+
- Use `Component` type from `vue` - by @BobbieGoede[<samp>(c2995)</samp>](https://github.com/vueuse/motion/commit/c2995ff)
13
+
- Use `import.meta.env.DEV` to detect development environment - by @BobbieGoede[<samp>(81702)</samp>](https://github.com/vueuse/motion/commit/8170220)
14
+
- Use `import.meta.env` to check environment - by @BobbieGoede[<samp>(ad270)</samp>](https://github.com/vueuse/motion/commit/ad27084)
15
+
- Use `import.meta.env.MODE` to check environment - by @BobbieGoede[<samp>(c83fc)</samp>](https://github.com/vueuse/motion/commit/c83fc77)
16
+
- Access `meta.env.X` with optional chaining - by @BobbieGoede[<samp>(fb9ed)</samp>](https://github.com/vueuse/motion/commit/fb9ede7)
17
+
18
+
##### [View changes on GitHub](https://github.com/vueuse/motion/compare/v3.0.1...v3.0.2)
19
+
20
+
1
21
# v3.0.1 (2025-03-10T14:08:52Z)
2
22
3
23
This changelog is generated by [GitHub Releases](https://github.com/vueuse/motion/releases/tag/v3.0.1)
0 commit comments