Skip to content

Latest commit

 

History

History
333 lines (219 loc) · 15.8 KB

File metadata and controls

333 lines (219 loc) · 15.8 KB

Changelog

All notable changes to nativephp-laravel will be documented in this file.

2.0.1 - 2025-10-14

What's Changed

  • Fix livewire event forwarding by @gwleuverink in NativePHP#9

Full Changelog: https://github.com/NativePHP/desktop/compare/2.0.0...2.0.1

2.0.0 - 2025-10-14

What's Changed

  • Electron v38
  • 🔒 Enhanced Security by Default
  • 🔧 Modifiable Electron runtime
  • 📦 Bundle Additional Files with Your App
  • ✨ Run JavaScript ChildProcesses in Node from PHP
  • 🪟 WebPreferences for Menubar Windows
  • 🐚 New Shell fake

⚠️ v2 contains breaking changes. Please read the upgrade guide.

Full Changelog: https://github.com/NativePHP/desktop/commits/2.0.0

1.0.0-beta.1 - 2025-01-21

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.7.0...0.8.0

0.7.0 - 2024-12-19

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.4...0.7.0

0.6.4 - 2024-11-17

What's Changed

Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.3...0.6.4

0.6.3 - 2024-11-14

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.2...0.6.3

0.6.2 - 2024-11-13

What's Changed

Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.1...0.6.2

0.6.1 - 2024-11-04

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.0...0.6.1

0.6.0 - 2024-11-01

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.7...0.6.0

0.5.7 - 2024-09-16

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.6...0.5.7

0.5.6 - 2024-09-09

What's Changed

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.5...0.5.6

0.5.5 - 2024-09-02

What's Changed

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.4...0.5.5

0.5.4 - 2024-08-24

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.3...0.5.4

0.5.3 - 2024-07-18

What's Changed

  • Add the reload() method to the WindowManager by @shomisha in NativePHP/laravel#294
  • Add trafficLightPosition() method on Window by @sarukomine in NativePHP/laravel#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 NativePHP/laravel#333

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.2...0.5.3

0.5.2 - 2024-05-02

What's Changed

  • Fixes a regression introduced in 0.5.1

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.1...0.5.2

0.5.1 - 2024-05-02

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.0...0.6.0

0.5.0 - 2024-04-01

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.4.0...0.5.0

0.4.0 - 2023-08-09

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.3.0...0.4.0

0.3.0 - 2023-07-31

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.2.0...0.3.0

0.2.0 - 2023-07-28

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: https://github.com/NativePHP/laravel/compare/0.1.1...0.2.0

0.1.1 - 2023-07-25

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.1.0...0.1.1

0.1.0 - 2023-07-20

🎉 NativePHP is here!