Skip to content

v1.3.0 - 2023-10-30

Compare
Choose a tag to compare
@caendesilva caendesilva released this 30 Oct 17:45
· 3627 commits to master since this release
0ed0f15

1.3.0 - 2023-10-30

Added

  • Added support for setting custom content when calling source file creator actions directly in #1393
  • Added support for setting a custom post date when calling post file creator action directly in #1393
  • Added optional FileNotFoundException constructor parameter to set a custom exception message #1398
  • Added a new helper method to the base Command class to ask for a string input from the user in #1416
  • The realtime compiler dashboard is now interactive, and allows you to make edits to your project right from the browser #1392

Changed

  • Realtime Compiler: The DashboardController class is now marked as internal, as it is not intended to be used outside of the package #1394
  • Updated the realtime compiler server configuration options in #1395 (backwards compatible)
  • Updated the realtime compiler to generate the documentation search index each time it's requested in #1405 (fixes #1404)
  • Updated the navigation menu generator to remove duplicates after running the sorting method in #1407 (fixes #1406)
  • Updated the exception message caused by missing source option for featured images to include the path of the file that caused the error in #1409
  • Narrows down parsed BladeMatter array types to array<string, scalar> (Experimental feature not covered by BC promise) in #1410
  • Internal code refactors and improvements in #1410, #1411, and #1413

Fixed

  • Catch RealtimeCompiler dashboard OutOfBoundsException in #1384
  • Updated dropdown navigation menus to support setting priority in config in #1387 (fixing hydephp/hyde#229)
  • Updated the vendor publish command to support parent Laravel Prompts implementation in #1388
  • Fixed wrong version constant in #1391
  • Fixed improperly formatted exception message in #1399
  • Fixed missing support for missing and out of date search indexes when previewing site #1404 in #1405
  • Fixed duplicate navigation items not giving precedence to config defined items #1406 in #1407

What's Changed in the Monorepo

Full Changelog: v1.2.0...v1.3.0