layout_bg 8.x-1.2

The D10 issue has been closed for awhile (#3259474: Remove deprecated code from layout_bg), but the tests started running just a couple weeks ago. They had been failing to build because of a dependency that isn't really a dependency. Passing now, so we should be good.

layout_bg 8.x-1.1

New features

Link underline is now configurable when setting text color. The library was also changed from being theme-level to being component-level, making it easier for themes to override the layout_bg library.

#3192616: Do not set a text-underline on links with set text color

layout_bg 8.x-1.0

We've been RC2 for several weeks with no issues added. Let's flip the switch to an official release. No changes since RC2.

layout_bg 8.x-1.0-rc1

Issue queue is quiet while usage is growing and test coverage now includes Functional Javascript. Let's make this a release candidate.

One issue: #3155603: Add Functional Javascript tests

layout_bg 8.x-1.0-beta3

New features

Includes a new example module with configuration for a Paragraph type.

No changes to the core functionality of the module.

layout_bg 8.x-1.0-beta1

We're going beta! Why now?

1. Documentation is in good shape
2. The three example modules demonstrate the module can be used as is or easily extended for other purposes
3. It all works in D9.0.0
4. Automated tests offer good coverage

Let's not scare anyone away by leaving this as an alpha any longer.

Please put in issues if there's anything you think we need to do before we go RC.

layout_bg 8.x-1.0-alpha7

New features

The major change is that we are using theme_hook instead of template in the definition of layouts. This change makes it easier to leverage layout_bg to add a background to other layouts. A new example, layout_bg_bricks, shows how this is done.

Also added hook_help and fixed a code styling problem.

layout_bg 8.x-1.0-alpha6

New features

Add a second example module: layout_bg_article_teaser. No changes to the main module.

layout_bg 8.x-1.0-alpha5

New features

This release includes an example module that demonstrates how Layout BG can be used to create cool image effects really easily. No changes to the module itself.

layout_bg 8.x-1.0-alpha4

New features

Two "big" changes:

  1. Now the "Set Text Color" configuration will apply to links in the text, overriding any global link colors. Links will be underlined.
  2. There is a new "Center Content" configuration which is available if the background image is using the "Static" setting, meaning it takes up space in the DOM.

Tests have been updated to cover the new features.

layout_bg 8.x-1.0-alpha3

New features

Major refactoring to make code DRYer and easier to use for your own custom layout plugins. Updated readme to give basic instructions for using this module to make your own layout plugins.

Extensive test coverage added.

layout_bg 8.x-1.0-alpha2

Bug fixes

I fixed a bug where the one-column layout was not working in the Layout Builder UI. Also updated the readme.

Subscribe with RSS Subscribe to Releases for Layout BG