Skip to content

Releases: spryker-sdk/spryk-gui

0.2.2

22 Apr 10:01
15637ac
Compare
Choose a tag to compare

Included commits: 0.2.1...0.2.2

Improvements

  • Removed ondrejmirtes/better-reflection from dependencies.

0.2.1

28 Sep 14:00
7ab967d
Compare
Choose a tag to compare

Included commits: 0.2.0...0.2.1

Improvements

  • Added PHP 8 compatibility.

0.2.0

25 Jun 12:55
327ec5c
Compare
Choose a tag to compare

Included commits: 0.1.8...0.2.0

Breaking Changes

  • Increased Spryk module version dependency.
  • Increased Symfony module version dependency.
  • Adjusted BuildController::indexAction() to show the PreBuildForm instead of SprykMainForm.

Improvements

  • Introduced PreBuildForm to choose the values for BuildController::buildAction().
  • Adjusted SprykDetailsForm so now it displays all the required arguments of the used Spryk.
  • Introduced BuildController::buildAction() to show the SprykMainForm.
  • Introduced SprykDefinition.enterModuleManually transfer property.
  • Adjusted SprykFacadeInterface::getSprykDefinitions() dependency.
  • Introduced SprykGuiConfig::getTopLevelSprykCategoryName(), SprykGuiConfig::getCommonSprykCategoryName() and SprykGuiConfig::getSprykCategories().

Fixes

  • Fixed process run for Docker SDK driven environment.
  • Fixed typo in SprykGuiFacadeInterface::getAccessibleTransfers() method return type description.

0.1.8

04 Nov 14:57
220aa29
Compare
Choose a tag to compare

Included commits: 0.1.7...0.1.8

Improvements

  • Replaced Zend dependency with Laminas module.

0.1.7

09 Oct 16:38
f73cd26
Compare
Choose a tag to compare

Included commits: 0.1.6...0.1.7

Fixes

  • Updated dependencies.

0.1.6

17 Sep 10:45
48637dc
Compare
Choose a tag to compare

Included commits: 0.1.5...0.1.6

Fixes

  • Replaced deprecated usage of array access with setter for the Container.

0.1.5

07 Oct 07:47
3664ca0
Compare
Choose a tag to compare

Included commits: 0.1.4...0.1.5

Improvements

  • Adjusted Spryk::getApplicationBySprykName() to include Glue spryks.

0.1.4

26 Jul 10:50
5ce761d
Compare
Choose a tag to compare

Included commits: 0.1.3...0.1.4

Bugfixes

  • Switched from string to array for the command line argument.

0.1.3

25 Jul 10:07
Compare
Choose a tag to compare

Included commits: 0.1.2...0.1.3

Improvements

  • Added Service to the available list of applications.

0.1.2

02 Jul 14:38
723220e
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Improvements

  • Introduced SprykGuiConfig::isSprykWebInterfaceEnabled() to enable/disable Spryk web interface.