layout_builder_kit 2.0.0-beta1

Bug fixes

Layout Builder Kit 2.0.0-beta1, 2024-03-12
------------------------------------------
Changes since 2.0.0-alpha2:
- Removed superfluous getPluginDefinition and getPlugin.
- Add $configuration protected instance variable.
- Tested against PHP 8.2 and Drupal 10.1/10.2.

Layout Builder Kit 2.0.0-alpha2, 2022-12-06
------------------------------------------
Changes since 2.0.0-alpha1:
- Turns out $events['hook_event_dispatcher.theme'] is needed after all.

layout_builder_kit 3.0.x-dev

New features

This major branch:

  • bumps Hook Event Dispatcher to version 4, which will make it incompatible with projects that have modules using HED 3
  • will be where experimentation with Single Directory Components occurs
  • will be where new features are developed.

Due to these dependencies, this major version branch (3) will require Drupal 10.1 and above. If a project can't upgrade to HED 4 or needs to run on Drupal 9.5 for a little longer, version 2 branch is the solution.

layout_builder_kit 2.0.0-alpha2

Bug fixes

Layout Builder Kit 2.0.0-alpha2, 2022-12-06
------------------------------------------
Changes since 2.0.0-alpha1:
- Turns out $events['hook_event_dispatcher.theme'] is needed after all.

See CHANGELOG.txt for more.

layout_builder_kit 2.0.0-alpha1

New features

Layout Builder Kit 2.0.0-alpha1, 2022-12-05
------------------------------------------
Changes since 2.0.0-dev (2022-11-16):
- It looked like the ThemeHookEvents::THEME constant wasn't available (see
https://www.drupal.org/project/layout_builder_kit/issues/3282326) however the problem was transient for me.
Might still need to use $events['hook_event_dispatcher.theme'][] = ['themeEvent'] but we'll see.

layout_builder_kit 8.x-1.0-beta5

Bug fixes
New features
Unsupported

Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.

layout_builder_kit 8.x-1.0-beta4

Bug fixes
New features
Unsupported

Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.

layout_builder_kit 8.x-1.0-beta3

Bug fixes
New features
Unsupported

Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.

We have 7 components:
- Book Navigation
- Image Component
- Icon Component
- Render Component
- Rich Text Component
- Tab Component
- Video Component

layout_builder_kit 8.x-1.0-beta2

Bug fixes
New features
Unsupported

Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.

We have 7 components:
- Book Navigation
- Image Component
- Icon Component
- Render Component
- Rich Text Component
- Tab Component
- Video Component

layout_builder_kit 8.x-1.0-beta1

Bug fixes
New features
Unsupported

Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.

We have 6 components:
- Book Navigation
- Image Component
- Icon Component
- Rich Text Component
- Tab Component
- Video Component

Documentation
-------------
Find the documentation at:
https://performantlabs.gitbook.io/layout-builder-kit

layout_builder_kit 8.x-1.0-alpha2

Bug fixes
New features
Unsupported

Layout Builder Kit(LBK) includes basic components that you can use within your Drupal site. The components can be used in Block Layout or Layout Builder.

We have 5 components:

  • LBKIconText
  • LBKImage
  • LBKRichText
  • LBKTab
  • LBKVideo

Now LBKIconText and LBKImage use entities to store configuration.

layout_builder_kit 8.x-1.0-alpha1

Unsupported

Layout Builder Kit(LBK) includes basic components that you can use within your Drupal site. The components can be used in Block Layout or Layout Builder.

We have 5 components:

  • LBKIconText
  • LBKImage
  • LBKRichText
  • LBKTab
  • LBKVideo
Subscribe with RSS Subscribe to Releases for Layout Builder Kit