Packages

Mix archive for scaffolding Corex into new Phoenix apps and Tableau sites. Install with `mix archive.install hex corex_new`, then run `mix corex.new` or `mix corex.tableau.new`. Requires the `phx_new` archive for Phoenix apps.

Current section

Files

Jump to
corex_new CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 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](https://github.com/corex-ui/corex/blob/main/CHANGELOG.md).
## 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](https://github.com/corex-ui/corex/blob/main/CHANGELOG.md).
## 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](https://github.com/corex-ui/corex/blob/main/CHANGELOG.md).