Releases: podium-lib/layout
Releases · podium-lib/layout
v4.6.7
v4.6.6
v4.6.5
v4.6.4
v4.6.3
v4.6.2
v4.6.1
v5.0.0-next.3
v5.0.0-next.2
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
v5.0.0-next.1
5.0.0-next.1 (2020-07-14)
Features
- Drop node 10.x support (7e0bb22)
BREAKING CHANGES
- Only support node 12 and 14.