Skip to content

Commit 414c7b4

Browse files
committed
update changelog
1 parent da83d96 commit 414c7b4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ This release introduces deprecation warnings for several features that have been
2929

3030
* The `config` variable is no longer available in `Phoenix.Endpoint`. In the past, it was possible to read your endpoint configuration at compile-time via an injected variable named `config`, which is no longer supported. Use `Application.compile_env/3` instead, which is tracked by the Elixir compiler and lead to a better developer experience
3131

32+
## 1.8.0 (Unreleased)
33+
34+
### Bug fixes
35+
- [phx.new] Don't include node_modules override in generated `tsconfig.json`
36+
37+
### Enhancements
38+
- [phx.gen.live|html|json] - Make context argument optional. Defaults to the plural name.
39+
- [phx.new] Add `mix precommit` alias
40+
- [phx.new] Add `AGENTS.md` generation compatible with [`usage_rules`](https://hexdocs.pm/usage_rules/)
41+
- Add `usage_rules` folder allowing to sync generic Phoenix rules
42+
- [phx.new] Use LiveView 1.1 release in generated code
43+
- [phx.new] Ensure theme selector and flash closing works without LiveView
44+
3245
## 1.8.0-rc.4 (2025-07-14)
3346

3447
### Bug Fixes

0 commit comments

Comments
 (0)