Skip to content

Latest commit

 

History

History
152 lines (104 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

152 lines (104 loc) · 10.7 KB

Change Log

8.x-1.0-rc1 (2017-09-25)

Full Changelog

Fixed bugs:

  • Drupal 8.4.x compatibility #126
  • Defining library dependencies #120
  • Looks for templates in the wrong folder #110
  • Field destination values are not saved correctly #99
  • Make sure that preview property is not required to be set #90

Closed issues:

  • Views page result not displaying entity fields #132
  • Theme configuration and UI Patterns Views Problem #131
  • Pattern link encountered unexpected error #130
  • Setup project development using Drupal Component Scaffold #128
  • Field Groups are not working #111
  • Document that field_layout is required to assign patterns to displays #107
  • Should a views pattern work with Search API? #103
  • Class "Drupal\ui_patterns\Plugin\Validation\Constraint\PatternConstraintTrait" does not exist #100
  • Cannot add fields at Manage display page #95
  • Decentralise plugin manager responsibilities towards pattern plugin classes #91

Merged Pull Requests

  • Add entity and view objects to pattern context #97 #138 (ademarco)
  • Use getLabel on field definition #135 (ademarco)
  • Defining library dependencies #120 #134 (ademarco)
  • Drupal 8.4.x compatibility #126 #133 (ademarco)
  • Setup project development using Drupal Component Scaffold #128 #129 (ademarco)
  • Make sure that preview property is not required to be set #90 #115 (ademarco)
  • Looks for templates in the wrong folder #110 #114 (ademarco)
  • Fix Travis build #113 (ademarco)
  • Fix field select option values #98 (aleksip)
  • Decentralise plugin manager responsibilities towards pattern plugin classes #91 #92 (ademarco)

8.x-1.0-beta7 (2017-04-12)

Full Changelog

Fixed bugs:

  • Improve "use:" property processing #83

Closed issues:

  • Fatal error when setting pattern as default field formatter #28

Merged Pull Requests

  • Support new Drupal 8.3 layout_discovery core module and decommission layout_plugin #80 #93 (ademarco)
  • Move preview and YAML definition to a separate module #86 #88 (ademarco)
  • Improve "use:" property processing #83 #84 (ademarco)

8.x-1.0-beta6 (2017-03-19)

Full Changelog

Fixed bugs:

  • Fatal Error When Defining Library For Pattern #67
  • Recursion (max function nesting level) #53

Closed issues:

  • Refactor tests #69

Merged Pull Requests

  • Allow multiple sources to be mapped to the same destination #81 #82 (ademarco)
  • Use TypedData API to define and validate pattern definitions #78 #79 (ademarco)
  • Make patterns actual objects #71 #72 (ademarco)
  • Refactor tests #69 #70 (ademarco)
  • Refactor pattern plugins to use derivatives #66 #68 (ademarco)
  • Add pattern layout hook suggestions #63 #64 (ademarco)

8.x-1.0-beta5 (2017-02-08)

Full Changelog

Fixed bugs:

  • Support preview views UI #54

Closed issues:

  • Twig Error Loader: Unable to find template in ui_patterns/template #58
  • Use generic .twig extension for a better integration with tools like PatternLab #49

Merged Pull Requests

8.x-1.0-beta4 (2017-01-28)

Full Changelog

Closed issues:

  • Add example theme #29

Merged Pull Requests

8.x-1.0-beta3 (2017-01-25)

Full Changelog

Closed issues:

  • [IMPORTANT] Rename pattern theme prefix from "pattern__" to "pattern_" #36

Merged Pull Requests

  • [IMPORTANT] Rename pattern theme prefix from "pattern__" to "pattern_" #36 #37 (ademarco)
  • Add theme hook suggestions #31 #32 (ademarco)

8.x-1.0-beta2 (2017-01-23)

Full Changelog

Closed issues:

  • Improve documentation #25
  • Fix warning when saving view mode layouts #9

Merged Pull Requests

  • Improve pattern definition validation #20 #27 (ademarco)
  • Improve documentation #25 #26 (ademarco)
  • Allow Twig namespaces in pattern definitions in order to override pattern template file #14 #24 (ademarco)
  • Support for finding templates in subfolders #16 #23 (ademarco)
  • Allow multiple pattern definition files #15 #22 (aleksip)
  • Provide Display Suite field template plugin #7 #21 (ademarco)
  • Add a new pattern render element #12 #19 (ademarco)
  • Integrate patterns with views #8 #18 (ademarco)
  • Add mapping source plugin #5 #11 (ademarco)

8.x-1.0-beta1 (2017-01-09)

Closed issues:

  • Add tests for paragraphs and field groups #6
  • Use Bootstrap as base theme for demo site #3

* This Change Log was automatically generated by github_changelog_generator