Mention the new replacement for Blaze.getCurrentData

This commit is contained in:
Andrew Mao
2014-09-08 01:42:03 -04:00
committed by Avital Oliver
parent e8ff8c8f0a
commit 6fd2a7e7c9

View File

@@ -41,7 +41,7 @@ prefix instead of your own username.
* `Template.instance()` (previously `UI._templateInstance()`)
* `Template.body` (previously `UI.body`)
* `new Template` (previously `Template.__create__`)
* `Blaze.getData()` (previously `UI.getElementData`)
* `Blaze.getData()` (previously `UI.getElementData`, or `Blaze.getCurrentData` with no arguments)
* Deprecate the `ui` package. Instead, use the `blaze` package. The
`UI` and `Blaze` symbols are now the same.