Closed rofe closed 2 years ago
For better organization and use of available screen estat, it would be helpful to be able to define dropdown containers to place plugins in:
Dropdown config:
{ id: 'foo', button: { text: 'Lorem ipsum', isDropdown: true, }, }
Add plugin to dropdown:
{ id: 'bar', container: 'foo', button: { text: 'Dolor sit amet', }, }
:tada: This issue has been resolved in version 4.5.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
For better organization and use of available screen estat, it would be helpful to be able to define dropdown containers to place plugins in:
Dropdown config:
Add plugin to dropdown: