@sp-days-framework/slidev-theme-sykehuspartner 1.1.3-beta1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.mdx +3 -2
- package/package.json +1 -1
package/docs/changelog.mdx
CHANGED
|
@@ -19,12 +19,12 @@ All packages within `@sp-days-framework` use the same version number. In some ca
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
-
## Version 1.1.3
|
|
22
|
+
## Version 1.1.3 
|
|
23
23
|
|
|
24
24
|
New column layout features, styling improvements, and bug fixes
|
|
25
25
|
|
|
26
26
|
<details>
|
|
27
|
-
<summary><strong>Details</strong> (2026 May
|
|
27
|
+
<summary><strong>Details</strong> (2026 May 29)</summary>
|
|
28
28
|
|
|
29
29
|
### Breaking Changes
|
|
30
30
|
|
|
@@ -44,6 +44,7 @@ New column layout features, styling improvements, and bug fixes
|
|
|
44
44
|
|
|
45
45
|
- **Inline code color**: Inline code now has a subtle yellow tint (`#e8d44d`) in dark mode for better distinction from regular text
|
|
46
46
|
- **Table headers**: Table headers (`th`) are now bold (`font-weight: 700`) and slightly larger (`font-size: 1.05em`) for better visual hierarchy
|
|
47
|
+
- **Security**: Updated transitive dependencies to resolve known vulnerabilities across multiple dependency groups
|
|
47
48
|
- **Dependencies**: Replaced deprecated `glob` package with Node.js built-in `fs.globSync` (requires Node.js >= 22.0.0)
|
|
48
49
|
|
|
49
50
|
### Migration
|