summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixes to package.jsonArthur Verschaeve2015-03-061-8/+5
|/
* Merge pull request #1387 from alexdiliberto/bug-fix-keydown-ul-hiddenLea Verou2015-03-042-19/+27
|\ | | | | [BUGFIX] Keydown evts when `ul` hidden shouldn't trigger component handling
| * Merge branch 'gh-pages' into bug-fix-keydown-ul-hiddenAlex DiLiberto2015-03-036-19/+109
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gh-pages: fix issue entering a value that doesn't exist. Improved advanced examples section, improved email example, added tags example remove useless if statement Add minification via Google's Closure Compiler Service. use string as parameter to Awesomeplete readded position:absolute to make sure clip is working reliably advanced examples, email example removed all leftover legacy visually hiding methods removed border and padding and updated clip syntax removed the setStatus helper and moved the updating of the aria-live region directly into the goto method changed hiddena11y property to visually-hidden class add a live region that announces the selected item add styles to hide only visually
| * | Updated to user prototype getter `opened` for keydown handlingAlex DiLiberto2015-02-252-2/+6
| | |
| * | [BUGFIX] Keydown events while `ul` is hidden should not trigger component ↵Alex DiLiberto2015-02-242-69/+66
| | | | | | | | | | | | | | | | | | | | | | | | actions This fixes a bug where previously, if the `ul` was hidden, the component would still act upon keydown events for Enter/Esc/Up/Down To replicate the previous bug: In the demo, you can select `Java` then keyup and down. You know see that the context is not within the input tag iself, however it's within the component which is still selecting items from the previously searched list.
* | | Merge pull request #9757 from drd/feature/its-a-moduleLea Verou2015-03-042-9/+43
|\ \ \ | | | | | | | | Make awesomplete a CJS/AMD module
| * | | Export as CJS module; possible to load in non-browser environmentsEric O'Connell2015-03-022-9/+43
| | |/ | |/|
* | | Merge pull request #14490 from ScottPolhemus/move-eventLea Verou2015-03-042-0/+7
|\ \ \ | |/ / |/| | Add an event for when the highlighted item changes
| * | Add awesomplete-highlight eventScott Polhemus2015-03-022-0/+7
| | |
* | | Merge pull request #14804 from ImBobby/gh-pagesLea Verou2015-03-032-9/+14
|\ \ \ | |/ / |/| | fix entering a value that doesn't exist.
| * | fix issue entering a value that doesn't exist.ImBobby2015-03-032-9/+14
|/ /
* | Merge pull request #14475 from vlazar/features/minificationLea Verou2015-03-021-0/+20
|\ \ | | | | | | Add minification via Google's Closure Compiler Service.
| * | Add minification via Google's Closure Compiler Service.Vladislav Zarakovsky2015-02-281-0/+20
| | |
* | | Merge pull request #12411 from mauriciosoares/feature/string-as-parameterLea Verou2015-03-021-56/+56
|\ \ \ | | | | | | | | use string as parameter to Awesomplete
| * \ \ Merge branch 'gh-pages' of https://github.com/LeaVerou/awesomplete into ↵Mauricio Soares2015-03-024-13/+71
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | feature/string-as-parameter Conflicts: awesomplete.js
* | | | Improved advanced examples section, improved email example, added tags exampleLea Verou2015-03-023-68/+49
| |/ / |/| |
* | | Merge pull request #6614 from sillero/gh-pagesLea Verou2015-02-282-0/+63
|\ \ \ | | | | | | | | advanced examples, email example
| * | | advanced examples, email exampleGustavo Sillero2015-02-252-0/+63
| | |/ | |/|
* | | Merge pull request #26 from ginader/gh-pagesLea Verou2015-02-282-0/+14
|\ \ \ | |/ / |/| | added a live region that announces the selected item
| * | readded position:absolute to make sure clip is working reliablyDirk Ginader2015-02-261-0/+1
| | |
| * | removed all leftover legacy visually hiding methodsDirk Ginader2015-02-251-4/+0
| | | | | | | | | | | | visually-hidden now uses exclusively clip: rect(0, 0, 0, 0);
| * | removed border and padding and updated clip syntaxDirk Ginader2015-02-221-4/+2
| | | | | | | | | | | | Border Margin and Padding are not needed in this case and Awesomeplete does not support IE7 so the clip syntax can be to standard with commas
| * | removed the setStatus helper and moved the updating of the aria-live region ↵Dirk Ginader2015-02-211-5/+1
| | | | | | | | | | | | directly into the goto method
| * | changed hiddena11y property to visually-hidden classDirk Ginader2015-02-202-2/+2
| | |
| * | add a live region that announces the selected itemDirk Ginader2015-02-191-0/+13
| | |
| * | add styles to hide only visuallyDirk Ginader2015-02-191-0/+10
| | |
| | * remove useless if statementMauricio Soares2015-03-011-1/+1
| | |
| | * use string as parameter to AwesomepleteMauricio Soares2015-02-271-55/+55
| |/ |/|
* | configure() function to initialize instance properties, updated minified fileLea Verou2015-02-242-25/+51
| |
* | Added replace method, to make the email use case easierLea Verou2015-02-244-128/+158
| |
* | Merge pull request #1031 from juanto121/fixing_min_char_docsLea Verou2015-02-241-1/+1
|\ \ | | | | | | Fixing #72
| * | Fixing #72Juan Torres2015-02-241-1/+1
| | |
* | | Merge pull request #785 from cfj/threequalsLea Verou2015-02-241-10/+10
|\ \ \ | |/ / |/| | Replace == with ===
| * | Replace == with ===Jonathan Svärdén2015-02-231-10/+10
| | |
* | | Merge pull request #1007 from sunny/patch-1Lea Verou2015-02-241-3/+3
|\ \ \ | | | | | | | | Minor README HTML fix
| * | | Minor README HTML fixSunny Ripert2015-02-241-3/+3
| | | | | | | | | | | | The `<datalist>` markdown was actually beeing rendered on Github's README.
* | | | Merge pull request #269 from vlazar/patch-1Lea Verou2015-02-241-2/+4
|\ \ \ \ | |/ / / |/| | | Reuse Array.prototype.slice & shrink minified size
| * | | Reuse Array.prototype.slice & shrink minified sizeVladislav Zarakovsky2015-02-221-2/+4
| |/ /
* | | Merge pull request #295 from vlazar/patch-4Lea Verou2015-02-241-1/+1
|\ \ \ | | | | | | | | Code style: fix the only place with single quotes
| * | | Code style: fix the only place with single quotesVladislav Zarakovsky2015-02-221-1/+1
| |/ /
* | | Merge pull request #279 from vlazar/patch-3Lea Verou2015-02-241-9/+3
|\ \ \ | |/ / |/| | Use Function.prototype.bind for cleaner code
| * | Use Function.prototype.bind for cleaner codeVladislav Zarakovsky2015-02-221-9/+3
|/ / | | | | Also reduces minified size
* | Merge pull request #71 from neems/gh-pagesLea Verou2015-02-221-0/+74
|\ \ | | | | | | README addition
| * | READMEneems2015-02-221-1/+3
| | |
| * | READMEneems2015-02-221-0/+72
|/ /
* | Merge branch 'gh-pages' of github.com:LeaVerou/awesomplete into gh-pagesLea Verou2015-02-211-1/+1
|\ \
| * \ Merge pull request #43 from HugoGiraudel/gh-pagesLea Verou2015-02-221-1/+1
| |\ \ | | | | | | | | [RFR] Recommended using `async` attribute when including the script
| | * | Recommended using `async` attribute when including the scriptHugo Giraudel2015-02-211-1/+1
| |/ /
* | | Improved transitionLea Verou2015-02-211-1/+1
|/ /
* | Merge pull request #25 from brunobatista/patch-1Lea Verou2015-02-201-0/+18
|\ \ | | | | | | Added support for bower package manager
| * | Added support for bower package managerBruno Batista2015-02-201-0/+18
| | |
* | | Merge pull request #6 from anttisykari/init-only-after-dom-loadedLea Verou2015-02-201-3/+13
|\ \ \ | |/ / |/| | Init only after dom loaded
| * | Also support the case where awesomplete is loaded after DOM has been loadedAntti Sykäri2015-02-201-2/+10
| | |
| * | Only initialize inputs after document has finished loadingAntti Sykäri2015-02-191-2/+4
| | | | | | | | | | | | | | | This makes it possible to put <script src='awesomeness.js'> directly in <head> like you would do with jquery or whatever.
* | | Fixed #9Lea Verou2015-02-191-1/+1
| |/ |/|
* | Reverted #2 due to old version of Prism and the plugins included. Using ↵Lea Verou2015-02-191-2/+2
| | | | | | | | https now though!
* | Fix #3Lea Verou2015-02-192-2/+24
| |
* | Merge branch 'gh-pages' of github.com:LeaVerou/awesomplete into gh-pagesLea Verou2015-02-192-10/+10
|\ \
| * \ Merge pull request #7 from euphocat/gh-pagesLea Verou2015-02-191-1/+1
| |\ \ | | | | | | | | Typo in a local link
| | * | Typo in a local linkNicolas Baptiste2015-02-191-1/+1
| | |/
| * | Merge pull request #5 from arthurvr/patch-1Lea Verou2015-02-191-5/+5
| |\ \ | | |/ | |/| Fix missing semicolons
| | * Fix missing semicolonsArthur Verschaeve2015-02-191-5/+5
| |/
| * Merge pull request #4 from anttisykari/gh-pagesLea Verou2015-02-191-1/+1
| |\ | | | | | | Fixed typo
| | * Fixed typoAntti Sykäri2015-02-191-1/+1
| | |
| * | Merge pull request #2 from captn3m0/patch-1Lea Verou2015-02-191-3/+3
| |\ \ | | |/ | |/| Shifts to cdnjs for prismjs links
| | * Shifts to cdnjs for prismjs linksAbhay Rana2015-02-191-3/+3
| |/ | | | | The old links were getting blocked over HTTPS.
* | DatalistLea Verou2015-02-192-2/+2
|/
* Added browser supportLea Verou2015-02-192-1/+6
|
* Added browser supportLea Verou2015-02-192-1/+7
|
* Added blog post linkLea Verou2015-02-191-1/+1
|
* Fixed Safari bugLea Verou2015-02-192-15/+5
|
* More docs, more features, more bugfixesLea Verou2015-02-193-6/+53
|
* More docs, more features, more bugfixesLea Verou2015-02-195-116/+353
|
* First commitLea Verou2015-02-184-0/+719
|
* Initial commitLea Verou2015-02-181-0/+22