Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@thomasplevy thomasplevy released this 28 Jun 22:38
· 419 commits to release since this release
608fff2

v2.1.0 - 2021-06-28

Updates
  • Adjusted priority of block editor JS assets to load at priority 5 instead of 999. Resolves plugin conflicts encountered when using block-level visibility on blocks registered after visibility filters are applied.
  • Removed usage of react-sortable-hoc and replaced with dndkit for drag and drop UX within the editor.
  • Refactored the instructors sidebar (on courses and memberships) as well as the option shorting (for fields with options) to utilize dndkit.
Bugfixes
  • Fixed an issue encountered on password confirmation fields when adjusting the minimum password length option on the user password block.