Closed shenjunjian closed 4 days ago
The pull request includes an update to the version number of the @opentiny/vue-renderless
package from 3.19.4
to 3.19.5
in the package.json
file. Additionally, modifications were made to the logicFun
function in index.ts
to include a new parameter vm
, which enhances its capability to manage data between two panels. The renderless
function in vue.ts
was also updated to accommodate this new parameter, allowing for improved interaction with the Vue instance.
File | Change Summary |
---|---|
packages/renderless/package.json |
Updated version from 3.19.4 to 3.19.5 . |
packages/renderless/src/transfer/index.ts |
Updated logicFun function signature to include new vm parameter; adjusted key determination logic. |
packages/renderless/src/transfer/vue.ts |
Updated renderless function signature to include new vm parameter; modified logicFun call to pass vm . |
@opentiny/vue-renderless
package from 3.18.4
to 3.18.5
, which is directly related to the version update in the main PR that changes it from 3.19.4
to 3.19.5
.tiny-transfer
component. The modifications in the main PR also affect the logicFun
function in the transfer component, indicating a potential relationship in the context of transfer functionality.bug
🐰 In the meadow where bunnies play,
A version update brightens the day.
With logic refined and panels in sync,
Our code hops forward, faster than you think!
So here's to the changes, both big and small,
In the world of renderless, we celebrate all! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
[e2e-test-warn] The component to be tested is missing.
The title of the Pull request should look like "fix(vue-renderless): [action-menu, alert] fix xxx bug".
Please make sure you've read our contributing guide
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
@opentiny/vue-renderless
package to 3.19.5.Bug Fixes