Skip to content

Commit

Permalink
Update 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Dec 13, 2024
1 parent 22efbf9 commit ed84cb8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions collections/_landings/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@ class: prose prose-zinc max-w-3xl mx-auto
# Updates
{:.text-center.text-zinc-800.sm:text-5xl.sm:font-black.md:text-6xl}

## December 13, 2024

> swissup/breeze:2.19.2
**🐛 Fixes**

- Fixed possible not working "Checkout" in the minicart dropdown.

**🏗️ Improved developer experience**

- Better compatibility with jquery.validate plugin API.
- Align ajax data preprocessing with jQuery Ajax API.
- Allow create HTML elements with second argument:

```js
$('<div>', {
id: 'id',
title: 'title',
class: 'class names'
});
```

## December 12, 2024

> swissup/breeze:2.19.1<br>
Expand Down

0 comments on commit ed84cb8

Please sign in to comment.