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

Version Packages #1476

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Version Packages #1476

merged 1 commit into from
Oct 1, 2024

Conversation

vanilla-extract-ci
Copy link
Collaborator

@vanilla-extract-ci vanilla-extract-ci commented Sep 13, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@vanilla-extract/[email protected]

Minor Changes

@vanilla-extract/[email protected]

Minor Changes

  • #1475 cd9d8b2 Thanks @corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #1450 7b256d2 Thanks @wuz! - Add createViewTransition API

    createViewTransition creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.

    import {
      style,
      createViewTransition
    } from '@vanilla-extract/css';
    
    export const titleViewTransition = createViewTransition();
    
    export const pageTitle = style({
      viewTransitionName: titleViewTransition
    });

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract/[email protected]

Patch Changes

  • #1482 30c0305 Thanks @askoufis! - Fixes a bug where Vanilla Extract files with extensions other than css.ts were not being invalidated during HMR

  • Updated dependencies []:

@vanilla-extract/[email protected]

Patch Changes

@vanilla-extract-ci vanilla-extract-ci force-pushed the changeset-release/master branch 4 times, most recently from 988ee65 to 666748d Compare October 1, 2024 04:48
@askoufis askoufis merged commit 284098c into master Oct 1, 2024
11 checks passed
@askoufis askoufis deleted the changeset-release/master branch October 1, 2024 05:22
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