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: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Release Notes for Sprig
2
2
3
+
## 3.4.0 - 2024-08-20
4
+
5
+
### Changed
6
+
7
+
- The `sprig.registerJs(js)` function now executes the registered JavaScript after htmx settles, and is now the recommended way of outputting JavaScript in Sprig components.
8
+
- Components no longer render markup added via `{% html %}`, `{% css %}` and `{% js %}` tags during Sprig requests.
9
+
3
10
## 3.3.0 - 2024-08-08
4
11
5
12
### Added
@@ -16,7 +23,7 @@
16
23
17
24
### Changed
18
25
19
-
- The `sprig.swapOob()` function now accepts a string in addition to a template to be rendered, in the second argument.
26
+
- The `sprig.swapOob()` function now accepts a string, in addition to a template to be rendered, in the second argument.
0 commit comments