Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Nov 7, 2024
1 parent ac121ad commit cb85f02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ generated user module:
if valid_password?(changeset.data, password) do
```

## 1.0.0

### Bug fixes
* Fix live upload issue where large `chunk_size` could cause a chunk timeout on slower connections by properly using the configured `chunk_timeout` on the client
* Fix focused inputs losing focus stat in some update scenarios

### Enhancements
* Support `default` attribute for `<.live_title>` component
* Keep intentional newlines when formatting comments (#3486)
* Support hook `pushEvent` returning a promise

## 1.0.0-rc.7 (2024-10-17)

### Enhancements
Expand Down

0 comments on commit cb85f02

Please sign in to comment.