Skip to content

Commit ee8bad0

Browse files
committed
docs: prepare 0.3.3 release notes
1 parent 788898d commit ee8bad0

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,37 @@ For the developer workflow that produces these entries, see
2525
2626
### Added
2727

28+
- **`@grove-dev/core` / `@grove-dev/astro`:** adds optional config-wide GA4
29+
analytics and config-driven default `robots.txt` and social image artifacts.
30+
Replacing a generated marker file transfers ownership to the consumer and
31+
prevents Grove from overwriting custom assets.
32+
- **`@grove-dev/cli`:** the single Astro scaffold now includes a practical
33+
consumer README and MIT license.
34+
35+
### Changed
36+
37+
- **`@grove-dev/astro`:** supports Astro 6 and Astro 7, reads the canonical
38+
build URL directly from `grove.config.ts`, and lets directories use their own
39+
noun for the unfiltered browse lens.
40+
- Removes dead scaffold content pages and the Open Apps-specific legacy route;
41+
initialized projects contain only the working consumer-owned pages.
42+
43+
### Fixed
44+
45+
- **`@grove-dev/astro` / `@grove-dev/core`:** custom stack and platform SVGs
46+
now load without a package-owned icon registry, and primary/supporting stacks
47+
are deduplicated consistently on cards, facets, and detail pages.
48+
- **`@grove-dev/core`:** contributor sync paginates the GitHub API instead of
49+
silently stopping after the first 100 contributors.
50+
51+
**Packages:** `@grove-dev/core`, `@grove-dev/astro`, `@grove-dev/cli`.
52+
53+
---
54+
55+
## [0.3.2] — 2026-07-23
56+
57+
### Added
58+
2859
- **`@grove-dev/core`:** adds the browser-safe `@grove-dev/core/directory` entry point for canonical filtering, sorting, facets, display labels, pagination, and curated lens URL rules.
2960
- **`@grove-dev/astro`:** adds reusable directory view-models and a client controller so consumer-owned pages can stay thin while keeping URL-driven discovery behavior consistent.
3061
- **`@grove-dev/core` / `@grove-dev/astro`:** adds config-driven footer columns, submission copy, and browse/submission facets; record tags are now a first-class facet separate from controlled taxonomy.

0 commit comments

Comments
 (0)