Releases: mirisuzanne/ground-control
Releases · mirisuzanne/ground-control
v0.3.0 - Improve reset buttons
- NEW: Allow
data-reset="*"
universal reset buttons - REFACTOR: Only add a single event listener per reset button
- BREAKING: Replaced
GroundControl.onReset()
=>GroundControl.reSet()
- FIX: Changing the
switch-control.value
programmatically
correctly invokesonPress
oronUnpress
Update switch raw
v0.2.1 thats why you use build steps
Module and switch fixes
- BREAKING: Export named classes from
index.js
module - FIX:
switch-control
value storage works for default-pressed switches
v0.1.7 - Switch-control stored values
FIX: switch-control
element now checks for stored values when first connected
v0.1.6 - better switch styles
0.1.6 with better switch styles
v0.1.5 - add switch-control component
- NEW:
switch-control
element
is deigned specifically for single-button
toggle switches.- Supports both
data-on
anddata-off
attributes - Pass functions to the
onPress()
andonUnPress()
methods
for additional behaviors
- Supports both
- NEW:
switch-control.css
provides
styling for anybutton[is-switch]
,
along with custom properties for styling. - NEW:
GroundControl
provides
a getter forinputId
(previously only a setter). - BREAKING: The
usedValue
getter
defined byGroundControl
does not enforce an empty-string fallback.
Instead, attributes/properties are removed
whenusedValue
is undefined. - BREAKING:
GroundControl
provides
staticblockDisplay()
method,
rather than applyingdisplay:block
by default.
Bothtoggle-control
andinput-control
apply this as a default setting,
butswitch-control
does not.
v0.1.4 - do it
ugh
v0.1.3 - Avoid ES modules in WebC templates
Avoid ES modules for webc components
v0.1.2 - Correctly bump the version
Bump version, and update publishing script
v0.1.1 - fix package entry point
Update changelog for 0.1.1