Skip to content

0.6.0

Compare
Choose a tag to compare
@3rd-Eden 3rd-Eden released this 16 May 16:24
· 132 commits to master since this release

Consistency

This is something that was lacking the previous 0.5 releases, consistency between the different packages (pagelet, pipe.js and bigpipe). Some functions were written as initialise and other as initialize. Same as the emitting of events within these modules some use double colons: :: to namespace events, others used single. This has been normalized to a single colon. These are breaking changes. So make sure you are now listening to the correct events with one single colon!

Remove no-js and no_js from HTML

We've been removing the no_js className from the HTML by default for a while now but we're not also supporting no-js as class name. This allows you to easily build and change layouts for when JavaScript is not enabled.