wabi 0.30.1 → 1.0.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/README.md +16 -3
  4. data/lib/wabi/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e12e3f4a71c61fba7976627b8625a46e940743d005597bab49b2f1627a6e0449
4
- data.tar.gz: c187e87b438b941bec199831df6e007eb866d3e403d95195f0c4d20104d2d53e
3
+ metadata.gz: 7c9ba876d02f80ae3b759af8d84e08ced66f793cb323f15274774f71945aaa20
4
+ data.tar.gz: f3f1c8dfbae9e2894ff8ad4f7937b7fbc076b23070b977c64c3f9fe3ed879147
5
5
  SHA512:
6
- metadata.gz: 835dae4e356628f562f32270e39a2bd6c23e100619d2ef15ed46c0a60476d64420d99d37e8f0457ff1b2fd8110e3cf9dde26ca5b1dc187482f07ec9b4a4952a5
7
- data.tar.gz: 807b3b1113ac7d0925ce69aaf491c1f40958cdb3fa061a28d358e17e84e1a2b6d540e13d924652b73567cffc6a4cc8fa418c7ca5b517a3d760c7c8c783022a03
6
+ metadata.gz: 9ab8486703b0b7ceb16e4573ea1a0060cc66ea58952e39e375c3b44482680cf11d44c8569865f518f96668255238e940398652685e34afbfe4e1fe335fd98ca4
7
+ data.tar.gz: 97135ede3e7f36801881a6f2793a4e9e520fd27ee3a011fbfa40305c1884ee89327b532f2d3f27b070cad289704c07ee76fb3f7e13921e57826ec2f13396eb2f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to Wabi land here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## 1.0.0 - 2026-06-11
6
+
7
+ First stable release. The public API is now frozen under [Semantic Versioning](https://semver.org/) — no more breaking changes without a major bump.
8
+
9
+ Wabi ships **49 components** (Phlex + Tailwind 4 + Stimulus + Zag.js), **8 theme palettes** with light and dark variants, and a "you own the code" registry installer (`wabi:add` copies the source into your app). Interactive components wire through Zag.js state machines for WAI-ARIA roles, keyboard semantics, and focus management.
10
+
11
+ ### Stability
12
+ - The component API — parameter names, value types, and the `Wabi::Base` / variants DSL / `merge_class` surface — is frozen. The standardization that got us here shipped in **0.26.0** (parameter naming/typing) and **0.30.0** (`read_only:`, Ruby >= 4.0); see those entries for the pre-1.0 breaking changes. Nothing breaking is introduced at 1.0 itself.
13
+
14
+ ### Accessibility
15
+ - Every component has had an **internal WCAG 2.1 Level AA audit** — a manual screen-reader + keyboard protocol (`A11Y-TESTING.md`) plus an axe-core regression gate across all 49 docs pages. Wabi *targets* WCAG 2.1 AA; it has **not** yet had a third-party audit. Accessibility reports and feedback are explicitly welcome and treated as priority issues — see the Accessibility issue template, or open an issue at https://github.com/wabikit/wabi/issues.
16
+
17
+ ### Requirements
18
+ - Ruby >= 4.0 · Rails >= 8.0 · Tailwind 4.x · Phlex >= 2.4 · Stimulus 3.x
19
+
20
+ ## 0.30.2 - 2026-06-10
21
+
22
+ ### Docs
23
+ - Brand identity: a wabi-sabi gem icon (a faceted gem with a chipped edge) replaces Rails' default red-circle favicon — adaptive `icon.svg`, `icon.png`, and `favicon.ico`, plus the gem next to the "Wabi" wordmark in the docs header and above the README title.
24
+
5
25
  ## 0.30.1 - 2026-06-09
6
26
 
7
27
  Fresh-install fix, found by following the README in a brand-new Rails app.
data/README.md CHANGED
@@ -1,10 +1,14 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/wabikit/wabi/main/docs/public/icon.png" width="84" height="84" alt="Wabi logo — a faceted gem with a chipped edge">
3
+ </p>
4
+
1
5
  # Wabi
2
6
 
3
7
  > Beautifully imperfect components for Rails.
4
8
 
5
9
  Wabi is an open-source UI component library for **Ruby on Rails 8**, built on **Phlex + Tailwind 4 + Stimulus + Hotwire**. Inspired by shadcn/ui, components are *copied* into your app — you own the code, customize freely, no upstream API to drift away from.
6
10
 
7
- 🎉 **Status:** v0.30.1 alpha — [available on RubyGems](https://rubygems.org/gems/wabi). 49 components, 8 theme palettes, WCAG-AA audited, live docs + registry at [wabi-docs.onrender.com](https://wabi-docs.onrender.com).
11
+ 🎉 **Status:** v1.0.0 — [available on RubyGems](https://rubygems.org/gems/wabi). Stable, frozen public API. 49 components, 8 theme palettes, internally audited for WCAG 2.1 AA, live docs + registry at [wabi-docs.onrender.com](https://wabi-docs.onrender.com).
8
12
 
9
13
  ---
10
14
 
@@ -194,15 +198,24 @@ Requires Node 20+ in PATH (Pagefind is fetched via `npx` on demand).
194
198
  | v0.14–0.25 | JS test suite + coverage floors; +29 components (Sidebar, Carousel, Splitter, NavigationMenu, RatingGroup, HoverCard, TagsInput, Collapsible, ColorPicker, TreeView, …); full WCAG-AA audit | ✅ shipped 2026-06-08 |
195
199
  | v0.26 | API-standardization pass (frozen contract for 1.0); docs consistency sweep; automated OIDC gem releases | ✅ shipped 2026-06-09 |
196
200
  | v0.30 | Pre-1.0 hardening: Turbo-cache overlay fix, Zag 1.41.2 alignment, Ruby >= 4.0 | ✅ shipped 2026-06-09 |
197
- | v1.0 | API stability; external a11y audit | next up |
201
+ | **v1.0** | **Stable, frozen public API; internal WCAG 2.1 AA audit** | **shipped 2026-06-11** |
202
+ | post-1.0 | Community feedback, third-party a11y review, `wabikit.dev` | ongoing |
198
203
 
199
204
  See [ROADMAP.md](./ROADMAP.md) for the long-term view and [CHANGELOG.md](./CHANGELOG.md) for the per-release detail.
200
205
 
201
206
  ---
202
207
 
208
+ ## Accessibility
209
+
210
+ Wabi **targets WCAG 2.1 Level AA**. Every component has been through an internal audit: a manual screen-reader + keyboard protocol (see [`A11Y-TESTING.md`](https://github.com/wabikit/wabi/blob/main/A11Y-TESTING.md)) and an axe-core regression gate across all 49 docs pages. Interactive components inherit WAI-ARIA roles, keyboard navigation, and focus management from Zag.js; overlays toggle `inert` when closed so they leave the tab order and the a11y tree.
211
+
212
+ It has **not** had a third-party audit — so if you use assistive technology and something behaves wrong, that's the most valuable bug report Wabi can get. Open one with the [**Accessibility issue template**](https://github.com/wabikit/wabi/issues/new?template=accessibility.md) (or any issue tagged `a11y`); these are treated as priority.
213
+
214
+ ---
215
+
203
216
  ## Contributing
204
217
 
205
- Wabi is in alpha and the API is still moving. Filing issues with concrete repros, suggestions for components, or theme palette ideas is the most useful kind of contribution right now. See **[CONTRIBUTING.md](https://github.com/wabikit/wabi/blob/main/CONTRIBUTING.md)** for the monorepo layout, the per-component anatomy, the Zag.js wiring conventions, and how to add a component end to end.
218
+ The public API is stable as of 1.0 (Semantic Versioning). Issues with concrete repros, accessibility reports, component suggestions, and theme palette ideas are all welcome. See **[CONTRIBUTING.md](https://github.com/wabikit/wabi/blob/main/CONTRIBUTING.md)** for the monorepo layout, the per-component anatomy, the Zag.js wiring conventions, and how to add a component end to end.
206
219
 
207
220
  ---
208
221
 
data/lib/wabi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wabi
4
- VERSION = "0.30.1"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wabi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Ortega