Skip to content

Appearance 1.4.0

Latest

Choose a tag to compare

@Martinomagnifico Martinomagnifico released this 31 Jan 15:04

Changed

  • This new version is built with Vite
  • The plugin will now check if it is running in a module environment and will then not autoload the CSS. You can still set cssautoload to true if you like, but your bundler (Vite, Webpack) may not like that. In any of these cases, import the CSS file yourself.
  • Appearance now no longer loads Animate.css on request, but bundles it in the CSS.

Added

  • Added container-delay for auto-elements, that influences how a first element of a group can have a different delay.