Skip to content

Commit

Permalink
Bumped version to 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiospampinato committed Nov 18, 2022
1 parent 4cb84de commit ffde249
Show file tree
Hide file tree
Showing 8 changed files with 3,666 additions and 3,774 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.1/cash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.2/cash.min.js"></script>
<script>
$(function () {
$('html').addClass ( 'dom-loaded' );
Expand Down

0 comments on commit ffde249

Please sign in to comment.