0.28.0 #382
rmorshea
announced in
Announcements
0.28.0
#382
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Includes a wide variety of improvements:
currentTime
attr of audio/video elementsfiles
attribute from the target of input elementsmount()
functionmountLayoutWithWebSocket
function toidom-client-react
and breaking changes, the most significant of which are:
package.json
.loadImportSource()
function instead of trying to infer the path to dynamic modules which was brittle and inflexible. Allowing the specific client implementation to discover where "import sources" are located meansidom-client-react
doesn't need to try and devise a solution that will work for all cases. The fallout from this change is the addition ofimportSource.sourceType
which, for the moment can either be"NAME"
or"URL"
where the former indicates the client is expected to know where to find a module of that name, and the latter should (usually) be passed on toimport()
This discussion was created from the release 0.28.0 - Misc.
Beta Was this translation helpful? Give feedback.
All reactions