Skip to content

Releases: mydnic/volet

v2.2.1

21 Jan 12:13
6ab3c6c

Choose a tag to compare

What's Changed

  • build(deps-dev): bump orchestra/testbench from 10.6.0 to 10.7.0 by @dependabot[bot] in #195
  • build(deps-dev): bump nunomaduro/collision from 8.8.2 to 8.8.3 by @dependabot[bot] in #196
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #197
  • build(deps-dev): bump laravel/pint from 1.25.1 to 1.26.0 by @dependabot[bot] in #198
  • build(deps-dev): bump orchestra/testbench from 10.7.0 to 10.8.0 by @dependabot[bot] in #199
  • build(deps-dev): bump laravel/pint from 1.26.0 to 1.27.0 by @dependabot[bot] in #200
  • build(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #201
  • build(deps-dev): bump orchestra/testbench from 10.8.0 to 10.9.0 by @dependabot[bot] in #203
  • Fix/missing close button by @mydnic in #204

How to upgrade

Add this to your config/volet.php file :

    'close-icon' => 'https://api.iconify.design/heroicons:x-mark.svg?color=%23FFFFFF',

Full Changelog: v2.2.0...v2.2.1

v2.2.0

14 Nov 15:22
16c0d59

Choose a tag to compare

What's Changed

  • Out of the box Notification for new Feedback Messages by @mydnic in #193

Upgrade:

Simply add this to config/volet.php

'mail_notification' => [
            'enabled' => true,
            'send_mails_to' => [
                // List of emails to send the notification to
                // 'admin@example.com',
            ],
            'class' => \Mydnic\Volet\Notifications\NewFeedbackMessageNotification::class,
        ],

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Jun 07:50
af1c3da

Choose a tag to compare

What's Changed

  • Use web middleware and csrf token to authenticate users by @mydnic in #177

Full Changelog: v2.0.2...v2.1.0

How to Upgrade

  1. Update your volet config file to use the web middleware instead of the api one.
  2. Update assets with php artisan vendor:publish --tag="volet-assets" --force

v2.0.2

01 Jun 18:26
799e4b8

Choose a tag to compare

What's Changed

  • build(deps-dev): bump orchestra/testbench from 10.2.2 to 10.3.0 by @dependabot in #173
  • fix: change button label from placeholder to button by @mydnic in #175

Full Changelog: v2.0.1...v2.0.2

v2.0.1

13 May 16:13
25481be

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

23 Apr 12:43

Choose a tag to compare

fix badge url

v2.0.0-beta4

23 Apr 06:55

Choose a tag to compare

Complete change in the way external Features are loaded and used. External Features should now deliver Web Components instead of strictly Vue Components.

What's Changed

Full Changelog: v2.0.0-beta3...v2.0.0-beta4

v2.0.0-beta3

06 Apr 18:21

Choose a tag to compare

add generic .volet-button

Full Changelog: v2.0.0-beta2...v2.0.0-beta3

v2.0.0-beta2

06 Apr 17:54

Choose a tag to compare

build

v2.0.0-beta1

28 Mar 14:10

Choose a tag to compare

This is the first beta release of Volet, the new version of the laravel feedback component.

I decided to rewrite the entire package, make it extensible, and rename the whole thing !

Please check the readme file