Current section

Files

Jump to
Raw

CHANGELOG.md

## 0.1.2 - 2026-04-05
### Added
- Add `required_integrations/0` and `integration_providers/0` callbacks to template
- Add tests for new integration callbacks
## 0.1.1 - 2026-04-04
### Fixed
- Fix auto-discovery by adding `phoenix_kit` to `extra_applications`
### Changed
- Update AGENTS.md with standardized sections and auto CSS source compiler docs
## 0.1.0 - 2026-03-24
### Added
- Initial PhoenixKit module template with `PhoenixKit.Module` behaviour
- Admin LiveView page with status dashboard and user info
- Route module template for multi-page modules
- Implement `css_sources/0` for Tailwind CSS scanning support
- Add test infrastructure with dual-level testing (unit + integration)
- Add behaviour compliance test suite
- Comprehensive README documentation covering all PhoenixKit module patterns