Skip to content

Releases: mirisuzanne/ground-control

v0.3.0 - Improve reset buttons

21 Sep 05:46
16c025a
Compare
Choose a tag to compare
Pre-release
  • 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 invokes onPress or onUnpress

Update switch raw

27 Aug 06:30
1a83dab
Compare
Choose a tag to compare
Update switch raw Pre-release
Pre-release
v0.2.1

thats why you use build steps

Module and switch fixes

27 Aug 00:12
605e01d
Compare
Choose a tag to compare
Pre-release
  • 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

26 Aug 23:31
b1282e2
Compare
Choose a tag to compare
Pre-release

FIX: switch-control element now checks for stored values when first connected

v0.1.6 - better switch styles

11 Aug 21:26
a114dc9
Compare
Choose a tag to compare
Pre-release
0.1.6 with better switch styles

v0.1.5 - add switch-control component

11 Aug 19:08
034ec6b
Compare
Choose a tag to compare
Pre-release
  • NEW: switch-control element
    is deigned specifically for single-button
    toggle switches.
    • Supports both data-on and data-off attributes
    • Pass functions to the
      onPress() and onUnPress() methods
      for additional behaviors
  • NEW: switch-control.css provides
    styling for any button[is-switch],
    along with custom properties for styling.
  • NEW: GroundControl provides
    a getter for inputId
    (previously only a setter).
  • BREAKING: The usedValue getter
    defined by GroundControl
    does not enforce an empty-string fallback.
    Instead, attributes/properties are removed
    when usedValue is undefined.
  • BREAKING: GroundControl provides
    static blockDisplay() method,
    rather than applying display:block by default.
    Both toggle-control and input-control
    apply this as a default setting,
    but switch-control does not.

v0.1.4 - do it

06 Aug 23:12
36b5fa9
Compare
Choose a tag to compare
v0.1.4 - do it Pre-release
Pre-release

ugh

v0.1.3 - Avoid ES modules in WebC templates

06 Aug 22:52
039154c
Compare
Choose a tag to compare
Avoid ES modules for webc components

v0.1.2 - Correctly bump the version

28 Jul 04:07
7f94aa6
Compare
Choose a tag to compare
Pre-release
Bump version, and update publishing script

v0.1.1 - fix package entry point

28 Jul 02:40
84e0218
Compare
Choose a tag to compare
Pre-release
Update changelog for 0.1.1