Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 1.34 KB

react-native-action-cable Changelog

Key

  • [CHANGE]: A breaking change. After an upgrade, your app may need modifications to keep working correctly.
  • [FEATURE]: A non-breaking improvement to the app. Either introduces new functionality, or improves on an existing feature.
  • [UI]: Non-breaking changes to the default user interface (HTML/CSS).
  • [BUGFIX]: Fixes a bug with a non-breaking change.
  • [COMPAT]: Compatibility improvements - changes to make Administrate more compatible with different dependency versions.
  • [I18n]: Internationalization. Changes to translations or localizations.
  • [OPTIM]: Optimization or performance increase.
  • [DOC]: Documentation changes. No changes to the library's behavior.
  • [SECURITY]: A change which fixes a security vulnerability.

Changes

1.1.4 (Nov 10, 2022)

  • [BUGFIX]: Fixes deprecated usage of AppState [#14] (#14)

1.1.3 (Nov 10, 2022)

  • [FEATURE]: Made build

1.1.2 (Nov 10, 2022)

  • [BUGFIX]: Fixes crash when received data is null [#7] (#7)

1.1.1 (Nov 10, 2022)

  • [FEATURE]: Updated deps

1.1.0 (July 2, 2020)

  • [BUGFIX] [#11] Fix Firefox error Unhandled Rejection (TypeError): setting getter-only property "protocol".