Skip to content

Releases: wire-drupal/wire

v1.2.1

Choose a tag to compare

@hugronaphor hugronaphor released this 29 Dec 17:53
  • Plugin fallback component
  • Introduce Access check on component level via access method

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

Native PHP Attributes

Choose a tag to compare

@hugronaphor hugronaphor released this 12 Oct 09:11
  • Added native PHP Attributes to define WireComponent plugin.
  • Removed unneeded illuminate/macroable

Changelog: v1.1.1...v1.2.0

D11 support

Choose a tag to compare

@hugronaphor hugronaphor released this 27 Sep 19:51
v1.1.1

Correct definition of wire render element.

Fetch url reliability improvement

Choose a tag to compare

@hugronaphor hugronaphor released this 27 Sep 17:59

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

v1.0.7

Choose a tag to compare

@hugronaphor hugronaphor released this 09 Jun 08:27
  • Fix identifying the language prefix from path.

Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@hugronaphor hugronaphor released this 01 Dec 16:10
  • 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

Choose a tag to compare

@hugronaphor hugronaphor released this 23 Oct 15:46
  • 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

Choose a tag to compare

@hugronaphor hugronaphor released this 24 Aug 16:38
  • 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

Choose a tag to compare

@hugronaphor hugronaphor released this 05 Jul 17:21

Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@hugronaphor hugronaphor released this 23 Jun 10:39
  • 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