Skip to content

Dependency update

Sandro Lutz requested to merge dependency-update into master

Mithril 2.0 is released. In order to update the other projects to the new version, we also have to perform the dependency updates here as well.

The MDCSelect component has been disabled some time ago. With the new version of @material/select, the floating label only works when the component is enabled. I could not observe any issues anymore when re-enabling the component. The only thing that I did not manage to get working is the change listener of that component, so we still rely on the onchange function of the native select element. This should not be an issue as long as we do not use the special functions provided by the MDCSelect component directly.

Merge request reports