0.2.2 - 2026-08-29

Upgrade notes

  • Do not add :corex_design to compilers. Run mix corex.design.build from assets.build / assets.deploy.
  • Keep {:corex_design, "~> 0.2", runtime: false} (no only: :dev).
  • For --a11y + mix release, add corex_design: :load (printed as a follow-up step).

See the monorepo CHANGELOG.

0.2.1 - 2026-08-08

Bug fixes

  • Ship Tableau scaffold CSS/JS (blog.css, prose.css, locale.js, heroicons.js) under priv/tableau so mix corex.tableau.new works from the Hex mix archive (archives only keep ebin + priv, not templates/)

See the monorepo CHANGELOG.

0.2.0 - 2026-08-07

Align mix corex.new / mix corex.tableau.new with Corex 0.2.0: Design and MCP on by default (--no-design / --no-mcp), optional --a11y, and Cursor MCP scaffold when MCP is enabled.

See the monorepo CHANGELOG.