* Fix `dashboard_js` block not being added while rendering when not using Django Suit. * Add demo project. * Add diagram in documentation. * Remove display templates (if you were using them, please copy them back from the docs into your project).
2.0.3
==================
* Use instance's crumbs. * As for boxes, accept keyword arguments to set in widgets. * Fix real-time setting default ``url_name``. * Remove ``PartialResponse`` from ``__init__.__all__``. * Update breadcrumbs to strictly match classic and Suit's styles.
2.0.2
==================
* Add title option to views. * Don't display crumbs if none. * Move PartialResponse into real-time function to avoid ``AppsNotReady`` (fix 30).
2.0.1
==================
* All objects are now importable directly from ``suit_dashboard``. * Moved application settings into an ``apps`` module.