-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Roadmap DRAFT
Note
This is still a work in-progress, some items may change.
Short Term Goal
- CI
- Promote NPM releases using automation (Nightly releases)
- Improve overall CI scripts (parallel automation) e.g
build:vite
,build:nuxt
and etc... (could be improved from the current implementation)
- Improve
- SSR / Nuxt Support
- Better tree-shaking
- Documentation by using something like Nuxt UI Pro for simple integration
- Replace
v-motion
with<Motion />
component-
<script setup> const motionRef = ref() </script> <template> <Motion :ref="motionRef" :enter="{ ... }" :leave="{ ... }" > <div /> </Motion> </template>
-
- Fix all typescript 5 errors marked within the code
@ts-expect-error - Typescript 5 fix later
- !! Work on outstanding bugs currently
Long Term Goal
- Re-structure repo for less deps required by overall package
- Working towards a more stable v2 --> v3
- Ask for additional hands to help support maintaining
@vueuse/motion
If you have additional items you would like to see please feel free to give your ideas 💡 below.
BobbieGoede, rylanharper, hareland, SwartZCoding, sadeghbarati and 7 more
Metadata
Metadata
Assignees
Labels
No labels