Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/meeting-card-place-headline.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/bilingual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edoxen/browser-example-bilingual

## 0.0.17

### Patch Changes

- Updated dependencies [58b36c6]
- @edoxen/browser@0.9.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/bilingual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edoxen/browser-example-bilingual",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"type": "module",
"description": "Bilingual @edoxen/browser example — EN + FR content via per-field LocalizedString.",
Expand Down
7 changes: 7 additions & 0 deletions examples/minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edoxen/browser-example-minimal

## 0.0.17

### Patch Changes

- Updated dependencies [58b36c6]
- @edoxen/browser@0.9.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edoxen/browser-example-minimal",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"type": "module",
"description": "Minimal @edoxen/browser example — single-locale, decisions-only.",
Expand Down
7 changes: 7 additions & 0 deletions examples/multibody/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edoxen/browser-example-multibody

## 0.0.17

### Patch Changes

- Updated dependencies [58b36c6]
- @edoxen/browser@0.9.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/multibody/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edoxen/browser-example-multibody",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"type": "module",
"description": "Multi-body @edoxen/browser example — CIML + Conference + DC badges.",
Expand Down
7 changes: 7 additions & 0 deletions examples/standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edoxen/browser-example-standalone

## 0.0.17

### Patch Changes

- Updated dependencies [58b36c6]
- @edoxen/browser@0.9.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edoxen/browser-example-standalone",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"type": "module",
"description": "Standalone-mode @edoxen/browser showcase — no astro.config: edoxen.config.ts + data + src/styles/override.css theming demo.",
Expand Down
15 changes: 15 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @edoxen/browser

## 0.9.0

### Minor Changes

- 58b36c6: Expose Meeting.type as an i18n'd badge + filterable Type facet.

- `MeetingListItem` carries `type` (MeetingType enum) and `MeetingListFacets` exposes a `types[]` list. `/data/meetings.json` now includes the type per item.
- `MeetingCard` renders a type badge in the meta row (small caps muted label), resolved through the new `meetingTypeLabel()` helper.
- `MeetingDetail` badge row uses the helper instead of the raw enum value.
- The search island adds a Type facet (between Year and Location, meetings mode) — chip labels are humanized enum values; selection round-trips via `#types=plenary,working_group` in the URL hash. The facet text is also part of the search haystack so typing "plenary" filters meetings.
- Card headline is composed from place (flag + "City, Country" or "🌐 Virtual"), with the entity title carried as the link's `title` attribute tooltip. Detail h1, JSON-LD, sitemaps, and `<title>` continue to use the entity title. Falls back to the title when no place data is present.
- New config knob: `terminology.meetingTypes` — per-locale overrides (`{ eng: { plenary: 'Plénière CIML' } }`). Resolution order: consumer override → built-in i18n table (`meeting.type.<value>`) → humanized enum value. The built-in table ships English + French for all 17 MeetingType values; other locales fall back to English until they're translated.

`@edoxen/edoxen` (separate package) gains a symmetric `meetingTypeLabel(type)` helper + `MEETING_TYPE_LABELS` constant, mirroring the existing `actionTypeLabel` pattern.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edoxen/browser",
"version": "0.8.0",
"version": "0.9.0",
"description": "Astro-based browser for edoxen YAML data — drop in your data and ship a resolutions archive site.",
"type": "module",
"license": "BSD-2-Clause",
Expand Down
Loading