807ae66b8d
* manually pass through `attrs` Due to the return of the Fragment (for form compatibility) the attributes will now be pass onto this Fragment instead of the underlying DOM node. To fix this, we disable the `inheritAttrs` magic, and passthrough the attributes to the correct component. * update changelog