Releases: cardstack/boxel
Release list
@cardstack/boxel-cli v0.5.0-unstable.4
@cardstack/boxel-cli v0.5.0-unstable.4 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.5.0-unstable.4
boxel-cli plugin v0.9.1
Marketplace plugin version bumped in this release.
Changes
- fix: treat published prerendered HTML as first-class (co-equal priority + publish awaits it) by @habdelra in #5517
Full Changelog: boxel-cli-v0.5.0-unstable.3...boxel-cli-v0.5.0-unstable.4
@cardstack/boxel-cli v0.5.0-unstable.3
@cardstack/boxel-cli v0.5.0-unstable.3 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.5.0-unstable.3
boxel-cli plugin v0.9.0
Marketplace plugin version bumped in this release.
Changes
- feat: mixed cards + files entry search with scope and client parity by @FadhlanR in #5428
- feat: rewrite build-skills.ts as copy-only from the pinned boxel-skills tag by @lukemelia in #5501
Full Changelog: boxel-cli-v0.5.0-unstable.2...boxel-cli-v0.5.0-unstable.3
@cardstack/boxel-cli v0.5.0-unstable.2
@cardstack/boxel-cli v0.5.0-unstable.2 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.5.0-unstable.2
boxel-cli plugin v0.7.0
Marketplace plugin version bumped in this release.
Changes
- feat: generate skill tool definitions at index time and serve them via file-meta by @jurgenwerk in #5477
Full Changelog: boxel-cli-v0.5.0-unstable.1...boxel-cli-v0.5.0-unstable.2
@cardstack/boxel-cli v0.5.0-unstable.1
@cardstack/boxel-cli v0.5.0-unstable.1 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.5.0-unstable.1
Changes
- refactor: Change static imports to use
@cardstack/baseby @backspace in #5452
Full Changelog: boxel-cli-v0.5.0-unstable.0...boxel-cli-v0.5.0-unstable.1
@cardstack/boxel-cli v0.4.0
@cardstack/boxel-cli v0.4.0 (npm latest)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.4.0
Changes
- fix: add import attribute to release-prefixes.json import by @lukemelia in #5445
- fix: atomic upload result mapping breaks when the realm returns resource-identifier ids by @jurgenwerk in #5413
- fix: stop background git maintenance racing the checkpoint commit loop by @habdelra in #5411
- refactor: split the prerender visit into index and prerender-html passes by @habdelra in #5399
- fix: rename search-entry resource type to entry by @habdelra in #5398
- test: rename realm version to generation across the index schema by @habdelra in #5391
- feat: add
boxel realm archive/restore+ archived state inrealm list(CS-11671) by @lukemelia in #5365 - Add owner-only archive/unarchive realm endpoints by @lukemelia in #5341
- feat: drop the -v2 suffix from the search endpoints by @habdelra in #5345
- chore: retire the four legacy search endpoints, compat layer, and legacy wire shapes by @habdelra in #5332
- fix: Lockfile update by @ef4 in #5207
- refactor: Change cross-resource references to prefix form by @backspace in #5148
- feat: realm secret seed auth for boxel file read/write + realm publish/unpublish by @habdelra in #5326
- feat: support all BFM formats in both inline and block reference directives by @lukemelia in #5323
- fix: boxel-cli __dirname under ESM breaks build-plugin / publish by @jurgenwerk in #5302
- chore: lint-guard CommonJS
__dirname/__filenamein ESM TS source by @lukemelia in #5307 - refactor: migrate boxel-cli ingest-card search to per-realm _search-v2 (data-only) by @habdelra in #5305
- refactor: migrate boxel-cli and vscode-boxel-tools search to /_federated-search-v2 (data-only) by @habdelra in #5291
- feat: boxel search can list a realm's cards without a query, and explains rejected filters by @jurgenwerk in #5275
- fix: ingest-card copies Spec + instances from shared/published source realms by @jurgenwerk in #5276
- fix: ingesting one card no longer copies every card of its type by @jurgenwerk in #5289
- feat: surface frontmatter parse errors via indexing diagnostics by @lukemelia in #5272
- refactor: migrate from ts-node to native Node ESM by @lukemelia in #5265
- feat: route software-factory tests through boxel-cli's engine (drop host/dist dep) by @jurgenwerk in #5246
- fix: ship @glimmer/component + @glimmer/tracking types with boxel parse by @jurgenwerk in #5197
- feat(ui): Extract fitted component from homepage to boxel-ui with improvements by @burieberry in #5212
- fix: keep republish recovery progress off stdout in boxel realm publish by @lukemelia in #5203
- feat: add publishability gate and --json to boxel realm publish/unpublish by @lukemelia in #5191
- feat: factory:go adjust-existing-card flow +
boxel realm ingest-cardby @jurgenwerk in #5145 - refactor: extract RealmClient + RealmOperation pattern shared by host and boxel-cli by @lukemelia in #5188
- feat: add
boxel realm ingest-cardto copy a card with its dependency graph by @jurgenwerk in #5166 - build: pin Node >=24 across engines, .nvmrc, and CI (CS-11449) by @lukemelia in #5173
- refactor: add explicit .ts import extensions in browser-consumed packages (CS-11448 part 2) by @lukemelia in #5159
- fix(boxel-cli): auto-bump unstable version on manual publish by @jurgenwerk in #5143
- refactor: burn down the erasable-syntax override list (parameter properties + enums) by @lukemelia in #5156
Full Changelog: boxel-cli-v0.3.1...boxel-cli-v0.4.0
@cardstack/boxel-cli v0.5.0-unstable.0
@cardstack/boxel-cli v0.5.0-unstable.0 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.5.0-unstable.0
boxel-cli plugin v0.6.0
Marketplace plugin version bumped in this release.
Changes
- feat: accept prefix RRIs in CLI by @backspace in #5451
Full Changelog: boxel-cli-v0.4.0...boxel-cli-v0.5.0-unstable.0
@cardstack/boxel-cli v0.4.0-unstable.4
@cardstack/boxel-cli v0.4.0-unstable.4 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.4.0-unstable.4
Changes
- feat: route software-factory tests through boxel-cli's engine (drop host/dist dep) by @jurgenwerk in #5246
Full Changelog: boxel-cli-v0.4.0-unstable.2...boxel-cli-v0.4.0-unstable.4
@cardstack/boxel-cli v0.4.0-unstable.2
@cardstack/boxel-cli v0.4.0-unstable.2 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.4.0-unstable.2
Changes
- fix: ship @glimmer/component + @glimmer/tracking types with boxel parse by @jurgenwerk in #5197
- feat(ui): Extract fitted component from homepage to boxel-ui with improvements by @burieberry in #5212
Full Changelog: boxel-cli-v0.4.0-unstable.1...boxel-cli-v0.4.0-unstable.2
@cardstack/boxel-cli v0.4.0-unstable.1
@cardstack/boxel-cli v0.4.0-unstable.1 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.4.0-unstable.1
Changes
- fix: keep republish recovery progress off stdout in boxel realm publish by @lukemelia in #5203
- feat: add publishability gate and --json to boxel realm publish/unpublish by @lukemelia in #5191
Full Changelog: boxel-cli-v0.4.0-unstable.0...boxel-cli-v0.4.0-unstable.1
@cardstack/boxel-cli v0.4.0-unstable.0
@cardstack/boxel-cli v0.4.0-unstable.0 (npm unstable)
https://www.npmjs.com/package/@cardstack/boxel-cli/v/0.4.0-unstable.0
Changes
- feat: factory:go adjust-existing-card flow +
boxel realm ingest-cardby @jurgenwerk in #5145 - feat: add
boxel realm ingest-cardto copy a card with its dependency graph by @jurgenwerk in #5166
Full Changelog: boxel-cli-v0.3.2-unstable.61...boxel-cli-v0.4.0-unstable.0