Skip to content

Releases: mousemke/flounder

Flounder 0.4.6

26 Jan 11:37
Compare
Choose a tag to compare

just like 0.4.5 except pointing to the right branch

Flounder - 0.4.5

26 Jan 11:21
Compare
Choose a tag to compare
  • [default] the default data is now [] in case of initially empty dropdowns
  • changed how microbe is required and installed

Flounder - 0.4.4

25 Jan 12:24
Compare
Choose a tag to compare
  • [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

21 Jan 17:40
Compare
Choose a tag to compare
  • [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 to this bound functions for clarity and testing
  • [build] improves multiTag support for data that's initially supplied as a string

Flounder 0.4.2

19 Jan 17:19
Compare
Choose a tag to compare
  • [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

18 Jan 11:08
Compare
Choose a tag to compare

[build] setSelectValue is now bound to flounder again

pushing this to supplant 0.4.0 bugs

Flounder - 0.4.0

15 Jan 18:10
Compare
Choose a tag to compare

BREAKING CHANGES

  • [api] changed language of all contextual statements setIndex becomes setByIndex, 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

14 Jan 17:48
Compare
Choose a tag to compare
  • [api] added clickText, disableText, enableText, and setText
  • [api] correctly bound this to mapped set and click functions

Flounder 0.3.1

08 Jan 16:35
Compare
Choose a tag to compare
  • [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

07 Jan 18:39
Compare
Choose a tag to compare
  • [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