Skip to content

Releases: lara-zeus/bolt

v3.0.86

29 May 15:58
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #368
  • update docs

Full Changelog: v3.0.85...v3.0.86

v3.0.85

14 Apr 10:38
1e12785
Compare
Choose a tag to compare

What's Changed

  • pass the response to the Extensions SubmittedRender by @atmonshi in #367

note if you're overwriting the view submitted.blade.php make sure to update it to last version

this the change:

{!! \LaraZeus\Bolt\Facades\Extensions::init($zeusForm, 'SubmittedRender', [
    'extensionData' => $extensionData['extInfo']['itemId'] ?? 0,
    'response' => $extensionData['response'],
]) !!}

Full Changelog: v3.0.84...v3.0.85

v3.0.84

05 Apr 10:30
eb9a208
Compare
Choose a tag to compare

What's Changed

this internal change, but if you're using custom designer, make sure to update the namespace.

Full Changelog: v3.0.83...v3.0.84

v3.0.83

05 Apr 05:25
0f17e48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.82...v3.0.83

v3.0.82

04 Apr 08:49
a0baec3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.81...v3.0.82

v3.0.81

27 Mar 20:16
bd66342
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.80...v3.0.81

v3.0.80

18 Mar 20:41
031d352
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.79...v3.0.80

v3.0.79

17 Mar 15:53
46d8766
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.78...v3.0.79

v3.0.78

07 Mar 21:22
17bd49d
Compare
Choose a tag to compare

What's Changed

if you want to use them in your app, you can add them manually:

composer require codeat3/blade-iconpark

Full Changelog: v3.0.77...v3.0.78

v3.0.77

07 Mar 03:51
16a9114
Compare
Choose a tag to compare

What's Changed

Icons:

if you want to use them in your app, you can add them manually:

composer require codeat3/blade-iconpark
composer require codeat3/blade-clarity-icons

methods:

if you're using some of the plugin configuration in your panel provider, please check the updated methods

Full Changelog: v3.0.76...v3.0.77