mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 20:57:45 +00:00
Changeset audit (#2073)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"create-skeleton-app": patch
|
"create-skeleton-app": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
Fix relative pathing and network handling
|
CSA: Fix relative pathing and network handling:
|
||||||
|
|
||||||
- On windows when creating a custom theme, there was a writing issues due to how windows handled relative pathing
|
- On windows when creating a custom theme, there was a writing issues due to how windows handled relative pathing
|
||||||
- If CSA was unable to download content from github, it could leave the install in an incomplete state. Fetching is now left to the end of the install process.
|
- If CSA was unable to download content from github, it could leave the install in an incomplete state. Fetching is now left to the end of the install process.
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
"@skeletonlabs/tw-plugin": patch
|
"@skeletonlabs/tw-plugin": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
bugfix: added a disabled style for the btn-icon class
|
bugfix: Added `disabled` style for the `.btn-icon` class
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
"@skeletonlabs/skeleton": patch
|
"@skeletonlabs/skeleton": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
bugfix: ensure styling is applied properly to the lock icon for the stepper component
|
bugfix: ensure styling is applied properly to the lock icon within the stepper component
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
"@skeletonlabs/tw-plugin": patch
|
"@skeletonlabs/tw-plugin": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
bugfix:Fixed `btn-group` styles affecting children of its children
|
bugfix: Fixed `btn-group` styles affecting children of its children
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
"@skeletonlabs/skeleton": patch
|
"@skeletonlabs/skeleton": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
bugfix: component modal's default slot is always true
|
bugfix: Resolved issue where component modal's default slot is always `true`
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
"@skeletonlabs/skeleton": minor
|
"@skeletonlabs/skeleton": minor
|
||||||
"skeleton.dev": patch
|
|
||||||
---
|
---
|
||||||
|
|
||||||
fixes for the new scrollbarGutter property in AppShell
|
bugfix: fixes for the new `scrollbarGutter` property in AppShell
|
||||||
|
|||||||
Reference in New Issue
Block a user