poetry-core 0.0.4 → 0.1.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/poetry/core/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: ec837c1c31e39d20d47e278d7ae7dde0ff26f036f17e8bc33dcf81abd6daafdd
|
|
4
|
+
data.tar.gz: 650c0d9053220a0500ae619402dd92515248b0b6bfe960f85e874ace979f36af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9e82544dcb308ba9feea37d8de5f2272bae3be011c59601c584f6b2b90f1156f6bfef8864d03b0d17c62308eba42e8f82572acfc55a7dd8ce3510c95266ca8a
|
|
7
|
+
data.tar.gz: b35b3d54fa5f02ebd98357a1c93cf4b89a0969a45c1793e15e782d23921cb670a52889fc888e0204dbde640bc0a83176c54ea8f285031f41802b12bbadbd45de
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
## [0.1.0] - 2026-09-05
|
|
6
|
+
|
|
7
|
+
Initial public release. The family releases in lockstep; every gem pins its siblings at the same version.
|
|
8
|
+
|
|
9
|
+
- The component framework on ViewComponent: the `Component` base class with the options, slots, variants, states, and parts DSL, class merging, HTML attribute handling, and the Stimulus wiring builders every component runs through.
|
|
10
|
+
- Design tokens authored once and compiled to a Tailwind v4 theme or BEM CSS behind a contrast gate, with nine visual themes.
|
|
11
|
+
- The component registry that every other surface projects from: `poetry check` verification of Herb-parsed ERB, llms.txt generation, registry items in the shadcn registry format, and stable ids for Turbo morphs and fragment caches.
|
|
12
|
+
- Shared Stimulus controllers (`@poetry/core`), the preview infrastructure, the agent tools DSL for WebMCP declarations, and the install-time class safelist.
|
data/lib/poetry/core/version.rb
CHANGED