prismify-ui 0.1.0-alpha.13 → 0.1.0-alpha.15

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,18 @@ 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.15] - 2026-04-10
10
+
11
+ ### Fixed
12
+
13
+ - **Global typography**: set a shared base font family for all Prismify component blocks (`pf*`) in `src/styles/index.scss`, so components consistently inherit `var(--pf-font-sans)` instead of falling back to mixed browser/default fonts.
14
+
15
+ ## [0.1.0-alpha.14] - 2026-04-10
16
+
17
+ ### Fixed
18
+
19
+ - **PfDropdownMenu**: `separator` items no longer render an empty interactive row, so menu groups do not show a blank menu item after a divider.
20
+
9
21
  ## [0.1.0-alpha.13] - 2026-04-10
10
22
 
11
23
  ### Added
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # prismify-ui v0.1.0-alpha.13
1
+ # prismify-ui v0.1.0-alpha.15
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