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

[v0.8.0] - housekeeping #67

Merged
merged 12 commits into from
Jul 22, 2022
Merged

[v0.8.0] - housekeeping #67

merged 12 commits into from
Jul 22, 2022

Conversation

renatodeleao
Copy link
Owner

  • Upgrade dev dependencies and build dependencies
  • Remove all css dependencies which were cluttering the package, since they're no longer needed.
  • removed portal-vue dependency: we recommend it's usage, but not a requirement. Also added vue-simple-portal to playground and it works a-ok with it, so it's our main suggestion now (in readme). closes Remove portal-vue dependency #11. closes Add note about limitation with provide/inject while using portal #16 as well since provide/inject is a portal-vue caveat and not our responsibility to warn users since it's not a dependency and there's a warning it the its docs.
  • upgraded focus-trap to the latest version
  • upgraded outdate documentation examples

Even though I highly recommend using a portal solution for dialogs
and the fact that  portal-vue is the de facto solution for vue2 portals,
it's not a mandatory aspect of this component, since it can be used
with any portal solution.
we no longer provide a styled dialog component
@renatodeleao renatodeleao self-assigned this Jul 22, 2022
for now, we will upgrade to vue2.7 which shouldn't change anything as we're not using any composition api features.
missed on css depdencies
@renatodeleao renatodeleao merged commit 8142413 into master Jul 22, 2022
@renatodeleao renatodeleao deleted the v0.8.0 branch July 22, 2022 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add note about limitation with provide/inject while using portal Remove portal-vue dependency
1 participant