Commit Graph
466 Commits
Author SHA1 Message Date
David Morse 1812366c0f feature: Add Chaos demo to test widget placement. 2015-06-04 22:09:17 -06:00
David Morse 1bb8888ec9 chore: convert from css to Less 2015-06-04 21:29:33 -06:00
David Morse 3c1013589e chore: Merge remote-tracking branch 'mergeSource/master'
Add jspm support
2015-06-04 20:15:03 -06:00
David Morse 9abe8c2cca chore: Merge remote-tracking branch 'josephndenton/master'
fixed highlighting while resize is true
2015-06-04 19:57:48 -06:00
David Morse 393b4fc9ec chore: Merge remote-tracking branch 'spalger/master' - make npm ready 2015-06-04 19:41:11 -06:00
Spencer Alger 99e8736b0c make npm ready 2015-05-31 23:13:05 -07:00
David Morse c5da395c53 chore: update RoR build process
Prep for 0.6.10 release.
2015-05-31 10:34:56 -06:00
David Morse aa598a5f9e Merge branch 'master' of https://github.com/dsmorse/gridster.js
updates to make ruby on rails gem work. see pull Request #14 & #15
2015-05-31 10:16:20 -06:00
dsmorse 278afda7bb Merge pull request #15 from ened/fix/rails-gem
RoR gem missed the Engine files
2015-05-31 10:09:28 -06:00
dsmorse b345264e69 Merge pull request #14 from ened/fix/package-json-url
Fixed `npm install` warning
2015-05-31 10:09:02 -06:00
Sebastian Roth 0d75ba53c3 Fixed npm install warning
npm WARN package.json gridster@0.6.9 homepage field must start with a protocol.
2015-05-31 12:36:32 +08:00
Sebastian Roth 4526b7f63e RoR gem missed the Engine files 2015-05-31 12:35:30 +08:00
David Morse 89978099a8 update readme 2015-05-28 20:41:11 -06:00
David Morse 57bf55a8e5 update ruby build config 2015-05-28 20:33:28 -06:00
Joseph Denton c17ebfde25 fixed highlighting while resize is true 2015-05-28 14:04:52 -07:00
David Morse 0ab1348707 Release v0.6.9 2015-05-27 22:14:29 -06:00
David Morse 35426a0ca9 add badge for gem 2015-05-27 22:10:40 -06:00
Sebastian RothandDavid Morse b399504cd4 Create a Ruby on Rails gem 2015-05-27 21:48:50 -06:00
David Morse aa2053b6c6 install bower & grunt globally for travis 2015-05-27 15:55:56 -06:00
David Morse 589864ce36 travis config for bower 2015-05-27 15:47:32 -06:00
David Morse 818321958c enable travis 2015-05-27 15:42:56 -06:00
dsmorse 34b08eb282 Merge pull request #11 from zeroedin-bill/master
for traditional bower users like myself, its just one more thing to 'preen', but if it helps you lets make it happen
2015-05-27 08:26:38 -06:00
David Morse 4cc6915101 Remove if statement from register_widgets that cause them to be dropped from the DOM if they don't have a specific class on them. Fixes bug report #9 2015-05-26 22:15:51 -06:00
Bill Schaller 8d3da5c7b3 Fix invalid require('./jquery-gridster.js') 2015-05-26 16:56:48 -04:00
Bill Schaller ff73959514 Don't ignore src, I need it to build with webpack. 2015-05-26 16:54:00 -04:00
plamoureux 9dcf16913a jspm config 2015-05-23 10:23:49 -04:00
plamoureux f6f16af39f jspm config 2015-05-23 00:54:44 -04:00
plamoureux 75933da99c jspm config 2015-05-23 00:50:14 -04:00
plamoureux e0074c6246 jspm config 2015-05-23 00:19:36 -04:00
plamoureux 55377b9373 jspm config 2015-05-23 00:09:56 -04:00
plamoureux 23ad30cbcc jspm config 2015-05-23 00:08:59 -04:00
David Morse b0ead24af1 add unit test to build process 2015-05-20 22:00:17 -06:00
David Morse d23aa41757 Various bug fixes for moving widgets around 2015-05-20 01:14:03 -06:00
David Morse 0c65f0ab5d JS Doc changes 2015-05-19 20:06:17 -06:00
David Morse 610a143239 Fix expanding widget issue (allow it to collapse again) 2015-05-18 21:46:46 -06:00
David Morse 3cc6192577 Merge branch 'master' of git://github.com/zeroedin-bill/gridster.js into zeroedin-bill-master 2015-05-18 21:30:58 -06:00
David Morse 08da4a4d74 fix unit tests 2015-05-18 21:17:13 -06:00
Bill Schaller c92df6087e Fix undefined exception in update_widgets_dimensions 2015-05-18 16:51:58 -04:00
Bill Schaller a2097cc426 Fix undefined var reference to this.shift_widgets_up - should ref option 2015-05-18 15:05:48 -04:00
Bill Schaller 453cfaab5a Fix issue where dragging a small widget up onto a bottom corner of another widget led to persistent overlap 2015-05-18 15:05:08 -04:00
David Morse de59d89933 Merge branch 'zeroedin-bill-master' 2015-05-18 12:25:46 -06:00
David Morse af979faaf5 fix initialization of sticky layout. 2015-05-18 12:20:36 -06:00
Bill Schaller d60dbd1e3e lint fix, generated dist 2015-05-18 13:47:29 -04:00
Bill Schaller 79fc444e39 Fix grid calculations when wrapper/gridster element is not centered 2015-05-18 13:32:43 -04:00
Bill Schaller 31aad418af Fix gridster width setting in responsive mode
* needs to use 100% instead of 100vw because the container may be smaller than the viewport width
2015-05-18 13:31:19 -04:00
David Morse fa6de00e3a Remove debug code 2015-05-18 02:37:53 -06:00
Eric JohnsonandDavid Morse 0a7ae2ee99 Add new demo page and allow two new features based on Issue #6:
- delay moving components until drag is complete
- allow exact position of grid components (do not move up)
2015-05-18 02:28:57 -06:00
David Morse 4d946ead88 Fix bug with responsive layout if grid in wrapped in a container which has padding. It now limits the width of the widget to the containing element (also helps with scrollbars) 2015-05-13 12:15:05 -06:00
dsmorse 244089c01f Merge pull request #4 from ericop/patch-1
typo on "the" in "inactivity over the last year"
2015-05-12 17:55:07 -06:00
ericop d220fd912f typo on "the" in "inactivity over the last year" 2015-05-12 13:39:50 -04:00