jekyll-webawesome 0.23.0 → 0.24.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e5b606b72b91ee9d164a23906452f584c8369d83401c55e4daf2af0f8e20572
4
- data.tar.gz: 3a089519d2b7e3c0b4d19f60b592f1b5875ae933009a40a07a3f0e8b2a799e3e
3
+ metadata.gz: a331c1a80dbf2259aef8d3aac16a3ab51a753497b46c84f3745d178cafe00ec7
4
+ data.tar.gz: 56d23f826fb42a58aa56b52b9711e0aa22eafa42887089517de69284d90bc29b
5
5
  SHA512:
6
- metadata.gz: 894e4ce8a26a12d5c754514ec098f4617caccb7a40c250e6532b28cf905813002763dc5307b45760575d685e729c824abce8ce7fa3813331ec9e3ae1380d885b
7
- data.tar.gz: 709add348b0de57528eaedcfb7cd9fc2b296da5fa442546cc5a5bbe4f0ddf832256638f8bbbbf7cd3987267681043d0034982ee4a87c766a61803a79b3da52b4
6
+ metadata.gz: bf3f137678380fe957df5308a6ce9688ff673343b92dd1dc7e2601782d8d2778bef2d74a95889c77c81b6515c9af8c4b076b42c621ea1e88fa31e403f23f4074
7
+ data.tar.gz: 92b1ddc31ab880b11ef092f1e447e5bc9957003f961adefad8d10f4685ab9f3045abc83606f733bea87e998ba80292bf5f1a4688701f9763c3352ee993cd8ec9
data/CHANGELOG.md CHANGED
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.24.0] - 2026-07-04
10
+
11
+ ### Added
12
+
13
+ - Example site's new `## Random Content` section exercises markawesome's new `RandomContentTransformer` — Web Awesome's experimental `<wa-random-content>`, which shows one or more of its options at random (optionally rotating) and hides the rest, with zero authored JavaScript. Six cases: a basic tips rotator, `mode:sequence`, `items:2` (two options shown at once), `autoplay autoplay-interval:2000 animation:fade`, an option wrapping a nested `:::success`/`:::warning` callout (proving random-content runs **last** and wraps already-transformed components), and the `:::wa-random-content` block form. Requires the unreleased `markawesome` (the example site already points at the local `../markawesome` working copy); the published gem dependency stays `~> 0.17`. Validated live in the browser against WA 3.10.0: all six `<wa-random-content>` elements upgrade (`:defined`, shadow DOM present), each shows the configured number of `<div>` options (`items:2` shows two, the rest show one), the nested callout renders inside its option, and there are zero Web Awesome console errors.
14
+ - Example site's new `## Tree` section exercises markawesome's new `TreeTransformer` — a `<wa-tree>` / `<wa-tree-item>` hierarchy rendered from a nested Markdown bullet list (the `||||||` fence). Two cases: a ZIP-contents tree (`open` + folder/file icons) and a deeply nested Peppol BIS 3.0 invoice element structure (proving colon-bearing labels like `cbc:ID` render verbatim). Requires the unreleased `markawesome` (the example site already points at the local `../markawesome` working copy); the published gem dependency stays `~> 0.17`.
15
+
16
+ ### Changed
17
+
18
+ - Example site now loads Web Awesome via the **pinned 3.10.0 CDN** (`ka-p.webawesome.com/kit/…/webawesome@3.10.0/…` stylesheets + autoloader in `_layouts/default.html`) instead of the auto-updating kit script (`kit.webawesome.com/43e2fc18755d4267.js`). Pinning the version makes the rendered output deterministic and visual validation reproducible — the kit URL hid which WA version it served, so the version drifted silently. The tailspin theme / vogue palette / indigo brand and the FA Pro kit code are now set explicitly on `<html>`; the example CSS is unchanged so the appearance is preserved. Validated live in the browser against WA 3.10.0: all 695 `wa-*` elements on the example page upgrade (`:defined`) and render with correct dimensions, only `webawesome@3.10.0` assets load, and the console is clean.
19
+
9
20
  ## [0.23.0] - 2026-06-26
10
21
 
11
22
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module WebAwesome
5
- VERSION = '0.23.0'
5
+ VERSION = '0.24.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-webawesome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janne Waren