-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.10.0 #335
v0.10.0 #335
Conversation
// list of files / patterns to load in the browser | ||
files = [ | ||
'test/vendor/**/*', | ||
'src/version.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps src/**/*
to avoid having to add/update/remove files more than once?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files from src/ need to be loaded in a certain order, so using a wildcard won't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha
If anyone is interested, you can view the README I'm working on for v0.10.0 here. Keep in mind that it's a living document so it'll change. |
Hi guys, would you tell me when the v0.10.0 will be available? do you have a deadline for this? Best Regards, |
I was aiming for the end of July, but a more realistic time frame is probably early to mid-August. If you want to be notified when it's released, either watch this issue or follow @typeahead on Twitter. |
Fantastic. We'll be waiting for news on both channels. |
Hi, What are the news on this next version? An idea of the release date? Thanks in advance. |
My headers are being rendered after the suggestions.
Also, if I add custom formatting for a suggestion I get a error:
Code with templates.suggestion:
Other than that, everything is working great! Thanks |
Figured out the suggestion template issue (PICNIC error). The templates reference a function where the datum is passed in directly. My solution was to write a function to compile the html (hence, precompiled, should make that more clear if you can):
|
Apologies for my disappearance. I'm back though and am hoping to get v0.10 out some time in January. |
v0.10.0 is feature complete. If you want to play around with it, check out http://twitter.github.io/typeahead.js/beta/ |
Fix render with no element
Remove pre-existing cursor on hover
Conflicts: src/typeahead/plugin.js
Autoselect is great, but it doesn't highlight the item that hitting enter will submit. Not sure if that was an explicit design decision (doesn't seem to make much sense) but if is, I'd appreciate at least an option to enable it. |
@joshuajenkins totally agree. Unfortunately that's how it's going to ship for v0.10.0, but I'm hoping to change that for v0.10.1. |
BTW, it's looking like v0.10 should ship within the next 48 hours. |
See milestone for details.