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

chore(deploy): Release #153

Merged
merged 1 commit into from
Jan 3, 2025
Merged

chore(deploy): Release #153

merged 1 commit into from
Jan 3, 2025

Conversation

willybrauner
Copy link
Owner

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 main, this PR will be updated.

Releases

@wbe/[email protected]

Minor Changes

  • 17b0d4f: Interpol constructor accept inline props! Object props still working for Backward Compatibility.

    new Interpol({
          // Old object props remains available
          props: {
            x: 100,
            y: -100,
            // (will be overrided by inline props)
            top: -2000,
          },
          // NEW! inline props works outside the props object
          top: [0, 100],
          left: [-100, 100, "px"],
    
          onComplete: ({ x, y, top, left }) => {
          })
    })

@willybrauner
Copy link
Owner Author

size-limit report 📦

Path Size
@wbe/interpol 2.83 KB (0%)

Copy link

codesandbox-ci bot commented Jan 3, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 8b0a000:

Sandbox Source
interpol-basic Configuration
interpol-colors Configuration
interpol-dom-ondrag Configuration
interpol-ease Configuration
interpol-graphic Configuration
interpol-menu Configuration
interpol-object-el Configuration
interpol-particles Configuration
interpol-timeline Configuration
interpol-offsets Configuration

@willybrauner willybrauner merged commit 1da496d into main Jan 3, 2025
2 checks passed
@willybrauner willybrauner deleted the changeset-release/main branch January 3, 2025 22:29
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.

1 participant