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.valueprogrammatically
correctly invokesonPressoronUnpress
Update switch raw
v0.2.1 thats why you use build steps
Module and switch fixes
- BREAKING: Export named classes from
index.jsmodule - FIX:
switch-controlvalue 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-controlelement
is deigned specifically for single-button
toggle switches.- Supports both
data-onanddata-offattributes - Pass functions to the
onPress()andonUnPress()methods
for additional behaviors
- Supports both
- NEW:
switch-control.cssprovides
styling for anybutton[is-switch],
along with custom properties for styling. - NEW:
GroundControlprovides
a getter forinputId
(previously only a setter). - BREAKING: The
usedValuegetter
defined byGroundControl
does not enforce an empty-string fallback.
Instead, attributes/properties are removed
whenusedValueis undefined. - BREAKING:
GroundControlprovides
staticblockDisplay()method,
rather than applyingdisplay:blockby default.
Bothtoggle-controlandinput-control
apply this as a default setting,
butswitch-controldoes 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