Nick Martin
8f4045c1b9
Bump version number for release.
v0.4.0
2012-08-30 21:00:42 -07:00
Nick Martin
41136df962
Add a couple more things to the changelog.
2012-08-30 20:01:57 -07:00
Nick Martin
5a06b8ad12
More docs tweaks.
2012-08-30 18:04:32 -07:00
David Greenspan
5d34cdf1d2
tmpldecl => template in URL fragments
2012-08-30 15:05:41 -07:00
Nick Martin
b3ed049371
Slight reformatting.
2012-08-30 13:48:20 -07:00
David Greenspan
43e2562967
depend on Sizzle, not jQuery
2012-08-30 13:26:04 -07:00
Nick Martin
2430036f6c
Update changelog with changes for release.
2012-08-30 12:44:23 -07:00
David Greenspan
4664e0f506
Don't leak deps from template callbacks ( fix #306 )
2012-08-30 11:42:46 -07:00
Nick Martin
313d84d64d
Add d3 to license file. We're distributing it with our example source code.
2012-08-29 21:39:30 -07:00
Tom Coleman
2b7557472d
Fixed problem with LocalCollection._deepcopy destroying dates.
...
In the browser, `deepcopy` seemed to be successfully cloning dates, but server-side this was not the case. Commit b21da0f274 introduced a `deepcopy` to the process of pulling data out of mongo, so this is needed. Fixes #295
2012-08-29 21:26:39 -07:00
David Greenspan
206f3dbfd8
Merge branch 'spark' into devel
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-08-29 21:04:10 -07:00
David Greenspan
e0b84cd87c
use preserve in todos example
2012-08-29 21:02:31 -07:00
Nick Martin
6b86b82883
Merge branch 'spark-docs' into spark
2012-08-29 20:58:43 -07:00
David Greenspan
e4a5cb6db1
isolate
2012-08-29 20:34:37 -07:00
David Greenspan
3423aee12c
constant regions
2012-08-29 20:07:48 -07:00
David Greenspan
b557de261e
render/renderList, delete old Meteor.ui
2012-08-29 19:04:37 -07:00
David Greenspan
1de8e506a2
preserve
2012-08-29 18:05:40 -07:00
Nick Martin
c839cc137c
Replace or reword references to Meteor.ui
2012-08-29 18:00:17 -07:00
Nick Martin
ee3bd696fe
Move flush to deps. Not the best place for it, but better than core.
2012-08-29 18:00:17 -07:00
David Greenspan
5b03c1f5fb
events, helpers
2012-08-29 17:25:24 -07:00
David Greenspan
9c566c9788
template instances
2012-08-29 16:41:18 -07:00
Nick Martin
df7a24b6cc
Make document structure match navbar, adding needed api boxes, etc.
2012-08-29 16:37:26 -07:00
David Greenspan
d1e56cd94f
good nav
2012-08-29 15:38:49 -07:00
David Greenspan
c42070451f
more template docs
2012-08-29 14:47:08 -07:00
David Greenspan
238cfd9a88
tweaks
2012-08-28 13:11:07 -07:00
David Greenspan
2fd4e4c5c1
more Template work
2012-08-28 13:11:07 -07:00
David Greenspan
bdb89d8c55
Create "Templates" section
2012-08-28 13:11:07 -07:00
David Greenspan
c758bbb164
Move Meteor.flush to Core
2012-08-28 13:11:07 -07:00
David Greenspan
76984e87ac
Further hack docs Markdown for Spark
2012-08-28 13:11:07 -07:00
Nick Martin
6f8f08714b
Merge branch 'devel' into spark
2012-08-27 13:48:45 -07:00
David Greenspan
9005cf34a0
more events decl changes
2012-08-23 12:23:07 -07:00
David Greenspan
2255c61383
more events({... changes
2012-08-23 12:17:53 -07:00
David Greenspan
99c0bfc548
Wrap all templates in labelBranch with name
...
This allows multiple helpers with different names to be called from a Template helper with no landmark ambiguity.
2012-08-23 11:58:14 -07:00
David Greenspan
1ca5357b28
new event map syntax
2012-08-22 19:41:06 -07:00
David Greenspan
0ddc169a9c
fix race condition on list cleanup
2012-08-22 18:40:47 -07:00
David Greenspan
379f608043
begin updating examples for new API
2012-08-22 18:14:15 -07:00
David Greenspan
9fe768989f
past-tense created/rendered/destroyed
...
Consensus is that "render" is too confusing a name for what's obviously a callback (after the template is rendered). We prefer past tense rather than oncreate, onrender, ondestroy.
2012-08-22 16:58:48 -07:00
David Greenspan
c149a10735
Spark.UNIQUE_LABEL, no matching in bare each
2012-08-22 16:21:52 -07:00
David Greenspan
b379b03f70
all Handlebars helpers drop branch labels
2012-08-22 15:44:51 -07:00
David Greenspan
0efe0e26d3
Spark.labelBranch safe on non-element-balanced HTML
2012-08-22 15:15:41 -07:00
David Greenspan
a995e364bf
Fix preserve bug causing landmark not to match
...
Landmarks nested inside a DOM node in a re-rendered range weren't
being preserved, because the selector was being run on the old
DOM and new DOM with the context node from the old DOM. Fix is to
only use the preservation root 'context' option for the case where
the landmark is above the re-rendered region.
2012-08-22 15:02:31 -07:00
David Greenspan
4794ebc447
minor test changes
2012-08-22 14:30:09 -07:00
David Greenspan
2283e3e76f
fix removeEventListener args (FF test failure)
2012-08-22 12:11:55 -07:00
David Greenspan
e3c3fc6674
minor comment tweak
2012-08-22 11:19:27 -07:00
Audrey Roy
ff5fd84d0b
Add clarification to 'Quick start' with link to supported platforms.
2012-08-21 16:09:15 -07:00
Audrey Roy
59d93e1bea
Add WebStorm JS IDE's .idea to .gitignore
2012-08-21 14:58:49 -07:00
David Greenspan
32239218c9
fix IE7 spurious 'change' in copyAttributes not spark
2012-08-21 03:11:39 -04:00
David Greenspan
7eb81ebffb
fix template_tests for IE 7
2012-08-21 02:42:00 -04:00
David Greenspan
a326aa367f
minor comment tweaks
2012-08-21 02:22:53 -04:00
David Greenspan
f70aa390bb
spark_tests pass in IE 7
2012-08-21 02:22:30 -04:00