Releases: wire-drupal/wire
Releases · wire-drupal/wire
v1.2.1
- Plugin fallback component
- Introduce Access check on component level via
accessmethod
Full Changelog: v1.2.0...v1.2.1
Native PHP Attributes
- Added native PHP Attributes to define WireComponent plugin.
- Removed unneeded
illuminate/macroable
Changelog: v1.1.1...v1.2.0
D11 support
v1.1.1 Correct definition of wire render element.
Fetch url reliability improvement
Removed using app url generated on server as this would cause issues in reversed proxy infrastructure.
v1.0.7
- Fix identifying the language prefix from path.
Changelog: v1.0.6...v1.0.7
v1.0.6
- Dropped support for DCG V2 in favor of DCG V3 which means Drush 12 is now required to use
drush generate wirecommand.
Changelog: v1.0.5...v1.0.6
v1.0.5
- Component's render method now handles appropriately a
NULLreturn which will skip rendering the component; - Added
wireThistwig function andwireJstwig 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
- Pass in proper Wire ID on Subsequent Request.
- Add
hasErrorshelper toValidatesInputtrait for cleaner code when dealing with User input.
Changelog: v1.0.3...v1.0.4
v1.0.3
- Improve previous: 6ea0084
Changelog: v1.0.2...v1.0.3
v1.0.2
- 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