Skip to content

v1.1.0

Compare
Choose a tag to compare
@graphieros graphieros released this 26 Jun 05:12
· 3 commits to main since this release

This release adds more configuration options:

  1. Menu options: the following config attributes are added:
useAccordionMenu: boolean; // default: true
accordionMenuTitle: string; // default: "Menu" 

When useAccordionMenu is set to true, the menu is displayed with a details HTML element, which can be styled by targeting the following css classes:

.grid-plan-menu__summary{}
.grid-plan-menu__body{}
  1. Opacity of non selected components, when a component is selected can now be managed through the following config attribute:
nonSelectedOpacity: number; // default: 0.3