Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `livewire-sortablejs` will be documented in this file.

## 1.0.1 - 2024-10-12

- Update sortablejs from v1.15.1 to v1.15.3

## 1.0.0 - 2024-09-26

- Change npm package organization name from 'nextapps-be' to 'wotz' (https://github.com/wotzebra/livewire-sortablejs/pull/55)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some
### CDN

```html
<script src="https://unpkg.com/@wotz/livewire-sortablejs@1.0.0/dist/livewire-sortable.js"></script>
<script src="https://unpkg.com/@wotz/livewire-sortablejs@1.0.1/dist/livewire-sortable.js"></script>
```

### NPM
Expand Down
4 changes: 2 additions & 2 deletions dist/livewire-sortable.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/livewire-sortable.js.map

Large diffs are not rendered by default.

23 changes: 12 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wotz/livewire-sortablejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Laravel Livewire plugin to use Sortable.js",
"main": "dist/livewire-sortable.js",
"author": "Günther Debrauwer",
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/wotzebra/livewire-sortablejs"
},
"dependencies": {
"sortablejs": "^1.15.1"
"sortablejs": "^1.15.3"
},
"devDependencies": {
"esbuild": "^0.19.5"
Expand Down