Skip to content

Commit 0a20c81

Browse files
committed
Bump patch version.
1 parent c93e4ee commit 0a20c81

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

lib/live/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2021-2026, by Samuel Williams.
55

66
module Live
7-
VERSION = "0.18.1"
7+
VERSION = "0.18.2"
88
end

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ Please see the [project releases](https://socketry.github.io/live/releases/index
5454
- Using older versions of `live` with `live-js` v0.16.0 or later may also result in unexpected behavior or errors.
5555
- Updating both `live` and `live-js` to their latest versions is recommended to ensure compatibility, and requires no changes to application code.
5656

57+
### v0.18.0
58+
59+
- **Breaking Change**: Live now uses Web Components for managing life-cycle events instead of observers. You will need to use `live-js` v0.16.0 or later with this version of `live`, which emits `<live-view>` elements (instead of `<div>` elements).
60+
- Using older versions of `live-js` with this version of `live` may result in unexpected behavior or errors.
61+
- Using older versions of `live` with `live-js` v0.16.0 or later may also result in unexpected behavior or errors.
62+
- Updating both `live` and `live-js` to their latest versions is recommended to ensure compatibility, and requires no changes to application code.
63+
5764
### Developer Certificate of Origin
5865

5966
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.

0 commit comments

Comments
 (0)