WebC v0.9.2
- Fixes bug with
webc:bucket
hoisting (adding to a non-default
bucket and then thedefault
bucket should remove code from the non-default
bucket) - Fixes bug with CSS/JS bundle ordering based on component graph. Code should render in order from leaf components to page, where page CSS/JS is rendered last (e.g. this test case 57f0f11)
Full Changelog: v0.9.1...v0.9.2