Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Dec 13, 2024
1 parent 3b61f4b commit 39e5fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,17 @@ generated user module:
if valid_password?(changeset.data, password) do
```

## 1.0.1 (2024-12-13)

### Bug fixes
* Fix live session verification causing logged errors and failed mounts when a cold deploy occurs

## 1.0.0 (2024-12-03) 🚀

## 1.0.0-rc.9 (2024-12-03)

### Enhancements
* Support `phx-no-curly-interpolation` to disable HEEx curly interpolation in a specific tag body
* Support `phx-no-curly-interpolation` to disable HEEx curly interpolation in a specific tag body

## 1.0.0-rc.8 (2024-12-02)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ community at different stages of development:

* [Doggo](https://github.com/woylie/doggo): Headless UI components for Phoenix

* [Petal Components](https://github.com/petalframework/petal_components): Phoenix + Live View HEEX Components
* [Petal Components](https://github.com/petalframework/petal_components): Phoenix + Live View HEEX Components

* [PrimerLive](https://github.com/ArthurClemens/primer_live): An implementation of GitHub's Primer Design System using Phoenix LiveView

Expand All @@ -86,8 +86,6 @@ community at different stages of development:

* [Fluxon UI](https://fluxonui.com): Elegant and accessible UI components for Phoenix LiveView

* [Live ExWebRTC](https://github.com/elixir-webrtc/live_ex_webrtc): Phoenix LiveView components for real-time streaming

## What makes LiveView unique?

LiveView is server-centric. You no longer have to worry about managing
Expand Down

0 comments on commit 39e5fdd

Please sign in to comment.