-
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.9.0 #80
v0.9.0 #80
Conversation
Conflicts: src/js/typeahead.js
…port Conflicts: src/js/typeahead.js
The example-URL should be prominent in the readme.
…typeahead-css Conflicts: Gruntfile.js src/css/typeahead.css src/dropdown_view.js src/input_view.js src/typeahead_view.js test/typeahead_view_spec.js
fixed typo
Escape regex characters when updating hint
…ad.js into integration-0.9.0 Conflicts: src/js/dataset.js src/js/typeahead.js
…head.js into integration-0.9.0 Conflicts: Gruntfile.js dist/typeahead.css dist/typeahead.min.css package.json src/dropdown_view.js src/typeahead.js test/dropdown_view_spec.js test/typeahead_view_spec.js
Support headers and footers
Inherit input's value on typeahead initialization
Fix some input value oddities
…o-suggestions Hide headers and footers when the dataset contains no suggestions
Dataset refactoring
v0.9.0 will be feature complete after I wrap up #61 later tonight. |
Change behavior of autocomplete
…typeahead.js into integration-0.9.0 Conflicts: src/dataset.js src/dropdown_view.js test/dropdown_view_spec.js test/playground.html
Defer on triggering typeahead:initialized
Make value key configurable
…arding/typeahead.js into integration-0.9.0 Conflicts: test/dataset_spec.js
Some remote suggestions stuff is broken right now, I'll fix it soon. |
Seems like the problem with the remote suggestions is on this line: This commit assumes a |
Yeah, I fixed the issue in #121. I was hoping to release v0.9.0 today, but I didn't get a chance to work on typeahead.js this weekend. I'll try and get it out within the next few days. |
Awesome, thanks :) |
Status update: I've had some real life stuff happen that's consuming my week, so it's looking more and more likely like v0.9.0 is going to be delayed until this weekend. |
oh, too bad, I was looking forward the release for my work :/ |
Fix bug introduced in #115
… into integration-0.9.0 Conflicts: README.md
Refer to the milestone for more info.
Both #15 and #25 have been merged into this branch.
I've also started to work on the README here.