Skip to content

Commit

Permalink
v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjcorwin committed Apr 27, 2020
1 parent 9a072a9 commit 7cb5001
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 166 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v4.12.0
- Add support for sorting items in a `<tangy-list>` https://github.com/Tangerine-Community/tangy-form/pull/131

## v4.11.5
- Fixes
- Fix `Uncaught TypeError: Cannot read property '_' of undefined` error experienced in some build environments by removing the Underscore dependency.
Expand Down
371 changes: 206 additions & 165 deletions dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tangy-form",
"description": "A form element for lazy loaded multipage forms",
"version": "4.11.5",
"version": "4.12.0",
"main": "tangy-form.js",
"scripts": {
"start": "polymer serve",
Expand Down

0 comments on commit 7cb5001

Please sign in to comment.