Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

0.2.0 - 2024-12-13

Added

  • Allow phlex_layout(false) to be used to reset disable layout.
  • Allow phlex_layout_handler(:default) to be used to reset to the default layout handler.

Removed

  • Don't delete layout options when deleting layout (eg via phlex_layout(false))

Fixed

  • phlex_layout should accept a Phlex::SGML class, not instance.
  • phlex_layout_handler called with nil resets it to the default handler.

0.1.0 - 2024-08-28