You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ Please see the [project releases](https://socketry.github.io/live/releases/index
54
54
- Using older versions of `live` with `live-js` v0.16.0 or later may also result in unexpected behavior or errors.
55
55
- Updating both `live` and `live-js` to their latest versions is recommended to ensure compatibility, and requires no changes to application code.
56
56
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
+
57
64
### Developer Certificate of Origin
58
65
59
66
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