Skip to content

Commit

Permalink
Updated htmx to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 21, 2024
1 parent bd2ef6b commit a9442dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Added the ability to assign an ID to a component by passing a string as the third argument to the `sprig()` function.

### Changed

- Updated htmx to version 2.0.2 ([changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#202---2024-08-12)).

### Deprecated

- Deprecated `sprig.getIsBoosted`, `sprig.getIsError`, `sprig.getIsHistoryRestoreRequest`, `sprig.getIsInclude`, `sprig.getIsRequest`, `sprig.getIsSuccess`. Use `sprig.isBoosted`, `sprig.isError`, `sprig.isHistoryRestoreRequest`, `sprig.isInclude`, `sprig.isRequest`, `sprig.isSuccess` instead.
Expand Down
1 change: 0 additions & 1 deletion src/resources/lib/htmx/2.0.1/htmx.min.js

This file was deleted.

1 change: 1 addition & 0 deletions src/resources/lib/htmx/2.0.2/htmx.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/services/ComponentsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ComponentsService extends BaseComponent
*
* @since 2.6.0
*/
public const HTMX_VERSION = '2.0.1';
public const HTMX_VERSION = '2.0.2';

/**
* @var string|null
Expand Down

0 comments on commit a9442dd

Please sign in to comment.