ebt_core 1.4.36

Bug fixes

Added 'initial preprocess' to support Drupal 11 new theme hook system.

ebt_core 1.4.35

Bug fixes

This release contains a fix for:
Issue #3541485 by victorvico1966: Error: Call to a member function hasField() on null in ebt_core_preprocess_block()

Error: Call to a member function hasField() on null in ebt_cta_preprocess_block() (line 261 of ebt_core.module)

ebt_core 1.4.34

Bug fixes

Fix Background Image field for Remote Video and Video media types.

ebt_core 1.4.33

Bug fixes

This release contains a fix for background images.

ebt_core 1.4.31

Bug fixes

This release contains a fix for:
Issue #3533194 by imranbcc: Update field_group module dependency to v4

ebt_core 1.4.29

New features

Added fields for setting background-position and background-size in EBT/EPT component. Extra Block Types (EBT) and Extra Block Paragraphs (EPT) have now new Background Position and Background Size fields for settings CSS background-position and background-size.

See Demo:
https://drupalbook.org/whats-new/added-fields-setting-background-position-and-background-size-ebtept-component

ebt_core 1.4.28

This release contains only update login for Width field. It will work even without 'Edge to Edge' option. By default Width field is 'Auto', so it will not affect on EBT blocks without changing Width value.

ebt_core 1.4.26

New features

This release adds template suggestion for ebt_* paragraphs:
paragraph--ebt_bundle--view_mode--custom.html.twig

for example:
paragraph--ebt-slideshow--default--custom.html.twig

ebt_core 1.4.25

New features

This release contains only this change:
Pass mobile/tablet/desktop breakpoints from settings to javascript.

ebt_core 1.4.24

This release added new settings for Background Videos, It also add support for Local Videos.

ebt_core 1.4.23

This release doesn't contain any bugfixes or new feature.

ebt_core 1.4.22

Added Minimal EBT settings field widget. This field widget shows only three fields Width, Spacing and Edge to Edge:
https://drupalbook.org/ebt/extending-ebt-settings-form

Issue #3432952 by dunx: Good work! Can you implement style restrictions?

ebt_core 1.4.21

New features

Added a library for EBT Starterkit generator.
Getting started documentation:
https://drupalbook.org/ebt/creating-new-ebt-module

ebt_core 1.4.20

This release contains only fixes for EBT Starterkit.

EBT Starterkit module allows to generate new EBT modules (for Drush 12+):
drush generate ebt:module
Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block functionality.

ebt_core 1.4.19

This release contains:
- Added EBT Starterkit module for generation a new EBT module (for Drush 12+):
drush generate ebt:module
Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block functionality.

- Moved ebt_core_remove_helder module in modules subfolder.

ebt_core 1.4.18

New features

This release contains:
- Added EBT Starterkit module for generation a new EBT module (for Drush 12+):
drush generate ebt:module
Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block functionality.

- Moved ebt_core_remove_helder module in modules subfolder.

ebt_core 1.4.17

Bug fixes

This release contains fix for Design Options DOM Box fields:
Issue #3423634 by Sweetchuck: Design options fall apart with D10.2 Claro and Olivero

Min-height was updated for all input fileds in DOM Box

.design-options__margin-box input[type=text] {
  min-height: 30px;
}

ebt_core 1.4.16

New features

This release contains:
#3418633 by saccard: Ignores customized paragraph--ept-accordion-section--default.html.twig in theme folder

Templates for EPT/EBT blocks and paragraphs now can be overidden in theme template folder by using addionally '--custom' suffix in template name. For example:

block--block-content--ebt-accordion--custom.html.twig
block--block-content--ebt-accordion.html.twig

paragraph--ept-accordion--default--custom.html.twig
paragraph--ept-accordion--custom.html.twig
paragraph--ept-accordion--default.html.twig

ebt_core 1.4.14

Bug fixes

This release contains:
Issue #3419307 by kevinb623: Error: Class "DrupalCodeGenerator\Command\BaseGenerator" not found

EBT module generator was moved to 2.0.x branch, for Drupal 10+ and Drush 12+.

ebt_core 1.4.13

New features

Added Drush command to generate EBT module (for Drush 12+):
drush generate ebt:module

Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block fuctionality.

