Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: MaxRamult/gridstack.js

Tags

v2.0.0-rc2

Toggle v2.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1335 from adumesny/typescript

TS: more fixed for load()

v2.0.0-rc

Toggle v2.0.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1324 from adumesny/typescript

TS v2.0 release candidate

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1318 from adumesny/develop

v1.2.0

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1278 from adumesny/develop

fix 'addWidget' ignores data attributes gridstack#1276

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1220 from adumesny/develop

fix typo

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1178 from adumesny/develop

`minRow` tweaks

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1156 from balajimanoharan/patch-1

README Update : Update name on ember project

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1152 from adumesny/develop

WebComponent support

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gridstack#1136 from adumesny/develop

rev 0.6.3

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 column edit propagation fixes (gridstack#1127)

* more fix gridstack#37 and part2 of gridstack#1120
* editing in 1 column (or few columns) does a better job updating higher layout
* track before and after and move items accordingly. Tracking item swap would be even better still
* column.html demo has been updated to support item delete.
* karma test updated