Skip to content

Releases: orchestral/canvas

v5.1.1

22 Mar 01:28

Choose a tag to compare

Changes

  • Add --force option to stub:publish artisan command.

v5.1.0

22 Mar 01:27

Choose a tag to compare

Changes

  • Publish Form Request stub.

v5.0.0

03 Mar 15:03

Choose a tag to compare

Added

  • Added stub:publish command via Orchestra\Canvas\Commands\Component.

Changes

  • Update support to Laravel Framework v7.

v4.5.2

27 Feb 04:44

Choose a tag to compare

Changes

  • Only register commands after application has been booted.
  • Use Orchestra\Canvas\Core\Testing\TestCase.

v4.5.1

29 Jan 00:29

Choose a tag to compare

Changes

  • Added --api option for make:model generator.
  • Attempt to make migrations directory when not under Laravel preset.

v4.5.0

21 Jan 00:28

Choose a tag to compare

Changes

  • Split orchestra/canvas-core as separate packages.
  • Bump symfony/yaml minimum version to 4.3 to be aligned with Laravel 6 requirements.

v4.4.2

20 Jan 09:51

Choose a tag to compare

Changes

  • Add missing symfony/yaml to orchestra/canvas-core.

v4.4.1

19 Jan 23:03

Choose a tag to compare

Changes

  • Check if orchestra.canvas is bound to the container before creating a new Laravel preset.

Fixes

  • Fixes console generator stub to use $name instead of $signature property.

v4.4.0

19 Jan 14:22

Choose a tag to compare

Changes

  • Split core classes to orchestra/canvas-core as a subsplit package.
  • Allow to customise testing extended TestCase using yaml configuration.

v4.3.1

15 Jan 10:27

Choose a tag to compare

Fixes

  • Fixed make:migration command without --table option.