prismify-ui 0.1.0-alpha.6 → 0.1.0-alpha.8

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/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.1.0-alpha.8] - 2026-04-10
10
+
11
+ ### Fixed
12
+
13
+ - **PfDashboardSidebar**: template used an invalid tag (**`div-d-c`**) where a **`div`** was intended.
14
+ - **PfDashboardSidebar**: removed stray text (**`-m-d -t-s`**) accidentally left in the markup.
15
+
16
+ ## [0.1.0-alpha.7] - 2026-04-10
17
+
18
+ ### Fixed
19
+
20
+ - **PfInput**, **PfTextarea**, **PfPinInput**: WebKit autofill text color (**`-webkit-text-fill-color`**) now uses **`var(--pf-input-text)`** so filled fields match the themed input text token (instead of **`--input-color`**).
21
+
9
22
  ## [0.1.0-alpha.6] - 2026-04-10
10
23
 
11
24
  ### Fixed
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # prismify-ui v0.1.0-alpha.6
1
+ # prismify-ui v0.1.0-alpha.8
2
2
 
3
3
  [![Tests](https://github.com/koirodev/prismify-ui/actions/workflows/test.yml/badge.svg)](https://github.com/koirodev/prismify-ui/actions/workflows/test.yml) [![Build](https://github.com/koirodev/prismify-ui/actions/workflows/build.yml/badge.svg)](https://github.com/koirodev/prismify-ui/actions/workflows/build.yml)
4
4