Skip to content

Releases: podium-lib/layout

v4.6.7

29 Sep 21:35
Compare
Choose a tag to compare

4.6.7 (2020-09-29)

Bug Fixes

  • deps: update dependency @podium/proxy to v4.2.4 (426f376)

v4.6.6

13 Sep 21:44
Compare
Choose a tag to compare

4.6.6 (2020-09-13)

Bug Fixes

  • deps: update dependency @podium/proxy to v4.2.3 (83d7a7e)

v4.6.5

13 Sep 20:50
Compare
Choose a tag to compare

4.6.5 (2020-09-13)

Bug Fixes

  • deps: update dependency @podium/context to v4.1.8 (3bee6fd)

v4.6.4

13 Sep 20:23
Compare
Choose a tag to compare

4.6.4 (2020-09-13)

Bug Fixes

  • deps: update dependency @podium/proxy to v4.2.2 (e04beba)

v4.6.3

13 Sep 19:23
Compare
Choose a tag to compare

4.6.3 (2020-09-13)

Bug Fixes

  • deps: update dependency @podium/utils to v4.3.1 (e437f19)

v4.6.2

13 Sep 19:20
Compare
Choose a tag to compare

4.6.2 (2020-09-13)

Bug Fixes

  • deps: update dependency @podium/context to v4.1.7 (2f0c735)

v4.6.1

13 Sep 19:15
Compare
Choose a tag to compare

4.6.1 (2020-09-13)

Bug Fixes

  • deps: update dependency @podium/schemas to v4.0.4 (eaa15a6)

v5.0.0-next.3

21 Jul 10:38
Compare
Choose a tag to compare
v5.0.0-next.3 Pre-release
Pre-release

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

Bug Fixes

v5.0.0-next.2

21 Jul 08:34
Compare
Choose a tag to compare
v5.0.0-next.2 Pre-release
Pre-release

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

14 Jul 20:26
Compare
Choose a tag to compare
v5.0.0-next.1 Pre-release
Pre-release

5.0.0-next.1 (2020-07-14)

Features

BREAKING CHANGES

  • Only support node 12 and 14.