8000 Tags · peter-sharp/swing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: peter-sharp/swing

Tags

v3.1.0

Toggle v3.1.0's commit message
3.1.0

v4.3.0

Toggle v4.3.0's commit message
feat: add (optional) prepend argument (gajus#107)

* Bugfix [onSpringUpdate used Card.transform instead of config.transform]

* Optionally prepend cards instead of appending. Possible fix for gajus#4

* Syntax consistency + fixed comments

* updating param for stack.createCard function

* adding @param for prepend to card constructor

v4.2.0

Toggle v4.2.0's commit message
feat: add dragend event (gajus#90)

* Trigger dragend manually if Hammer panning was not initiated yet.

* Check for isDraging because Chrome may fire mouseup without mousedown when clicking multiple times in a row.

v4.1.0

Toggle v4.1.0's commit message
fix: make the examples work locally (fixes gajus#75)

v4.0.1

Toggle v4.0.1's commit message
Merge branch 'master' of github.com:gajus/swing

v4.0.0

Toggle v4.0.0's commit message
chore: replace pragmatist (gajus#86)

* style: sort entries in gitignore

* chore: add .editorconfig

* style: sort package.json

* chore: replace Pragmatist build with Babel

* chore: replace Pragmatist test with Mocha

* chore: replace Pragmatist lint with ESLint

* chore: remove Pragmatist

* chore: move ./tests to ./test

* style: fix style

* docs: fix docs

* chore: add a precommit hook

* chore: fix .travis.yml

* chore: add commitmsg hook

* feat: use semantic-release

BREAKING CHANGE: Unreleased changes from previous PRs potentially introduce breaking changes.

1.1.4

Toggle 1.1.4's commit message
ESLint.

1.1.3

Toggle 1.1.3's commit message
Using of lists inside card make links unclickable on non touch devices.

0