Skip to content

Releases: wire-drupal/wire

v1.2.1

29 Dec 17:53

Choose a tag to compare

  • Plugin fallback component
  • Introduce Access check on component level via access method

Full Changelog: v1.2.0...v1.2.1

Native PHP Attributes

12 Oct 09:11

Choose a tag to compare

  • Added native PHP Attributes to define WireComponent plugin.
  • Removed unneeded illuminate/macroable

Changelog: v1.1.1...v1.2.0

D11 support

27 Sep 19:51

Choose a tag to compare

v1.1.1

Correct definition of wire render element.

Fetch url reliability improvement

27 Sep 17:59

Choose a tag to compare

Removed using app url generated on server as this would cause issues in reversed proxy infrastructure.

v1.0.7

09 Jun 08:27

Choose a tag to compare

  • Fix identifying the language prefix from path.

Changelog: v1.0.6...v1.0.7

v1.0.6

01 Dec 16:10

Choose a tag to compare

  • Dropped support for DCG V2 in favor of DCG V3 which means Drush 12 is now required to use drush generate wire command.

Changelog: v1.0.5...v1.0.6

v1.0.5

23 Oct 15:46

Choose a tag to compare

  • Component's render method now handles appropriately a NULL return which will skip rendering the component;
  • Added wireThis twig function and wireJs twig filter to enhance JavaScript handling of data;
  • Namespaces microptimization;
  • Update Alpinejs 3.12.1 => 3.13.0;
  • Use libraries standard Drupal libraries to serve Wire's assets;
  • Wire is now self-sufficient so any dependency to Drupal core libraries is removed;

Changelog: v1.0.4...v1.0.5

v1.0.4

24 Aug 16:38

Choose a tag to compare

  • Pass in proper Wire ID on Subsequent Request.
  • Add hasErrors helper to ValidatesInput trait for cleaner code when dealing with User input.

Changelog: v1.0.3...v1.0.4

v1.0.3

05 Jul 17:21

Choose a tag to compare

Changelog: v1.0.2...v1.0.3

v1.0.2

23 Jun 10:39

Choose a tag to compare

  • CSRF token is now pulled from meta tag instead of generating on each Wire request
  • Ensure new compiled dist get updated version for cache bust
  • Turbolinks integration bridge
  • Clean-up possible dirty query argument

Changelog: v1.0.1...v1.0.2