Skip to content

Releases: mousemke/flounder

Flounder 0.2.9

06 Jan 10:32
Compare
Choose a tag to compare

checkClickTarget now fails better

Flounder 0.2.8

05 Jan 17:40
Compare
Choose a tag to compare
  • structure style tweaked
  • internal abstractions
  • fixed a multi-tag event leak

Flounder - 0.2.7

30 Dec 17:29
Compare
Choose a tag to compare
  • fixed a destroy event leak
  • fixed a selectbox event leak
  • added "destroy all" demo button
  • changed flounder <-> element references in react
  • $ now sets flounder as 'flounder' with data
  • µ now sets flounder as 'flounder' with set
  • flounder now detects, destroys, and re-instantiates with the new options if it is given an element that already has a flounder

Flounder 0.2.6

29 Dec 17:25
Compare
Choose a tag to compare
  • split file structure
  • removed the checks for 0 length flounder creation objects. If there is nothing to render, flounder will just render nothing
  • onOpen and onClose will now not fire until flounder is set up
  • destroy now preserves the container it was buit in
  • better checks for target

Flounder - 0.2.5

28 Dec 16:32
Compare
Choose a tag to compare
  • fixed removeClass
  • added qunit
  • added nightmare testing

Flounder 0.2.4

22 Dec 17:10
Compare
Choose a tag to compare
  • updated default defaults
  • added better error message for 0 length targets
  • now allows for native selection by letter
  • flounder leaves references to itself on .flounder and the original target
  • destroy cleans up references
  • selection after a search clears the search field
  • defaults are correctly determined inside header based flounders
  • removeClass fix
  • search opens properly with keypresses
  • hidden search options no longer appear on keypress
  • search input now clears on up/down navigation
  • space in a search field no longer closes the field
  • selected field gets out of the way on search

Flounder 0.2.3

18 Dec 17:55
Compare
Choose a tag to compare
  • simplified how keypresses are handled
  • fixed first keypress bug (#23)
  • updated examples and example pics
  • updated default css
  • added additional package keywords
  • updates to readme
  • fixed a bug based on select tags NOT being arrays
  • fixed a bug that stopped data from being passed from the config object
  • brought back _slice and the constructor position

Flounder 0.2.2

17 Dec 17:28
Compare
Choose a tag to compare
  • improvements in defaults
  • react improvements
  • debug mode added to demo page
  • added better aria support
  • programmatically setting value or index no longer triggers onSelect
  • changed rebuildOptions to rebuildSelect for clarity
  • changed this.options to this.data for clarity
  • added the ability to build sections with headers
  • refactored some build functions

Flounder 0.2.1

16 Dec 17:20
Compare
Choose a tag to compare
  • added setValue to API
  • added disable classes to the css
  • internal fixes
  • added hasClass
  • changed setValueClick
  • added disable to API
  • added classes config object
  • broke up the main flounder file
  • readme updates

Flounder 0.2.0

14 Dec 17:46
Compare
Choose a tag to compare

LOTS OF CHANGES - check your code!

  • user callbacks now keep their name internally for dynamic changes
  • some users callback now give the array of selected values (see examples)
  • _default is now defaultValue
  • the constructor now accepts µ and $ objects and returns an array of flounders
  • a call to the constructor without and arguments now returns the constructor
  • added getSelectedValues() to API
  • added the ability to give options unique classes
  • added wrapper to the class options
  • changed the flounder class optoin from container to flounder
  • restructured folders and files