0.8.5
- The standalone JS build now has all modules named (not anonymous). This allows it to be used in Require.js environments (#89)
- Fixed bug causing CMD+A to make control not editable (when in "single" mode) (#194)
- Fixed bug causing the dropdown to be incorrectly positioned after the entire selection is deleted via
deleteSelection()
(#190)