Skip to content

1.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@mgmeyers mgmeyers released this 28 Aug 20:13
· 433 commits to main since this release

This release includes a major update to the Kanban plugin's underlying architecture. It also includes a number of bug fixes and UI changes. This update will break many themes that have styled the kanban plugin.

  • react-beautiful-dnd has been replaced with a custom built drag and drop engine that allows infinitely nested scroll containers
    • This also offers major performance improvements
  • Lanes are now scrollable, and will not extend past the height of the kanban view.
  • Kanban views now have several action buttons for:
    • Adding a new list
    • Archiving all completed cards on the board
    • Viewing the board as markdown
    • Opening the board's settings

Screen Shot 2021-08-28 at 1 03 48 PM

  • The new lane menu now floats over the content, and the old new lane button has been removed

Screen Shot 2021-08-28 at 1 06 03 PM

  • Shift + Enter will insert a new line when creating cards
  • Cards support inline checkboxes

Screen Shot 2021-08-28 at 1 09 33 PM

Screen Shot 2021-08-28 at 1 09 26 PM