You are here

CHANGELOG.txt in Panelizer 8.3

Same filename and directory in other branches
  1. 8.5 CHANGELOG.txt
  2. 8.4 CHANGELOG.txt
  3. 7.3 CHANGELOG.txt
Panelizer 8.x-3.x-dev, xxxx-xx-xx
---------------------------------
#2866705 by japerry: Add handling for revision support when saving custom
  panelizer layouts.
#2856471 by phenaproxima, samuel.mortenson, japerry: IPE on Panelizer nodes
  should only allow for custom overrides.


Panelizer 8.x-3.0-beta2, 2017-04-07
-----------------------------------
#2850246 by DamienMcKenna: Added a new permission to control who has access to
  the 'reset to default' option, added some tests for IPE functionality.
#2852739 by DamienMcKenna: Added files for controlling the codeclimate testing
  system.
#2854655 by DamienMcKenna: Added a custom composer.json file to clearly define
  the dependencies.
By DamienMcKenna: Grouped theme functions together in panelizer.module.
By DamienMcKenna: Tidied up the dependencies a little.


Panelizer 8.x-3.0-beta1, 2017-02-04
-----------------------------------
#2828840 by hctom, DamienMcKenna: Handle entity types that use
  RevisionableInterface but are not revisionable.
#2664574 by artreaktor, phenaproxima, hctom, jiff, floretan: Add support for
  Taxonomy Term entities.
#2835590 by DamienMcKenna: Hide the custom Panelizer field, it's no longer used.
#2800991 by garethhallnz: Allow other modules to change the view_mode being
  rendered.
#2847351 by porchlight, rvillan, DamienMcKenna: Permission to 'Set as Default'
  in the Panelizer IPE.
#2727629 by samuel.mortenson, Dane Powell, dsnopek: Panelized nodes sporadically
  become locked.
#2664572 by hctom, balsama, smurrayatwork, DamienMcKenna: Support for user
  entities.
By DamienMcKenna: Does not support comment entities.
#2835587 by DamienMcKenna: Minor UX tweaks, code improvements.


Panelizer 8.x-3.0-alpha3, 2016-12-15
------------------------------------
#2664648: Added unit tests for PanelizerDefaultPanelsStorage and
  PanelizerFieldPanelsStorage.
Reverted #2664616.
#2688951 by swentel, hampercm, wiifm: Panels IPE javascript loaded, even when
  you have no access to the in place editor.
#2760051 by Gravypower: Undefined index: #attached.
#2795375 by webflo: Theme suggestions are in the wrong order.
#2820562 by jiff: Node functional test fails due to non-existent permission.
#2716071 by Xano: PanelizerFieldPanelsStorage::access() calls entity access with
  incorrect operations and excludes cacheability metadata.
#2693163 by samuel.mortenson: Quick Edit support for fields displayed using the
  ctools_field block.
#2700597 by samuel.mortenson, mdooley: Explicitly set the Panels IPE URL root
  when saving in Panelizer.
#2664682 by juampynr, EclipseGc, phenaproxima, balsama, japerry, Dane Powell,
  samuel.mortenson, hctom: Implement admin UI for editing Panelizer defaults.
#2701349 by EclipseGc: Generate new UUIDs for displays when switching from
  default to field storage.


Panelizer 8.x-3.0-alpha2, 2016-02-16
------------------------------------
- Add basic functional tests.
- Add permission for changing layout.
- "Undefined Index: label in Drupal\panelizer\Panelizer->getPermissions()."
- Contextual blocks not shown in the IPE.
- PanelizerFieldType::generateSampleValue() needs to specify a view mode.


Panelizer 8.x-3.0-alpha1, 2016-02-05
------------------------------------
Initial D8 port by dsnopek and the Panels contributors.

File

CHANGELOG.txt
View source
  1. Panelizer 8.x-3.x-dev, xxxx-xx-xx
  2. ---------------------------------
  3. #2866705 by japerry: Add handling for revision support when saving custom
  4. panelizer layouts.
  5. #2856471 by phenaproxima, samuel.mortenson, japerry: IPE on Panelizer nodes
  6. should only allow for custom overrides.
  7. Panelizer 8.x-3.0-beta2, 2017-04-07
  8. -----------------------------------
  9. #2850246 by DamienMcKenna: Added a new permission to control who has access to
  10. the 'reset to default' option, added some tests for IPE functionality.
  11. #2852739 by DamienMcKenna: Added files for controlling the codeclimate testing
  12. system.
  13. #2854655 by DamienMcKenna: Added a custom composer.json file to clearly define
  14. the dependencies.
  15. By DamienMcKenna: Grouped theme functions together in panelizer.module.
  16. By DamienMcKenna: Tidied up the dependencies a little.
  17. Panelizer 8.x-3.0-beta1, 2017-02-04
  18. -----------------------------------
  19. #2828840 by hctom, DamienMcKenna: Handle entity types that use
  20. RevisionableInterface but are not revisionable.
  21. #2664574 by artreaktor, phenaproxima, hctom, jiff, floretan: Add support for
  22. Taxonomy Term entities.
  23. #2835590 by DamienMcKenna: Hide the custom Panelizer field, it's no longer used.
  24. #2800991 by garethhallnz: Allow other modules to change the view_mode being
  25. rendered.
  26. #2847351 by porchlight, rvillan, DamienMcKenna: Permission to 'Set as Default'
  27. in the Panelizer IPE.
  28. #2727629 by samuel.mortenson, Dane Powell, dsnopek: Panelized nodes sporadically
  29. become locked.
  30. #2664572 by hctom, balsama, smurrayatwork, DamienMcKenna: Support for user
  31. entities.
  32. By DamienMcKenna: Does not support comment entities.
  33. #2835587 by DamienMcKenna: Minor UX tweaks, code improvements.
  34. Panelizer 8.x-3.0-alpha3, 2016-12-15
  35. ------------------------------------
  36. #2664648: Added unit tests for PanelizerDefaultPanelsStorage and
  37. PanelizerFieldPanelsStorage.
  38. Reverted #2664616.
  39. #2688951 by swentel, hampercm, wiifm: Panels IPE javascript loaded, even when
  40. you have no access to the in place editor.
  41. #2760051 by Gravypower: Undefined index: #attached.
  42. #2795375 by webflo: Theme suggestions are in the wrong order.
  43. #2820562 by jiff: Node functional test fails due to non-existent permission.
  44. #2716071 by Xano: PanelizerFieldPanelsStorage::access() calls entity access with
  45. incorrect operations and excludes cacheability metadata.
  46. #2693163 by samuel.mortenson: Quick Edit support for fields displayed using the
  47. ctools_field block.
  48. #2700597 by samuel.mortenson, mdooley: Explicitly set the Panels IPE URL root
  49. when saving in Panelizer.
  50. #2664682 by juampynr, EclipseGc, phenaproxima, balsama, japerry, Dane Powell,
  51. samuel.mortenson, hctom: Implement admin UI for editing Panelizer defaults.
  52. #2701349 by EclipseGc: Generate new UUIDs for displays when switching from
  53. default to field storage.
  54. Panelizer 8.x-3.0-alpha2, 2016-02-16
  55. ------------------------------------
  56. - Add basic functional tests.
  57. - Add permission for changing layout.
  58. - "Undefined Index: label in Drupal\panelizer\Panelizer->getPermissions()."
  59. - Contextual blocks not shown in the IPE.
  60. - PanelizerFieldType::generateSampleValue() needs to specify a view mode.
  61. Panelizer 8.x-3.0-alpha1, 2016-02-05
  62. ------------------------------------
  63. Initial D8 port by dsnopek and the Panels contributors.