Conversation
|
@abbychau is there a chance this renewal work will land? I'm currently building a SvelteKit app with Bulma, and trying to figure out if I need to write my own little component library or not. |
Collaborator
Author
|
@rkofman shot! I totally forgot about this renewal because of my other busy projects. Many things will be broken in this stage. and try to bring this up to svelte 5 to prevent future headache. actually the runes help fixing the prolong dialog/model problem in a easier way. |
Collaborator
Author
|
@rkofman could you add my discord so that I know more about your current usage? |
|
@abbychau Send a discord friend request from your profile; not sure if you meant I should join a particular server. |
- Improved code formatting and consistency in Dialog component. - Enhanced user experience by ensuring proper focus handling on dialog open. - Updated dialog styles for better responsiveness and accessibility. - Removed unused Dropdown and File components to streamline the codebase. - Added TypeScript definitions for svelte-highlight and codesandbox. - Updated tsconfig.json to improve type checking and module resolution. - Modified package.json to include type definitions and exports. - Removed obsolete publish-doc.ps1 script. - Enhanced utility functions with JSDoc comments for better documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Svelte 4.0 upgrade.
SvelteKit upgrade.
Remove Rollup and replace with vite.
Replace node-sass.
DO NOT MERGE YET