Closed kagol closed 3 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request involve modifications to the @opentiny/vue-fluent-editor
package. A new export statement for defaultToolbar
has been added to packages/vue/src/fluent-editor/index.ts
, making it accessible from the fluent-editor
package. Additionally, the package.json
file has been updated to reflect a new version number, changing from 3.18.3
to 3.18.4
. Furthermore, the export for defaultToolbar
has been removed from packages/vue/src/fluent-editor/src/index.ts
, which may impact components relying on this export.
File Path | Change Summary |
---|---|
packages/vue/src/fluent-editor/index.ts | Added export statement for defaultToolbar from @opentiny/vue-renderless/fluent-editor/options . |
packages/vue/src/fluent-editor/package.json | Updated version from 3.18.3 to 3.18.4 . |
packages/vue/src/fluent-editor/src/index.ts | Removed export statement for defaultToolbar from @opentiny/vue-renderless/fluent-editor/options . |
defaultToolbar
from the @opentiny/vue-renderless/fluent-editor/options
, which is directly related to the main PR that also adds an export statement for defaultToolbar
in the packages/vue/src/fluent-editor/index.ts
.In the garden of code, we hop and play,
With exports and versions, we brighten the day.
A toolbar now shines, while old ones take flight,
In the world of Vue, everything feels right! 🐇✨
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
defaultToolbar
to enhance accessibility within thefluent-editor
package.Version Updates
3.18.3
to3.18.4
.Bug Fixes
defaultToolbar
from theindex.ts
, which may affect components relying on it.