Skip to content

Releases: NativePHP/laravel

0.5.4

24 Aug 10:21
5446156
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.5.4

0.5.3

18 Jul 03:16
c43de49
Compare
Choose a tag to compare

What's Changed

  • Add the reload() method to the WindowManager by @shomisha in #294
  • Add trafficLightPosition() method on Window by @sarukomine in #310
  • Add a new System::timezone helper to detect and normalise system time zone data
  • Fix native:migrate:fresh so that it behaves more like Laravel's migrate:fresh (e.g. you can use seeders etc)
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #333

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

02 May 15:45
Compare
Choose a tag to compare

What's Changed

  • Fixes #288 a regression introduced in 0.5.1

Full Changelog: 0.5.1...0.5.2

0.5.1

02 May 10:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

01 Apr 16:42
691c8c2
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 11 support by @meliani in #262
  • Add printToPDF function by @basst85 in #104
  • Add method to update an existing context-menu of the menu bar by @bbredewold in #108
  • Add required config for using GitHub as an updater provider by @danjohnson95 in #189
  • Add ability to exclude files and entire folders from built application by @nexxai in #165
  • Add ability to use string events by @LukeTowers in #67
  • Fix 'native:db:seed' command not working by @me-shaon in #199
  • Fix an issue that prevented setting the position on open windows by @curtisblackwell in #215
  • Fix PHP Fatal Error deleteDirectoryRecursive function in MinifyApplicationCommand by @LunashaGit in #249
  • Bump actions/checkout from 3 to 4 by @dependabot in #208
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #217
  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #240

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

09 Aug 21:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

31 Jul 11:36
8540706
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

28 Jul 11:24
Compare
Choose a tag to compare

What's changed

  • Added the new Shell Facade that allows you to open files in the explorer/finder, open urls in the default app, trash files, etc.

Full Changelog: 0.1.1...0.2.0

0.1.1

25 Jul 22:34
Compare
Choose a tag to compare

What's Changed

  • Add the ability to create context-menu-only menubar apps
  • Storage path and database path now only get overwritten when the app is running in production mode, making debugging easier
  • fix: README badges by @bensherred in #11
  • Add test for CreateSecurityCookieController by @milwad-dev in #12
  • Use abort_if by @milwad-dev in #13
  • Update ProgressBar.php by @ddobren in #33
  • Add facade methods by @milwad-dev in #30
  • Create CONTRIBUTING.md by @ddobren in #32
  • Create Native\Laravel\Facades\Notification by @Mombuyish in #25
  • Add node version to bug issue template by @olssonm in #54
  • update README.md add section documentation by @artmxra7 in #51
  • Update NativeAppServiceProvider.php.stub to use correct namespace by @semiherdogan in #55
  • update README.md by @artmxra7 in #60
  • Support for fullscreen, kiosk-mode and maximize by @basst85 in #68

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

20 Jul 18:06
Compare
Choose a tag to compare

πŸŽ‰ NativePHP is here!