Skip to content

Releases: skeletonlabs/skeleton

@skeletonlabs/[email protected]

23 Jan 16:46
0d86e99
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Perserve non-skeleton imports and identifiers. (#3148)

@skeletonlabs/[email protected]

23 Jan 16:01
51dddae
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Export mappings are safely accessed. (#3146)

@skeletonlabs/[email protected]

23 Jan 14:56
df31b4b
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Correctly handle conflicting renames/imports. (#3144)

@skeletonlabs/[email protected]

21 Jan 13:07
83c2dc6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Feature (migrate/skeleton-3): All removed and renamed exports are now migrated. (#3139)

@skeletonlabs/[email protected]

20 Jan 17:59
0b91363
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Chore (migrate/skeleton-3): Simpler method of preserving quotes in Svelte template. (#3132)

@skeletonlabs/[email protected]

20 Jan 14:51
2943f4b
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Special characters like \n, \t, etc. are no longer literally interpreted. (#3130)

@skeletonlabs/[email protected]

19 Jan 12:56
bdd82ce
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bugfix (migrate/skeleton-3): Switch from property in object to Object.hasOwn so inherited properties aren't included. (#3127)

@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)