Releases: luwes/selectlist-polyfill
Releases · luwes/selectlist-polyfill
v0.3.0
04 Aug 14:03
Compare
Sorry, something went wrong.
No results found
Features
rename selectmenu to selectlist (9df014c )
v0.1.1
17 Jun 23:23
Compare
Sorry, something went wrong.
No results found
Bug Fixes
adjust styles to be more like native Chrome (2573e2b )
click behave more like native popover (83ad946 )
keyboard space only opens (4204f7b )
only prevent default arrow keys when open (5019f42 )
style button with background: field (f779416 )
upgrade esbuild. simple class static props (1029ec7 )
v0.1.0
17 Jun 18:49
Compare
Sorry, something went wrong.
No results found
Bug Fixes
position bug with native popover (e3f8223 ), closes #7
Features
convert :open to :popover-open (10d9c2e )
v0.0.4
26 Mar 01:34
Compare
Sorry, something went wrong.
No results found
Bug Fixes
optimize iife bundle output (5bbe537 )
v0.0.3
25 Mar 21:06
Compare
Sorry, something went wrong.
No results found
Bug Fixes
add many fixes and tweaks (4ccd777 )
v0.0.2
22 Mar 16:14
Compare
Sorry, something went wrong.
No results found
Bug Fixes
add build step before publish (c3d5950 )
v0.0.1
22 Mar 16:04
Compare
Sorry, something went wrong.
No results found
Bug Fixes
add basic keyboard controls (7e1bdfe )
add basic props (bf8f938 )
add dropdown pos detection fix #1 (1bb71d1 )
add element internals / aria (4f9c00a )
add selectedIndex and value setter (07317bb )
add x-option, change to x-selectmenu (53cf3c2 )
iterate (0cefbee )
margin position issue (14aaf9b )
remove pointer events for disabled option (dff7da1 )
selectmenu value w/ tests (068e57e )
tweak styles, icon, examples (8342b23 )
use toggleAttribute() for boolean attrs (e91acbc )
use blocking script (ece8d30 )
use select-menu custom element because (2e0b8d1 )
work more like spec (17e353c )
Features