Changeset audit (#2073)

This commit is contained in:
Chris Simmons
2023-09-26 10:58:03 -05:00
committed by GitHub
parent 99754539d3
commit d1c923becc
6 changed files with 8 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
"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
- 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.

View File

@@ -2,4 +2,4 @@
"@skeletonlabs/tw-plugin": patch
---
bugfix: added a disabled style for the btn-icon class
bugfix: Added `disabled` style for the `.btn-icon` class

View File

@@ -2,4 +2,4 @@
"@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

View File

@@ -2,4 +2,4 @@
"@skeletonlabs/tw-plugin": patch
---
bugfix:Fixed `btn-group` styles affecting children of its children
bugfix: Fixed `btn-group` styles affecting children of its children

View File

@@ -2,4 +2,4 @@
"@skeletonlabs/skeleton": patch
---
bugfix: component modal's default slot is always true
bugfix: Resolved issue where component modal's default slot is always `true`

View File

@@ -1,6 +1,5 @@
---
"@skeletonlabs/skeleton": minor
"skeleton.dev": patch
---
fixes for the new scrollbarGutter property in AppShell
bugfix: fixes for the new `scrollbarGutter` property in AppShell