GutenBricks
  • 🚀 Getting Started
    • Next: Common Troubleshooting Issues
    • Next: Configure Page Template to render
    • Next: Manage Block using Template Bundles
    • 🤔Most common troubleshooting step
  • 🌟Features
    • Working with Elements
    • Variants
    • InnerBlock
    • Fine-Tune Text Editing
    • Dynamic Class
    • Code Block with Dynamic Data
    • 💡Quick Tips
      • Dynamic Short Code
      • Accordion Block using InnerBlock
    • ⚡Advanced
      • Custom Block HTML ID
      • Value Binding (coming soon)
      • Creating "comments and docs" inside a template
      • Globally Updating Block Styles
      • Block Wrapper Dynamic Class
      • Working with WPML or Polylang
  • 🏀Dynamic Data
    • GB:Meta
    • ACF
      • Setting Up ACF
      • Post Object Field (in-progress)
    • Meta Box
      • Setting Up Meta Box (In-progress)
      • Post Field (in-progress)
    • Built-in GutenBricks Dynamic Data
  • 🍰Client Experience
    • Documenting Blocks
    • Custom Block Preview
    • Custom Pop-up Text
    • Default Page Template
  • 🛠️Customizing Gutenberg
    • Gutenberg Editor Custom CSS
      • CSS Snippet: Make the block section not full height for ACSS
  • 🤹Resources
    • 👩‍💻 Developer API
      • echo:gb_current_element_id returns unique ID
      • GutenBricks Events for Gutenberg Editor
      • gb_get_field()
      • Unique IDs
      • Filter: gutenbricks_bricks_theme_name
    • 🔌 Third Party Integrations
      • ACSS integration with GutenBricks
        • ACSS 2.8.0 Section padding missing
      • ACF / Meta Box integration
    • ❤️ Our Approach and Philosophy
  • 📖 Changelog
    • Known issues and bugs
    • Current Changelog
    • Past Changelog
      • v1.1-RC (Released as v1.1.0)
      • v1.0-RC (Released as v1.0)
Powered by GitBook
On this page
  1. 📖 Changelog
  2. Past Changelog

v1.1-RC (Released as v1.1.0)

PreviousPast ChangelogNextv1.0-RC (Released as v1.0)

Last updated 7 months ago

v.1.1.0-RC3 (Oct 6, 2024)

  • NEW: Icons for variant and toggle in Bricks Structure View

  • NEW: JavaScript events when block is rendered within Gutenberg editor ()

  • NEW: Configure where the code blocks should run (frontend or Gutenberg editor)

  • NEW: Dynamic class for Block wrapper

  • NEW: When "render content" is enabled, blocks render instantly within Gutenberg editor

  • IMPROVED: Rendering Performance

  • IMPROVED: Cleaner HTML structure for blocks without wrapper elements

  • REMOVED: JavaScript for editor

  • FIXED: Page template didn't work well with staging environment

  • FIXED: Font too small when using rem in Gutenberg editor

v.1.1.0-RC2.1 (Sep 14, 2024)

  • FEATURE: Save block data as block content which can be a fallback content when GutenBricks or Bricks Builder is deactivated

  • BUGFIX: Remove warnings

  • BUGFIX: Broken styles in Gutenberg Editor

v.1.1.0-RC2 (Sep 4, 2024)

  • FEATURE: Blocks reflecting the Bricks Theme Style

  • FEATURE: JavaScript block to run everytime the block is re-rendered within the editor

  • BUGFIX: Some users reporting InnerBlock not working and blocks are not registered

  • BUGFIX: Warnings

  • IMPROVEMENT: Tested up to Bricks 1.10.1, warning notification removed

  • BUGFIX: Text icon breaks

  • BUGFIX: Internal Link not rendering properly

v.1.1.0-RC1 (Aug 5, 2024)

  • FEATURE: InnerBlock

  • FEATURE: Custom Popup Message

  • FEATURE: Add a button to go to template post

Learn More