|
2 | 2 |
|
3 | 3 | All notable changes to `nativephp-laravel` will be documented in this file.
|
4 | 4 |
|
| 5 | +## 0.1.1 - 2023-07-25 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +- Add the ability to create context-menu-only menubar apps |
| 10 | +- Storage path and database path now only get overwritten when the app is running in production mode, making debugging easier |
| 11 | +- fix: README badges by @bensherred in https://github.com/NativePHP/laravel/pull/11 |
| 12 | +- Add test for `CreateSecurityCookieController` by @milwad-dev in https://github.com/NativePHP/laravel/pull/12 |
| 13 | +- Use `abort_if` by @milwad-dev in https://github.com/NativePHP/laravel/pull/13 |
| 14 | +- Update ProgressBar.php by @ddobren in https://github.com/NativePHP/laravel/pull/33 |
| 15 | +- Add facade methods by @milwad-dev in https://github.com/NativePHP/laravel/pull/30 |
| 16 | +- Create CONTRIBUTING.md by @ddobren in https://github.com/NativePHP/laravel/pull/32 |
| 17 | +- Create Native\Laravel\Facades\Notification by @Mombuyish in https://github.com/NativePHP/laravel/pull/25 |
| 18 | +- Add node version to bug issue template by @olssonm in https://github.com/NativePHP/laravel/pull/54 |
| 19 | +- update README.md add section documentation by @artmxra7 in https://github.com/NativePHP/laravel/pull/51 |
| 20 | +- Update NativeAppServiceProvider.php.stub to use correct namespace by @semiherdogan in https://github.com/NativePHP/laravel/pull/55 |
| 21 | +- update README.md by @artmxra7 in https://github.com/NativePHP/laravel/pull/60 |
| 22 | +- Support for fullscreen, kiosk-mode and maximize by @basst85 in https://github.com/NativePHP/laravel/pull/68 |
| 23 | + |
| 24 | +### New Contributors |
| 25 | + |
| 26 | +- @bensherred made their first contribution in https://github.com/NativePHP/laravel/pull/11 |
| 27 | +- @milwad-dev made their first contribution in https://github.com/NativePHP/laravel/pull/12 |
| 28 | +- @ddobren made their first contribution in https://github.com/NativePHP/laravel/pull/33 |
| 29 | +- @Mombuyish made their first contribution in https://github.com/NativePHP/laravel/pull/25 |
| 30 | +- @olssonm made their first contribution in https://github.com/NativePHP/laravel/pull/54 |
| 31 | +- @artmxra7 made their first contribution in https://github.com/NativePHP/laravel/pull/51 |
| 32 | +- @semiherdogan made their first contribution in https://github.com/NativePHP/laravel/pull/55 |
| 33 | +- @basst85 made their first contribution in https://github.com/NativePHP/laravel/pull/68 |
| 34 | + |
| 35 | +**Full Changelog**: https://github.com/NativePHP/laravel/compare/0.1.0...0.1.1 |
| 36 | + |
5 | 37 | ## 0.1.0 - 2023-07-20
|
6 | 38 |
|
7 | 39 | ### 🎉 NativePHP is here!
|
0 commit comments