Releases: hundio/status.js
v3.9.0
v3.8.2
v3.8.0
v3.7.1
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
v3.4.3
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
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
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
v2.1.0
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
andledOnly
). - 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 nowhostname
pane_position
is now withindisplay
aspanePosition
led_position
is now withindisplay
asledPosition
CSS selectors were renamed for improved consistency and proper BEM syntax.
Update times were removed, as this figure was not accurate.