* Updated to support notebook 5.0 * Fixed clipping at cell boundaries
0.6.1
* Include LICENSE.md in source package
0.6.0
* Switch to the [v1 dashboard layout specification](https://github.com/jupyter/dashboards/wiki/Dashboard-Metadata-and-Rendering) * Automatically upgrade existing notebook metadata to the v1 spec * Update example notebooks for compatibility with `jupyter_declarativewidgets` 0.6.0 * Remove `urth` moniker in favor of `jupyter_dashboards` for CSS classes, notebook metadata, etc. * Fix gaps in grid when hiding cells
0.5.2
* Fix report layout reset when switching between dashboard layout and preview
0.5.1
* Hide errors from declarative widgets in dashboard layout and preview * Fix the state of the show code checkbox in layout view when switching layout types * Fix history window slider widgetin the community outreach demo * Fix missing imports in the declarative widgets scotch demo * Fix copy/pasted cells receive the same layout metadata * Fix lost cells in report layout after clear and refresh * Fix layout toolbar button default state
0.5.0
* Add report layout for simple top-to-bottom, full-width dashboards * Add buttons to move a cell to the top, bottom, or notebook order in layout mode * Make compatible with Jupyter Notebook 4.0.x to 4.2.x * Fix bokeh example race condition * Fix browser scrolling when dragging cells in layout view