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

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Version Packages #121

merged 1 commit into from
Nov 11, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

svelte-ux@0.55.0

Minor Changes

  • Rename ScrollingNumber to ScrollingValue and support formatting, thus supporting alpha (non-numeric) display (8c2719c)

  • Setup as monorepo using pnpm workspace and add create-svelte-ux package (npm create svelte-ux) (#119)

Patch Changes

  • Fix type errors related to Actions, the multi Action, and the Input/TextField components. (#118)

  • Add a Maybe component for conditionally wrapping slotted content. (#117)

  • Modify action declarations to Actions with mixed null/undefined values. (#115)

  • Add delay() promise util as top-level export (61b805f)

Copy link

vercel bot commented Nov 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-ux ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2023 4:17am

Copy link

what-the-diff bot commented Nov 11, 2023

PR Summary

  • Name Change & Additional Format Support for Scrolling Numbers
    The component initially called ScrollingNumber has been renamed as ScrollingValue. The updated version now supports formatting, which allows the display of non-numeric values too.

  • Rectifying Type Errors
    There were some type errors associated with Actions, the multi Action, and the Input/TextField components. These errors have been detected and fixed to ensure smooth functionality.

  • Introduction of 'Maybe' Component
    A new Maybe component has been launched. This new addition is designed to provide conditional wrapping of slotted content.

  • Modifications in Action Declarations
    Adjustments have been made to action declarations to start using Actions<T>. This new model effectively handles mixed null/undefined values.

  • Inclusion of New Delay Promise Utility
    A fresh delay() promise utility has been launched as a top-level export. Its main function is to add delays to asynchronous tasks.

  • Monorepo Setup & Addition of 'svelte-ux' Package
    The framework has been set up as a monorepo using pnpm workspace. It introduces a new create-svelte-ux package, which is accessible via npm create svelte-ux.

@techniq techniq merged commit ff92310 into main Nov 11, 2023
2 checks passed
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