Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Packery
Commits
0053f0b0
Commit
0053f0b0
authored
12 years ago
by
David DeSandro
Browse files
Options
Download
Email Patches
Plain Diff
feeling like a 0.1 release
parent
b745f7b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
component.json
+12
-3
component.json
notes.md
+7
-0
notes.md
with
19 additions
and
3 deletions
+19
-3
component.json
+
12
-
3
View file @
0053f0b0
{
"name"
:
"packery"
,
"version"
:
"0.
0.1
"
,
"version"
:
"0.
1.0
"
,
"author"
:
"David DeSandro / Metafizzy"
,
"main"
:
[
"./js/rect.js"
,
"./js/packer.js"
,
"./js/item.js"
,
"./js/packery.js"
],
"dependencies"
:
{
"draggabilly"
:
"../draggabilly/"
,
"eventEmitter"
:
">=3"
,
"eventie"
:
"desandro/eventie"
,
"get-size"
:
"desandro/get-size"
,
...
...
@@ -11,6 +16,10 @@
"matches-selector"
:
"desandro/matches-selector"
},
"devDependencies"
:
{
"draggabilly"
:
"../draggabilly/"
,
"qunit"
:
"~1"
}
},
"ignore"
:
[
"test/"
]
}
This diff is collapsed.
Click to expand it.
notes.md
+
7
-
0
View file @
0053f0b0
...
...
@@ -94,3 +94,10 @@ placeElements
6.
release
Item should transition to it destination
## debate
Automatically reveal appended items?
Automatically remove elements from DOM after hiding?
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help