From 0b47f0cd9e8daeff71d646c78c58ce65cb62cece Mon Sep 17 00:00:00 2001 From: Luca Schneider Date: Thu, 2 Jan 2025 19:56:42 +0100 Subject: [PATCH] Update roadmap --- packages/docs/content/docs/roadmap.mdx | 27 ++++++++++++-------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/packages/docs/content/docs/roadmap.mdx b/packages/docs/content/docs/roadmap.mdx index 31b0a2e3..ad73b284 100644 --- a/packages/docs/content/docs/roadmap.mdx +++ b/packages/docs/content/docs/roadmap.mdx @@ -3,19 +3,16 @@ title: Roadmap description: You can find the current roadmap of next-yak here. If you have any questions or suggestions, feel free to open an issue. --- -## Production Ready 1.0 +## The Roadmap -- [x] Static CSS extraction -- [x] Support `keyframes` -- [x] Dynamic Properties -- [x] Dynamic Property Values -- [x] Reference other components - - [x] Only in the same file -- [x] Theming -- [x] Build time constants -- [x] Support `forwardRef` -- [x] Support `.attrs` -- [x] Sourcemaps -- [ ] Efficient parsing -- [ ] Efficient runtime -- [ ] Good error messages +This list is not exhaustive and not ordered by priority. It is a rough outline of what we plan to work on next. + +- make theme work again with next.js >15.0.0 +- add real world performance metrics +- optimize imports +- fix usage within pages that use the metadata API +- more efficient runtime & code transformation +- deduplicate styles +- add more and better examples +- add a migration tool for faster and easier migration +- add eslint-plugin for better developer experience