Skip to content

v5.0.0-next.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:34

5.0.0-next.2 (2020-07-21)

Features

  • Remove deprecated return value on .js and .css methods (e9052ed)

BREAKING CHANGES

  • In version 4 of podium it became possible to set multiple assets to a layout through its .js() and .css() methods. This did make it impossible to let these methods return a reasonable value, but to keep a backwards compatibility with version 3 of Podium, the first item passed in was returned for compatibility. This removes this compatibility with version 3 of Podium.

This resolves podium-lib/issues#23