mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Mention the new replacement for Blaze.getCurrentData
This commit is contained in:
committed by
Avital Oliver
parent
e8ff8c8f0a
commit
6fd2a7e7c9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user