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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,13 @@
5
5
### Fixes
6
6
7
7
* Extra bundle detection when using external build module works properly now.
8
+
* Widget players are now properly invoked when they arrive later in the page load process.
8
9
* Fix permission grid tooltip display.
9
10
11
+
### Adds
12
+
13
+
* It's possible now to target the HMR build when registering via `template.append` and `template.prepend`. Use `when: 'hmr:public'` or `when: 'hmr:apos'` that will be evaluated against the current asset `options.hmr` configuration.
0 commit comments