ebt_core 1.4.11

Bug fixes

Fixed styles for Layout Builder iFrame Modal module.

ebt_core 1.4.10

New features

This release contains submodule EBT Core Remove Helper:
Issue #3342967 by Dave Kopecek: EBT Settings field prevents uninstall of ebt_core

It helps to remove all EBT blocks and field_ebt_settings from the site.

Other fixes in this release:
Issue #3351966 by RenatoG: Provide help text description for the edge to edge inside of EBT Core
Issue #3351981 RenatoG: Adding a missing description for the Border Styles at Design options of EBT core
Issue #3351757 RenatoG: Provide a shortcut link for the EBT Core configuration form

ebt_core 1.4.9

Bug fixes
New features

This release contains:
Fix problem with DOM Box styles in Olivero theme
Issue #3346623: Fix the array multiline definition on element_validate to follow the standards at ebt_core
Issue #3345374: Default value for border radius isn't working on edit page
Issue #3345122: Add referente to ebt_micromodal in the documentation, at ebt project list
Issue #3343588: Validate if the breakpoints are different
Issue #3343454: Organize the Global Settings with field groups for colors, breakpoints and width values

ebt_core 1.4.8

Bug fixes

This release contains fixes for Colorpicker:
Issue #3342959: Add the colorpicker pop-up in the color fields of global settings form

ebt_core 1.4.7

New features

This release has new config for colors:
Issue #3342894: Global settings form missing element validator for color fields
Issue #3342896: Add the missing "Background Color" into global settings form
Issue #3342923: Replace hard-coded strings with HEX color code to use constants
Issue #3342901: Set the ebt_core_background_color in the config/install to new users
Issue #3342902: Create the hook_updat_N to set the default value of the new field "Background Color"

ebt_core 1.4.6

New features

Add new helper method:
Issue #3342555: Create a generic Helper at ebt_core side to validate common fields from other ebt_* projects E.g. customClassValidator

ebt_core 1.4.5

New features

Add validation method for colors:
Issue #3341467: Use the ebt core method to validate the HEX color element

ebt_core 1.4.4

Bug fixes

This release contains only this bug fix:
Issue #3340723: Wrong validation on Border Color

ebt_core 1.4.3

Bug fixes

This release contains code style fixes and adding help information about EBT modules. We have been working on documentation for EBT modules, so you will see it soon.

ebt_core 1.4.1

Bug fixes

Added style fixes for DOM fields
Added links to EBT Stats, EBT Quote modules

ebt_core 1.4.0

New features

- Drop support for Drupal 8 in 1.4+ EBT modules. Since 1.4 version EBT modules will support Drupal 9.3+.
- Removed validation for existing FileUrlGenerator service.

This version will be used for better automatic testings to prevent messages about deprecated code.

ebt_core 1.4.x-dev

New features

Drop Drupal 8 support and add Drupal 10 support.

ebt_core 1.3.4

Bug fixes
Unsupported

- Added installation tests
- Fixed code sniffer errors
- Updated readme file

This is last 1.3.x release for Drupal 8.x. But feel free to open issue for Drupal 8.x if you still use it.

ebt_core 1.3.3

New features
Unsupported

Added default values for configuration form.

ebt_core 1.3.2

New features
Unsupported

Add color and breakpoint fields.

ebt_core 1.3.1

Bug fixes
Unsupported

Fixed wrong default value for Background color field in Design Options.

ebt_core 1.3.0

New features
Unsupported

1.3.x branch will have less code for EBT modules, because of:
- Move hook_theme_registry_alter to ebt_core
- Move hook_ENTITY_TYPE_view in ebt_core

ebt_core 1.2.3

Bug fixes
Unsupported

Fixed styles for EBT form wihtout horizontal tabs

ebt_core 1.2.2

Bug fixes
Unsupported

Fixed CSS Box styles in admin theme.

ebt_core 1.2.1

Bug fixes
New features
Unsupported

This release contains a lot of enhancements:

ebt_core 1.0.0

Bug fixes
Unsupported

Added fixes for nested EBT settings.

Pages

Subscribe with RSS Subscribe to Releases for Extra Block Types (EBT): Core