== Changelog ==

Releases before 0.3.0. The current release is in readme.txt.

= 0.2.5 =
* Dialog Icon can now take its icon from the theme's icon font (a Material
  Symbols name such as `info`) or from the WordPress Icon Registry (a
  registered icon such as `core/info`). The block stores which one it means.
  Existing Dialog Icon blocks keep rendering exactly as before.
* Icon Registry icons: choose from an Icon library in the toolbar, flip or
  rotate them, and set their width, colour, border and padding.
* Icon font icons: choose the icon font, set the font size, and adjust the
  Fill, Weight, Grade and Optical size axes, each resettable on its own.
* Dialog Icon can be used in posts and pages, not only inside a Dialog
  template part.
* The Sheet and Dialog open button now takes its size, shape, colour and
  states from the theme's button styles (`wp-element-button`) instead of
  drawing its own filled Material 3 button. On a theme that styles WordPress
  buttons it matches that theme's buttons; on one that does not, it is a plain
  button.
* The close button's hover transition uses the Material 3 Expressive motion
  curve.
* Requires WordPress 7.1, which provides the Icon Registry.
* The editor script is now built from `src/`; the readable source ships with
  the plugin.

= 0.2.4 =

* Adds the Object Media Dialog block: one reusable per-page native dialog for
  viewing an object's attached media at full size.
* Removes reference-implementation class names from the markup this plugin
  ships. `ax-icon-button`, `ax-menu`, and `ax-text-field` exist only in the
  Axismundi Lab, so every element carrying one was depending on styles that are
  not part of any release; the components' own classes were already doing the
  work. Rendering is unchanged.

= 0.2.3 =

* Match the Theme's supported Uncategorized template-part area so Sheet and
  Dialog pickers continue to list their default parts in the Site Editor.

= 0.2.2 =

* Keep the standard `theme//slug` template-part contract for Sheet and Dialog
  content while using the core-supported General template-part area.
* Remove the plugin-defined `sheet` and `dialog` area registrations so the
  Theme Directory does not categorize the parts as unsupported.

= 0.2.1 =

* Expose the native basic-dialog surface to dynamic Axismundi interaction
  blocks, so contextual UI can reuse the accessible dialog chrome without a
  template-part indirection.

= 0.2.0 =

* Add a Post Quick View Trigger block: a microblog-style comments action (icon
  plus count) for a Post Template that opens the shared quick view, falling back
  to the post's comments anchor when the hub or scripting is unavailable.
* Add a singleton Post Quick View block: one per-page dialog that lazy-loads the
  clicked post over the REST API — title, meta, featured image, content, and a
  read-only comment thread with Reddit-style reply folding.
* Let logged-in readers post comments and threaded replies from a fixed
  composer without leaving the feed: a per-comment Reply puts the composer in
  "replying to" mode, the thread refetches and expands on success, and
  moderation is honoured. Anonymous commenting links out to the full post.

= 0.1.0 =

* Initial release of the Dialogs collection with Sheet and Dialog host blocks.
* Side and bottom sheets with modal/standard, docked/detached, edge, width, and
  body/sheet scrolling controls.
* Basic, list, and full-screen Material 3 dialogs.
* Native `<dialog>` and Interactivity API runtime with animated dismissal,
  backdrop and Escape handling, focus restoration, responsive modal fallback,
  scroll lock, and smooth standard-sheet page push.
* Editable Sheet and Dialog template-part areas with title, icon, and close
  companion blocks.
* Reduced-motion and RTL support via logical properties.

