Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(plugins): replace @tarojs/taro -> @taro-hooks/core #44

Merged
merged 49 commits into from
Jun 23, 2023
Merged

Conversation

innocces
Copy link
Owner

@innocces innocces commented May 28, 2023

Completed 1640 refactor innocces 217 Large

🤔 这个变动的性质是?/ What is the nature of this change?

  • 新特性提交 / New feature
  • bug 修复 / Fix bug
  • 样式优化 / Style optimization
  • 代码风格优化 / Code style optimization
  • 性能优化 / Performance optimization
  • 构建优化 / Build optimization
  • 网站、文档、Demo 改进 / Website, documentation, demo improvements
  • 重构代码或样式 / Refactor code or style
  • 测试相关 / Test related
  • 其他 / Other

🔗 相关 Issue / Related Issue

#37
#38
#3

💡 需求背景和解决方案 / Background or solution

由于 taroruntime 会在大版本的需求前提下变更一些动态引入的归则. 而导致初期设计方案的全局注入我们使用的公共 hooks 失败.

该版本主要旨在将依赖于 runtime 注入的 hooks 通过 alias 的形式进行 ghost deps + runtime file 的形式完成.

📝 更新日志 / Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

@innocces
Copy link
Owner Author

innocces commented May 28, 2023

rest task list:

  • vue plugin type error: packages/plugin-vue/runtime/hooks.ts
  • hooks union response type error
  • pnpm deps update
  • vue demo instand ref to useState
  • docs update
  • test
  • demo valid
  • rewrite readme
  • rewrite template project: 3.6 PR/3.7 PR
  • rewite createUseInfoHook type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
progressing will fix soon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant