Skip to content

Releases: hundio/status.js

v3.9.0

02 Mar 23:06
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-3.9.0.js

Changes:

  • Minor: Add privacy bypass token options to configuration.
  • Minor: Fix moment.js loading errors.

v3.8.2

29 Jan 02:26
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-3.8.2.js

Changes:

  • Patch: Correct current timestamp calculation for out-of-office when moment.js is used.
  • Patch: Add missing support for out-of-office resetStatusLed option.

v3.8.0

26 Jan 04:17
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-3.8.0.js

Changes:

  • Minor: Added out of office feature to hide status outside of office hours.
  • Patch: Corrected instantiation when there is not a widget element (#7).

v3.7.1

23 Jun 01:31
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-3.7.1.js

Changes:

  • Minor: Added an option to interpolate statistics in toggle text (via i18n.toggle).
  • Minor: Added an option for the minimum number of seconds needed to display the incident free streak statistic.
  • Patch: Fix broken pending state behavior.

v3.5.0

18 May 21:38
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-3.5.0.js

Changes:

  • Minor: Add support for basic statistics (i.e. uptime and incident-free streaks) and new cache events.

v3.4.3

23 Jan 03:27
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-3.4.3.js

Changes:

  • Major: Support for version 2 of live event streams with support for new issue events (issue_cancelled and issue_reopened).
  • Minor: The pane dropdown now properly aligns itself with the status LED (#5).
  • Minor: A display.pane option has been added for disabling the pane dropdown.
  • Minor: The linkTarget option has been added for changing the target of links.
  • Minor: Internet Explorer now properly repaints changes to the status LED and pane.
  • Patch: Corrected alignment of pane arrow on right positioned panes.
  • Patch: Corrected bottom alignment of top positioned panes.
  • Patch: Logging messages are now consistently formatted.

v2.3.5-compat

25 Jul 23:55
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-2.3.5-compat.js

Changes:

  • Feature: Support for date internationalization (#4). See the i18n.dates configuration option for more information.
  • Improvement: Issue pane height is now limited to support longer lists of issues.
  • Improvement: The empty issue pane text now accounts for component statuses (#2).
  • Fix: Issues are now ordered by their creation date, with future scheduled issues ascending by their start date below ongoing issues (#3).

What is a "compat" release?
This is a compatibility release designed to obtain forwards-compatibility for live event stream changes. It is strongly encouraged that you update to a compat release to ensure future functionality.

v2.2.1-compat

27 Jun 02:22
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-2.2.1-compat.js

Changes:

  • Fix: Resolved issues will now be removed from the issues pane.

What is a "compat" release?
This is a compatibility release designed to obtain forwards-compatibility for live event stream changes. It is strongly encouraged that you update to a compat release to ensure future functionality.

v2.1.1

13 Jun 20:43
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-2.1.1.js

Changes:

  • Fix: ledPosition functionality restored.

v2.1.0

20 Mar 07:44
Compare
Choose a tag to compare

CDN: https://libraries.hund.io/status-js/status-2.1.0.js

Changes:

  • Breaking: Option keys were renamed and cases were changed for improved consistency.
  • Feature: Reconnection with Fibonacci-based backoff.
  • Feature: Addition display options (including hideOnError and ledOnly).
  • Improvement: Support for HTML issue bodies.
  • Improvement: Complete i18n coverage.
  • Improvement: Improved styling of issue bodies.

Notes:
The following option keys have changed:

  • status_page is now hostname
  • pane_position is now within display as panePosition
  • led_position is now within display as ledPosition

CSS selectors were renamed for improved consistency and proper BEM syntax.

Update times were removed, as this figure was not accurate.