experience_builder 0.4.1-alpha1

Bug fixes
New features

This release introduces an early version of the new Experience Builder AI module.

dynamic_image_generator 1.0.1

New features

Dynamic Image Generator Module - Release Notes
Version 1.0.1 - Initial Release
🚀 Features
Custom Entity Type: Create and manage reusable image templates (Image Template entity).
HTML/CSS Template Support: Define custom HTML and CSS for image generation, with full token and Twig support.
Token Replacement: Use Drupal tokens and custom tokens to inject dynamic content into images.
Background Images: Upload and reference multiple images in templates via [image_1], [image_2], etc.

simple_datatables_integration 1.0.3-rc1

New features

Summary of Changes:
- Added new configuration options:
- `Per Page Selector`: Allows users to define custom pagination options via a comma-separated list.
- `Search Type`: Enables users to choose between "Any word" or "Exact match" search behavior.

universal_entity_api 1.0.0

New features

🎉 Initial stable release of Universal Entity API

Includes:
- Deep normalization of referenced entities (paragraphs, media, nested blocks)
- Field pruning (?fields=title,field_image)
- Sorting and pagination support
- Endpoints for nodes, blocks, menus, taxonomy, config
- OpenAPI spec + Swagger UI at /api-docs
- Fully plug-and-play for decoupled frontends (Next.js, React)
- README and project documentation added

universal_entity_api 1.0.x-dev

New features

### 🆕 Features in 1.0.x-dev

- `/api/{entity_type}/{bundle}/{id}`: Fetch any Drupal entity with deeply normalized references
- `/api/node/{bundle}/list`: Node listing with pagination, sorting, filtering, and field pruning
- `/api/block/{bundle}/list`: Structured custom block data for decoupled components
- `/api/menu/{menu_name}?depth=n`: Hierarchical menu trees with field values and descriptions
- `/api/config/basic`: Output basic site config (site name, logo, theme)
- `/api/entity-type/list`: Dynamic discovery of all entity types and bundles

Pages

Subscribe with RSS Subscribe to RSS - New features