Current section

Files

Jump to
corex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.1
### Bug fixes
- [menu] Fix submenu leaks and LiveView drift on open menus ([#58](https://github.com/corex-ui/corex/issues/58))
- [menu] Scope server `set_open/3` to the targeted menu
- [combobox] Preserve custom item slots after LiveView updates
- [toast] Sanitize action URLs
- [data-table] Harden sort and selection params
- [pagination] Validate page URLs
- [redirect] Validate redirect schemes
- [date-picker] Reduce unnecessary re-renders
### Enhancements
- [menu] Item and trigger layout aligned with select, combobox, and listbox
- [combobox] Default `close_on_select` to `true`
- [docs] Restore `mix corex.new` on Hexdocs
- [mcp] Security hardening
Run `mix corex.design --force` in your app to refresh `assets/corex/` (CSS and tokens).
## 0.1.0
Initial Corex stable release.