Skip to content

Releases: officert/vue-slideout-panel

0.9.0

17 Jul 00:33
Compare
Choose a tag to compare

bump

0.8.0

17 Jul 00:26
Compare
Choose a tag to compare

rebuild and bump

0.7.0

16 Jul 21:18
Compare
Choose a tag to compare

Make panels responsive based on their width.

0.6.0

05 Jul 20:55
Compare
Choose a tag to compare

Add support for passing in a CSS class when creating panels:

  vueSlideoutPanelService.show({
          width: '700px',
          cssClass: 'panel-1-custom-class',
          component: 'panel-1',
          props: {
            name: this.example1Form.name
          }
        })
        .then(results => {
          this.example1Result = results;
        });

0.5.0

05 Jul 20:47
Compare
Choose a tag to compare

Fixed bug where passing in a width of '900px' wasn't working'