UNPKG

@atlassian/johnson

Version:

A frontend module for Johnson framework

102 lines (58 loc) 2.5 kB
# Changelog All notable changes to this project will be documented in this file. ## [x.x.x] - <next_version_release_date> ## [3.4.2] - 2024-09-24 This release was necessary, because previous one was published without significant build files. ## [3.4.1] - 2024-09-23 - LOTUS-749 Downgrade eslint and styled-components ## [3.4.0] - 2024-05-31 - ATSTPLUS-396 Added SBOM support - BIPD-884 Fix XXS vulnerability ## [3.3.0] - 2019-10-10 - added restart notice to ConfigCustomisationReadOnly event when it is non-dismissible ## [3.2.0] - 2019-10-04 - renamed helium to ConfigCustomisation (except for translation aliases) - added fallback to ConfigCustomisationReadOnly events when canAuthoriseUsers is false ## [3.1.1] - 2019-09-04 - minor design improvements ## [3.1.0] - 2019-08-26 - bumped dependencies to fix npm vulnerabilities - added templates support to events. Events of the same level can look differently. - added storybook - minor design adjustments - added Helium support ## [3.0.0] - 2018-12-14 - Changed license to Atlassian Developer Terms ## [2.0.6] - 2018-10-25 - changed logic of Headline and description in Subheader.js and NewEventsTable.js ## [2.0.5] - 2018-10-23 - changed the logic of SubHeader.js ## [2.0.4] - 2018-10-23 - replaced warningsOnly with dismissiblesOnly in IgnoreWarningsHint. The logic to show that hint is when all events are dismissible, but cannot be dismissed right now for some reason. ## [2.0.3] - 2018-10-17 - added dismissiblesOnly to Subheader.js - Warning title should be also displayed when all events are dismissible, not only when all events are warnings. ## [2.0.2] - 2018-10-16 - removed WatchMissingNodeModulesPlugin from Webpack - fixed a bug in dismissiblesOnly and warningsOnly functions ## [2.0.1] - 2018-10-09 - added data-wd-id attribute to headline description ## [2.0.0] - 2018-10-09 - renamed canDismissEvents prop to canAuthoriseUsers ## [1.2.0] - 2018-10-08 - added dismissiblesOnly and warningsOnly flags - fixed IgnoreWarningsHint logic - renamed "type" events property to "level" ## [1.1.0] - 2018-10-04 - added information about startup.warnings.disable flag ## [1.0.3] - 2018-07-27 - fixed logo in IE11 ## [1.0.2] - 2018-07-05 - modified new-event data-wd-id attribute as required for jira's testing ## [1.0.1] - 2018-29-06 - removed unused translations ## [1.0.0] - 2018-27-06 - initial release, code is taken from Johnson for Confluence - added license - added readme - set up dev environment