diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d11a9..42227f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [v8.1.2](https://github.com/fabiospampinato/cash/releases/tag/8.1.2) (2022-11-18) + +- Migration guide: mentioning $.fn.css as a potential workaround for ignoring the effects of CSS transforms +- $.fn.html: ensuring script elements are executed, to better align with jQuery +- Switched to a new bundler, minipacco +- Deleted most development dependencies +- Simplified significantly partial compilation +- Ensuring selectors contains escaped dots are handled correctly + ### [v8.1.1](https://github.com/fabiospampinato/cash/releases/tag/8.1.1) (2022-02-16) - Ensuring the proper types for iteration are provided diff --git a/README.md b/README.md index 0b70d08..8fd4e7f 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ If you're migrating from jQuery be sure to read our [migration guide](https://gi ## Usage -Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.1/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@8.1.1/dist/cash.min.js) and use it like this: +Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.2/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@8.1.2/dist/cash.min.js) and use it like this: ```html - +