Releases: mousemke/flounder
Releases · mousemke/flounder
Flounder 0.4.6
just like 0.4.5 except pointing to the right branch
Flounder - 0.4.5
- [default] the default
data
is now[]
in case of initially empty dropdowns - changed how microbe is required and installed
Flounder - 0.4.4
- [default] adjusted handling of numbers as values
- [default] unless specified, the default on multiple enabled flounders is nothing selected
- [build] moved reconfigure
reconfigure is depreciated from the api and will be removed in 0.5.0
- [build] modified data type detection
- [build] selectDataOverride now clears the unused option tags
- [api] reconfigure is depreciated to an internal function. rebuild now handles both use cases
- [api] modified native select rebuilt values
- [api] rebuild rebuilt
- [api] destroy now removes placeholder
- [api] added css for loading and failed loading
- [utils] added removeAllChildren
Flounder - 0.4.3
- [tests] added flounder tests
- [test] added constructor tests
- [flounder] added read-only version number
- [flounder] multiTag flounders now get a default placeholder if not supplied
- [flounder] fixed a bug affecting defaultValues with an index 0
- [version] added
src/core/version.js
- [version] added
scripts/version_bump.js
- [search] search is now initialized only when it will be used
- [build] added
___isBound
tothis
bound functions for clarity and testing - [build] improves multiTag support for data that's initially supplied as a string
Flounder 0.4.2
- [api] added buildFromUrl
- [api] added loadDataFromUrl
- [api] added onFirstTouch
- [build] select boxes that have no options as targets now use data
- [build] the default option when not specified if the data set is empty is the default placeholder
- [build] changed the default value priority
- [flounder] changed sortData to not break with strings
- [flounder] microbe and promise now required to build
- [config] added selectDataOverride for empty select boxes
Flounder 0.4.1
[build] setSelectValue is now bound to flounder again
pushing this to supplant 0.4.0 bugs
Flounder - 0.4.0
BREAKING CHANGES
- [api] changed language of all contextual statements
setIndex
becomessetByIndex
, etc
Other changes
- [config] added onComponentWillUnmount()
- [config] added try/catch to all config functions
- [build] placeholder will only be added to selectboxes that do not have a first option with '' as a value. otherwise the text will be changed to the new placeholder value.
- [build] fixed bugs in construction when using a selectbox as a target
- [utils] tweaked addClass
Flounder 0.3.2
- [api] added clickText, disableText, enableText, and setText
- [api] correctly bound this to mapped set and click functions
Flounder 0.3.1
- [search] fixed a bug in value length detection
- [defaults] removed defaultTextIndent. this can be handled by css
- [api] added disableIndex and disableValue
- [api] added enableIndex and enableValue
Flounder 0.3.0
- [api] getOption is now getData
- [api] getData now provides all data when no number is given
- [api] getSelectedOptions is now getSelected
- [api] rebuildSelect is now rebuild
- [api] added clickIndex and clickValue
- [api] added props
- [api] added reconfigure
- [default] multipleTags is now false by default
- [search] added Sole (a ROVer derivitive) for fuzzy search