Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 108 forks source link

Update to blaze #22

Closed Neobii closed 10 years ago

Neobii commented 10 years ago

Needs to use the new rendering system: https://github.com/meteor/meteor/wiki/Using-Blaze.

No {{{ }}} will be allowed etc.

jasonxeno commented 10 years ago

+1, I'm in the process of moving to blaze and would love for this package to support it.

newswim commented 10 years ago

+1, it'd be fantastic to see this package supported!

mizzao commented 10 years ago

Is Blaze released yet as part of a Meteor version? I don't think so, right...?

jadeqwang commented 10 years ago

+1. it's possible to do "meteor update --release 0.8.0-rc0" to get blaze -- not released yet, but the new Madewith is on it, and I'd love to be able to use autocomplete in a new feature. :)

Neobii commented 10 years ago

Iron-router, bootstrap-3-account-ui and meteor handlebar helpers all have a blaze branch that they are getting ready.

Adam

On Sun, Mar 23, 2014 at 4:04 PM, Jade Q Wang notifications@github.comwrote:

+1. it's possible to do "meteor update --release 0.8.0-rc0" to get blaze -- not released yet, but the new Madewith is on it, and I'd love to be able to use autocomplete in a new feature. :)

Reply to this email directly or view it on GitHubhttps://github.com/mizzao/meteor-autocomplete/issues/22#issuecomment-38397244 .

mizzao commented 10 years ago

Yep, I'd love to do this, but traveling until 3/31 and won't be able to spend a lot of time on it. It won't be difficult to convert this to Blaze. PRs welcome.

mizzao commented 10 years ago

First Blaze release is out! Please test and post any issues.

dmackinn commented 10 years ago

@mizzao Hey, I just logged an issue. inputAutocomplete doesn't render under 0.8. https://github.com/mizzao/meteor-autocomplete/issues/29

mizzao commented 10 years ago

@dmackinn that appears to be your fault...