Skip to content

Releases: skeletonlabs/skeleton

@skeletonlabs/[email protected]

18 Jan 23:30
3e5c6e5
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Partially reverts the previous change to hasRange and checks for empty strings instead as it's more consistent in the cases where we're preserving quotes. (#3125)

@skeletonlabs/[email protected]

18 Jan 23:13
bae9395
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Selecting a single folder would cause 0 files to be globbed. (#3123)

  • Bugfix (migrate/skeleton-3): Additionally check if range actually has characters (start < end). (#3123)

@skeletonlabs/[email protected]

17 Jan 18:41
225473e
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Feature: Name, description and version are now pulled from the package.json. (#3116)

  • Bugfix (migrate/skeleton-3): Remove fixUnusedIdentifiers calls to reduce migration noise. (#3119)

@skeletonlabs/[email protected]

16 Jan 16:39
e914b7f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Renaming components no longer includes a bug that could cause invalid components to be produced in bigger components (#3110)

  • Bugfix (migrate/skeleton-3): Empty strings no longer crash the transformSvelte function (#3110)

  • Bugfix: Fixed longstanding bug of svelte files not being transformed properly. (#3110)

  • Feature (migrate/skeleton-3): TabGroup is now renamed to Tabs (#3110)

  • Feature (migrate/skeleton-3): All file transformations are batched to write to disk at the end of the migration, this will prevent any files being written to disk if any of the file transformations fail. (#3110)

@skeletonlabs/[email protected]

15 Jan 19:16
f465fe6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Feature: The class: directive will also be transformed when they're not also an identifier. (#3107)

  • Bugfix: transformations on the package.json now preserve the original indentation. (#3107)

  • Feature: app.html is now transformed. (#3107)

  • Feature: Better error handling is now in place. (#3107)

  • Feature: <packagemanager> install is now ran at the end of the migration. (#3107)

  • Feature: Rename all components imports and usages. (#3107)

  • Feature: Removed components have their imports removed. (#3107)

@skeletonlabs/[email protected]

13 Jan 22:06
24f798f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Feature: Svelte template code is now included when migrating svelte code. (#3105)

  • Bugfix: Unused identifiers like imports are removed after tranformation. (#3105)

@skeletonlabs/[email protected]

13 Jan 19:33
03bb204
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix: Add bin back to package.json (#3103)

@skeletonlabs/[email protected]

13 Jan 19:12
26f5184
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Feature: Svelte <script> tags are transformed. (#3091)

  • Feature: tailwind.config transformation also include skeleton configuration. (#3091)

  • Feature: TS/JS modules are transformed. (#3091)

  • Feature: Source file directories are now prompted instead of being assumed. (#3091)

@skeletonlabs/[email protected]

08 Jan 20:45
bb7e27a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • chore: Remove extra height class from NavBar (#3074)

@skeletonlabs/[email protected]

08 Jan 20:45
bb7e27a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • chore: Remove extra height class from NavBar (#3074)