Releases: AesopInteractive/lasso
Releases · AesopInteractive/lasso
0.9.5
- added ability to search posts and pages within the all posts modal introduced with 0.9.4
- added abilty to choose post type to create within new post creation modal
- component now slides into view on settings click
- fixed bug with video component not switching providers
- fixed bug with galleries not saving gallery images properly
- improved Meta API for developers wishing to integrate within Lasso's post settings
- mobile style improvement - props @peiche
0.9.4
- added ability to access and delete posts and pages (and custom post types with a filter) from the front-end (requires the WP REST API plugin). If the user is an Author or Contributor they will only be shown their posts or pages.
- added ability to add a post from anywhere on the site
- added ability to set featured image within settings modal if current theme supports post thumbnails
- added ability to add categories and tags within settings modal
- added CMD + S hot key to save post while in editor
- added a close button to exit the editor
- added a new API to allow third-party addons to add new settings modals (beta). They appear as a tab and work with only a filter. This is in preparation for releasing ACF, CMB2, and Ninja Forms integration addons.
- added Canvas and Exposure themes to automatic theme support
- fixed bug with tour hide not calculating correctly
- fixed bug with Author or Contributor roles not being able to put a post in draft
- fixed options not being cleaned up on uninstall
- improved automatic theme support means supported themes work out of the box with no setup
- improved user interface colors to better match WordPress design patterns
- improved drag and drop detection between paragraphs
- improved toolbar width logic - props @peiche
- improved CSS selector performance
- replaced tour GIFs with images