Releases: mydnic/volet
Releases · mydnic/volet
v2.2.1
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
What's Changed
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
What's Changed
Full Changelog: v2.0.2...v2.1.0
How to Upgrade
- Update your volet config file to use the
webmiddleware instead of theapione. - Update assets with
php artisan vendor:publish --tag="volet-assets" --force
v2.0.2
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
v2.0.0
v2.0.0-beta4
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
- Bump pestphp/pest from 3.8.0 to 3.8.1 by @dependabot in #157
- Bump nunomaduro/collision from 8.7.0 to 8.8.0 by @dependabot in #158
- Bump orchestra/testbench from 10.1.0 to 10.2.0 by @dependabot in #159
- Bump vite from 6.2.5 to 6.2.6 by @dependabot in #160
- Bump orchestra/testbench from 10.2.0 to 10.2.1 by @dependabot in #161
- Bump laravel/pint from 1.21.2 to 1.22.0 by @dependabot in #162
- Bump spatie/laravel-package-tools from 1.92.0 to 1.92.4 by @dependabot in #163
- build(deps-dev): bump pestphp/pest from 3.8.1 to 3.8.2 by @dependabot in #164
- build(deps-dev): bump pestphp/pest-plugin-arch from 3.1.0 to 3.1.1 by @dependabot in #165
Full Changelog: v2.0.0-beta3...v2.0.0-beta4
v2.0.0-beta3
add generic .volet-button
Full Changelog: v2.0.0-beta2...v2.0.0-beta3
v2.0.0-beta2
build
v2.0.0-beta1
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