@atlassian/johnson
Version:
A frontend module for Johnson framework
160 lines (90 loc) • 3.47 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [x.x.x] - <next_version_release_date>
## [6.0.1] - 2026-05-19
- migrate all JavaScript source files to TypeScript
## [6.0.0] - 2026-05-15
- upgrade to React 19
- upgrade Atlaskit components
## [5.0.12] - 2026-05-13
- replace Node.js querystring.stringify usage with URLSearchParams
## [5.0.11] - 2026-05-11
- remove runtime PropTypes
## [5.0.10] - 2026-05-08
- migrate to modern context API
## [5.0.9] - 2025-11-17
- fix exported CSS file name
- fix sha1 incompatible dependencies
- upgrade atlaskit components
## [5.0.8] - 2025-11-17
- upgrade atlaskit components
## [5.0.5] - 2025-09-08
- fix sha1 incompatible dependencies
## [5.0.3] - 2025-09-08
- improve the release process
## [5.0.2] - 2025-09-08
- fix a runtime exception
## [5.0.0] - 2025-07-18
- made react a peer dependency
- made react-dom a peer dependency
## [4.0.0] - 2025-07-18
- upgraded to react 18
- upgraded atlaskit components
## [3.5.0] - 2025-07-15
- removed aui-react
- upgraded to @atlassian/aui 10
## [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