wabi 0.30.1 → 0.30.2
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +5 -1
- data/lib/wabi/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f985366bdbaa72cb9eb6e8e298fe9bf5557ab1fc23d316ca2c73c3d11203ea83
|
|
4
|
+
data.tar.gz: abc233d1f6ee64d0240f536dcf734915bd10e064358f5f1a57a7be3ebff7306d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1149b9dc2e6ceb244ceba8b1c89937306d066fbd41951590899755f86908e0246898f424376f0cabfb8d3e805357718c70dab61210bacb76ca608fc4f8b51759
|
|
7
|
+
data.tar.gz: bfcf82fdfdc5b4ed09848ebe52240ea6025d910f2124edfaab53111850df9907fe581821b363b0d0d88c08d6acf935fcadcf86441c5f07c71768f0c29b670670
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
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
|
+
## 0.30.2 - 2026-06-10
|
|
6
|
+
|
|
7
|
+
### Docs
|
|
8
|
+
- 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.
|
|
9
|
+
|
|
5
10
|
## 0.30.1 - 2026-06-09
|
|
6
11
|
|
|
7
12
|
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.
|
|
11
|
+
🎉 **Status:** v0.30.2 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).
|
|
8
12
|
|
|
9
13
|
---
|
|
10
14
|
|
data/lib/wabi/version.rb
CHANGED