Skip to main content

Unfold

  • Version 1.0.3

    September 15, 2025
    • new
      YOOtheme Pro 5 ready!
    • added
      Ability to enable/disable FSUnfoldManager debug mode via browser console.
  • Version 1.0.2

    September 08, 2025
    • new
      Nested Unfold elements support.
    • added
      Resize Observer that recalculates the expanded content height on window resize.
    • added
      `FSUnfoldManager` singleton for centralized instance lifecycle and improved performance.
    • added
      Enhanced debug mode with richer manager logging.
    • changed
      Builder integration now listens to `loadPreview` events for reliable preview updates.
    • changed
      Improved re-initialization for dynamically added content (AJAX) so elements initialize without a full page reload.
    • changed
      "Show More" link now points to the content's ID (e.g., href="#my-unfold-id").
    • changed
      Simplified button disappearance to an opacity-only fade to prevent CLS and remove UIkit animation dependency.
    • changed
      Updated empty layout placeholder text for clarity.
  • Version 1.0.1

    August 16, 2025
    • new
      Joomla! 6 ready!
    • new
      PHP 8.5 ready!
    • added
      "data-animation-duration" attribute support to control the unfold animation duration per element.
    • changed
      Installer refactor: replaced installer.php with robust script.php, enhancing dependency management and compatibility checks.
    • changed
      Refactored "TranslationListener": Explicitly handled "JsonException".
    • changed
      Standardized plugin namespace to align with Joomla conventions.
    • changed
      Simplified class structure, streamlined module loading logic, and removed unused imports.
    • changed
      Adjusted schema and metadata files.
    • changed
      Enhanced code readability and maintainability by polishing templates and simplifying logic.
  • Version 1.0.0

    July 04, 2025
    • added
      Initial release