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 #104

Merged
merged 1 commit into from
Oct 21, 2023
Merged

chore(deploy): Release #104

merged 1 commit into from
Oct 21, 2023

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

  • 66c3998: el property accepts object

    el property can received an object element instead of an HTMLElement:

    const program = {
      uniforms: {
        uProgress: {
          value: 0,
        },
      },
    }
    
    // classic interpolation
    new Interpol({
      props: {
        value: [0, 100],
      },
      onUpdate: ({ value }) => {
        program.uniforms.uProgress.value = value
      },
    })
    
    // shortest interpolation with `el` object property
    new Interpol({
      el: program.uniforms.uProgress,
      props: {
        value: [0, 100],
      },
    })

@codesandbox-ci
Copy link

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 9c90f2d:

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

@willybrauner
Copy link
Owner Author

size-limit report 📦

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

@willybrauner willybrauner merged commit 620567f into main Oct 21, 2023
2 checks passed
@willybrauner willybrauner deleted the changeset-release/main branch October 21, 2023 10:26
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