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

Update animations functionality to only support the native popover approach #970

Merged
merged 6 commits into from
Oct 2, 2024

Conversation

cwoolum
Copy link
Contributor

@cwoolum cwoolum commented Sep 21, 2024

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests
  • Other

Why is it needed?

This closes out #913. The existing shimming to support animations has been removed and only native popover animations will be supported. We now have full documentation along with warnings for how animations should be used with the popover API.

I also updated the modal animation documentation to reflect the current state of support.

Checklist:

  • My code follows the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have ran pnpm change and documented my changes
  • I have add necessary docs (if needed)
  • Added new tests to cover the fix / functionality

Copy link

changeset-bot bot commented Sep 21, 2024

🦋 Changeset detected

Latest commit: 3ea0620

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@qwik-ui/headless Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Sep 21, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/qwikifiers/qwik-ui/@qwik-ui/headless@970
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui@970
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui/@qwik-ui/styled@970
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui/@qwik-ui/utils@970

commit: 3ea0620

@@ -7,6 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
name: Test NodeJS ${{ matrix.node_version }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this to make the actions page a bit more readable.

@@ -39,7 +39,7 @@
"test.utils": "nx test utils"
},
"simple-git-hooks": {
"pre-commit": "pnpm format.staged"
"pre-commit": "pnpm format.staged && pnpm lint"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this so that linting errors are caught before creating a PR. Let me know if this was intentionally excluded.

@cwoolum cwoolum force-pushed the main branch 2 times, most recently from 41a1503 to 92bdf79 Compare September 21, 2024 18:07
@cwoolum cwoolum changed the title Add finalized documentation for how animations should work Update animations functionality to only support the native popover approach Sep 21, 2024
@maiieul maiieul merged commit 7e87d33 into qwikifiers:main Oct 2, 2024
6 checks passed
This was referenced Oct 2, 2024
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.

2 participants