marionette v3.0.0-pre4 Release Notes

  • ๐Ÿ“š Documentation

    • ๐Ÿ‘Œ Improved View documentation.
    • โž• Added Backbone.Radio integration documentation.
    • ๐Ÿ›  Fixed broken links in CollectionView documentation.
    • โœ‚ Removed Marionette.Module documentation.
    • โž• Add installation documentation.
    • โœ‚ Removed outdated API documentation.
    • โž• Added Upgrade Guide.

    API Changes

    • return this from all functions that do not return anything, useful for chaining.
    • โœ‚ Removed getValue and internal getOption.

    ๐Ÿ› Bug fixes

    • ๐Ÿšš CollectionView#reorder will no longer remove an already displayed emptyView.
    • Calling Backbone.View constructor with arguments consistently across all views.
    • Monitor for child already attached.
    • When a view is attached to an existing element, isRendered() should reflect true.
    • Region empty edge-case fix that prevents view destroy handlers calling empty.
    • Region now detaches previous html if there is no view.

    Misc

    • ๐Ÿ— Build browser tests with rollup.
    • ๐Ÿ›  Fix bundled build.
    • ๐Ÿ‘• Linter fixes.

    Also, please help us finish v3!