Skip to content

Latest commit

 

History

History
329 lines (155 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

329 lines (155 loc) · 13.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

5.0.2 (2024-07-16)

Maintenance

5.0.1 (2024-04-21)

Maintenance

  • update deps (f8e5660)
  • use capacitor migrate to make updates (80ff853)

5.0.0 (2024-04-21)

⚠ BREAKING CHANGES

  • use Ionic 8 dark mode class

Features

  • use Ionic 8 dark mode class (6d59546)

Bug Fixes

  • textOnly option was not working (5fb625e)

Maintenance

Docs

  • updates or Capacitor 6 and Ionic 8 (85fe556)

4.0.1 (2023-10-24)

Bug Fixes

  • style getter called in textOnly sync mode (8c524eb)

Maintenance

Docs

Refactoring

4.0.0 (2023-06-16)

⚠ BREAKING CHANGES

  • The plugin now requires Capacitor 5.

Features

Maintenance

  • don’t log name and version at startup (5594ce1)
  • update dev environment (1822ed6)

3.3.3 (2023-03-28)

Bug Fixes

  • always update status bar (0216109)

3.3.2 (2023-03-22)

Bug Fixes

  • not honoring stored appearance (479c9bd)

Maintenance

  • remove logging (58bf79d)
  • revert version, release script updates it (c6b186a)

3.3.1 (2023-02-17)

Bug Fixes

  • disableTransitionsStyle issues (26b00ee)

3.3.0 (2023-02-15)

Features

  • added appearance setter to config (a591f6a)

Maintenance

  • remove husky, update deps (f7a789b)

3.2.1 (2023-02-10)

Maintenance

  • perform status bar changes as close together as possible (9817740)

3.2.0 (2023-02-10)

Features

  • export more utilities (e961637)
  • status bar color and transition options where is open YouTube (0e7b6c6)

Maintenance

Docs

  • update for new features (f82d86c)

3.1.1 (2023-01-29)

Bug Fixes

  • eliminate possible race condition (7d7d5d3)

3.1.0 (2022-12-27)

Features

  • option to sync only status bar text (7d808e3), closes #2

Maintenance

3.0.3 (2022-10-03)

Maintenance

3.0.2 (2022-10-03)

Bug Fixes

  • ignore spurious changes correctly (675614e)

Maintenance

3.0.1 (2022-08-12)

Refactoring

3.0.0 (2022-08-12)

⚠ BREAKING CHANGES

  • Usage and API have changed, see the README.

Maintenance

  • remove ultra-runner (1a5f595)
  • use pnpm only, pre/post scripts (5c8aac1)

Refactoring

  • no native-decorator, lazy loading (6c30703)

2.1.0 (2022-08-06)

Features

  • this method does not need to be async (0caef0d)

Bug Fixes

  • export the original plugin! (c77bd4a)

Maintenance

  • remove extra call to update() (79dd5fe)
  • update to latest native-decorator (f96d0a2)

2.0.2 (2022-08-05)

Bug Fixes

  • typing did not allow returning a Promise (3d07f54)

Docs

  • need to handle the returned promise (d347864)

Maintenance

  • commit README (92ebe76)
  • don’t generate docs until release (c14b6ee)

2.0.1 (2022-08-04)

Maintenance

2.0.0 (2022-08-02)

⚠ BREAKING CHANGES

  • Requires Capacitor 4.

Features

Maintenance

Refactoring

1.1.0 (2022-07-25)

Features

  • rename configure, make docs clearer (7c53542)

Maintenance

  • update target to iOS 13, prepare for Cap4 (43a4d3e)

1.0.1 (2022-07-25)

Bug Fixes

  • don’t import from package.json (250059c)

Maintenance

  • better definition of getter property (0f7a3c4)
  • update deps (9930a27)

Docs

  • note the need for --background (1c60297)

1.0.0 (2022-07-24)

Maintenance