Skip to content

Releases: spatie/laravel-onboard

2.6.0

14 Feb 13:10
e351e9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.0

01 Nov 09:04
f60e1c9
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #25
  • update Onboard facade docblock by @alphaolomi in #26
  • Fix inconsistent tabs/space usage in README by @arkoe in #27
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #28
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #30
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #31
  • Alternative way to add onboarding steps by @fedeisas in #34
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #33
  • Bump actions/checkout from 3 to 4 by @dependabot in #32

New Contributors

Full Changelog: 2.4.1...2.5.0

2.4.1

25 Jan 23:06
2bd0466
Compare
Choose a tag to compare
  • support L10

2.4.0

24 Sep 13:18
bc0de35
Compare
Choose a tag to compare

What's Changed

  • Allow steps to be limited to specific classes by @RhysLees in #15

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

17 Aug 08:14
6316ae6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

10 Aug 11:25
7e441ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.2.0

2.1.1

23 Jun 14:11
3f82c27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

22 Jun 06:55
a11b8fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

17 Jun 10:07
Compare
Choose a tag to compare

What's changed

  • You can now add onboarding to any model using the trait & interface
  • Added dependency injection to the completeIf callback
  • The completeIf callback is now cached using spatie/once to only run once per request
  • Added a percentageCompleted method

Upgrading from v1 to v2

  • Support for PHP 7.4 has been dropped
  • Support for Laravel 7 and 8 has been dropped
  • The \Spatie\Onboard\OnboardFacade has been moved to \Spatie\Onboard\Facades\Onboard
  • The \Spatie\Onboard\GetsOnboarded trait has been moved to \Spatie\Onboard\Concerns\GetsOnboarded
  • You should add the new \Spatie\Onboard\Concerns\Onboardable interface to your User model
  • The $user parameter in the completeIf callback has been renamed to $model and it now supports dependency injection

Full Changelog: 1.0.0...2.0.0

1.0.0

17 Jun 09:17
Compare
Choose a tag to compare

First release

Full Changelog: 0.0.2...1.0.0