Enhancements
- Align
Phoenix.Componentglobal attributes list with reference list from MDN (#4207). If you relied on one of the removed attributes, use theincludeoption instead. For example:attr :rest, :global, include: ~w(width height)
- Allow setting
idattributes clientside for accessibility withthis.js().setAttribute()(#4146) - Export
getFileURLForUploadhelper (#4206) - Use
moveBeforeif available when reordering stream items (#4212)
Bug fixes
- Handle locks on skipped nodes (#4209)