Skip to content

Releases: ibexa/content-forms

v5.0.1

19 Aug 12:13
Compare
Choose a tag to compare

ibexa/content-forms changes between v5.0.0 and v5.0.1

Improvements

  • IBX-9727: Added type-hints and adapted codebase to PHP8+ (#95)

v4.6.23

19 Aug 11:25
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.22 and v4.6.23

No significant changes.

v4.6.22

05 Aug 10:30
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.21 and v4.6.22

No significant changes.

v5.0.0

22 Jul 11:33
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.0.0 and v5.0.0

Improvements

  • IBX-1734: Added PR assigner workflow (#352)
  • IBX-2493: Added invitation intent with role assigment handling for user creation (#29)
  • IBX-2937: Added new relation starting location options (#31)
  • IBX-5569: Switched to reusable generator workflow (#69)
  • IBX-6415: Renamed domain names (#52)
  • IBX-6279: Simplify actions in create and edit modes (#50)
  • IBX-6315: Added url param publishedContentId (#53)
  • IBX-6645: As the User I want to change my data and avatar in User profile
  • IBX-6856: Added view variable mime types for ezimage field type (#55)
  • IBX-8119: Upgraded minimum PHP version to 8.3
  • IBX-8121: Fixed code style for 5.0
  • IBX-8139: Dropped class_alias BC layer statements from all classes (#69)
  • IBX-8138: [Rector] Applied rules from Symfony 5 Rector set lists (#71)
  • IBX-8626: Added block prefix (#73)
  • IBX-8534: Renamed pagelayout parameter (#75)
  • IBX-8470: Upgraded codebase to Symfony 6 (#78)
  • IBX-9727: Added missing type hints (#84)
  • IBX-8471: Upgraded codebase to Symfony 7 (#83)
  • IBX-8471: Fixed outstanding issues after Symfony 7 upgrade (#87)
  • ENG-140: Added auto-assign reviewers GH workflow (#86)
  • IBX-9727: Fixed strict types of FormAction Event & Dispatcher
  • IBX-9727: [Tests] Fixed strict types in test classes after SF 7 upgrade
  • IBX-9727: [Behat] Fixed strict types of Contexts after Symfony 7 upgrade
  • IBX-9727: Fixed the strict types after updating ibexa/core
  • IBX-9727: Fixed strict types of Constraints after Symfony 7 upgrade
  • IBX-9727: [Behat] Added missing array shape to FieldTypeFormContext::$fieldTypeIdentifierMap
  • IBX-9727: Defined generic types for Forms transformers after SF 7 upgrade
  • IBX-9727: [Tests] Aligned Forms transformers tests with generics fixes
  • IBX-9947: Rebranded field type identifiers (#89)
  • IBX-9727: [Behat] Fixed ContentTypeCreateStruct building after strict types changes (#92)
  • IBX-10228: Bumped symfony/* to ^7.3 (#93)

Bugs

  • IBX-1830: Added a new route to determine edit mode (#354)
  • IBX-1819: Added missing update path to DateFieldType (#355)
  • IBX-3289: Fixed validation exception on nulled but required fields (#33)
  • IBX-3451: [Behat] Removed depending on APP_ENV when loading Context services (#62)
  • IBX-3407: Removed doubled validation from user account creation (#36)
  • IBX-3409: Added validation message (#35)
  • IBX-3264: Used service name based on interface instead of implementation (#37)
  • IBX-4796: Proper redirect after content publish (#64)
  • IBX-4486: Disabled Autosave feature for nodraft requests (#66)
  • IBX-5465: Fixed filtering empty author fields (#70)
  • IBX-4031: Forced published non-translatable field to be shown in current field (#71)
  • IBX-6495: Fixed saving non-translatable fields in main language (#74)
  • IBX-7310: Fixed max file size value for Image Asset (#56)
  • IBX-7020: Fixed redirect after saving and closing (#58)
  • IBX-7502: Moved Image asset file validation to field type definition (#61)
  • IBX-7409: Changed Content Type to content type (#59)
  • IBX-7207: Added cast to int contentId and fromVersionNo (#75)
  • IBX-7957: Suppressed validation on Save and Close (#65)
  • IBX-7935: Handled User-related structs in FieldCollectionType dispatcher (#64)
  • IBX-7935: Allowed null value for struct in user Types (#70)
  • IBX-8711: Added setting default for struct option in ContentFieldType (#74)
  • IBX-8980: Fixed getGroupedFields method implementation (#77)

v5.0.0-rc1

11 Jul 13:50
Compare
Choose a tag to compare

ibexa/content-forms changes between v5.0.0-beta1 and v5.0.0-rc1

Improvements

  • IBX-9727: [Behat] Fixed ContentTypeCreateStruct building after strict types changes (#92)

v5.0.0-beta1

12 Jun 13:58
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.0 and v5.0.0-beta1

Improvements

  • IBX-8119: Upgraded minimum PHP version to 8.3
  • IBX-8121: Fixed code style for 5.0
  • IBX-8139: Dropped class_alias BC layer statements from all classes (#69)
  • IBX-8138: [Rector] Applied rules from Symfony 5 Rector set lists (#71)
  • IBX-8626: Added block prefix (#73)
  • IBX-8534: Renamed pagelayout parameter (#75)
  • IBX-8470: Upgraded codebase to Symfony 6 (#78)
  • IBX-9727: Added missing type hints (#84)
  • IBX-8471: Upgraded codebase to Symfony 7 (#83)
  • IBX-8471: Fixed outstanding issues after Symfony 7 upgrade (#87)
  • ENG-140: Added auto-assign reviewers GH workflow (#86)
  • IBX-9727: Fixed strict types of FormAction Event & Dispatcher
  • IBX-9727: [Tests] Fixed strict types in test classes after SF 7 upgrade
  • IBX-9727: [Behat] Fixed strict types of Contexts after Symfony 7 upgrade
  • IBX-9727: Fixed the strict types after updating ibexa/core
  • IBX-9727: Fixed strict types of Constraints after Symfony 7 upgrade
  • IBX-9727: [Behat] Added missing array shape to FieldTypeFormContext::$fieldTypeIdentifierMap
  • IBX-9727: Defined generic types for Forms transformers after SF 7 upgrade
  • IBX-9727: [Tests] Aligned Forms transformers tests with generics fixes
  • IBX-9947: Rebranded field type identifiers (#89)

Bugs

  • IBX-7957: Suppressed validation on Save and Close (#65)
  • IBX-7935: Handled User-related structs in FieldCollectionType dispatcher (#64)
  • IBX-7935: Allowed null value for struct in user Types (#70)
  • IBX-8711: Added setting default for struct option in ContentFieldType (#74)
  • IBX-8980: Fixed getGroupedFields method implementation (#77)

v4.6.21

11 Jun 15:42
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.20 and v4.6.21

No significant changes.

v4.6.20

27 May 12:52
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.19 and v4.6.20

Improvements

  • ENG-140: Added auto-assign reviewers GH workflow (#86)

v4.6.19

08 Apr 19:34
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.18 and v4.6.19

No significant changes.

v4.6.12

04 Oct 12:43
Compare
Choose a tag to compare

ibexa/content-forms changes between v4.6.11 and v4.6.12

Improvements