Skip to content

Latest commit

 

History

History
181 lines (120 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

181 lines (120 loc) · 3.13 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 2023-02-19

Added

  • Nothing

Changed

  • Update dependencies

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[2.0.1] - 2023-01-03

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Ensured provided rel attribute does not overwrite noopener noreferrer, but it's appended instead.

[2.0.0] - 2022-05-12

Added

  • Nothing

Changed

  • ExternalLink props now extend AnchorHTMLAttributes<Element>.
  • Updated dependencies, including Jest 28.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[1.3.0] - 2022-04-02

Added

  • Added support for React 18

Changed

  • Updated to shlink coding standard 2.0

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[1.2.2] - 2021-07-07

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #30 Fixed wrong generation of definition types before publishing.

[1.2.1] - 2021-03-05

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #21 Fixed linting by updating to @shlinkio/eslint-config-js-coding-standard as the coding style.

[1.2.0] - 2020-12-19

Added

  • Nothing

Changed

  • #16 Migrated build to Github Actions.
  • #17 Migrated release publishing to Github Actions.
  • #18 Migrated to Codecov as coverage backend.
  • #19 Updated dependencies.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[1.1.0] - 2019-09-03

Added

  • #2 Added travis config and enabled project builds.
  • #1 Added tests which are run as part of the build.
  • #5 Project added to scrutinizer.
  • #3 Automated package releases.

Changed

  • #6 Changed coding styles to adidas coding styles.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[1.0.1] - 2019-08-29

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed typescript interface not accepting any extra props in ExternalLink

[1.0.0] - 2019-08-28

Added

  • First stable release

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing