Skip to content

Releases: InteractionDesignFoundation/nova-worldclock-card

3.3.0

15 Dec 12:57
196fdcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.3.0

3.2.1

29 May 12:34
05ea37e
Compare
Choose a tag to compare

What's Changed

  • Optimize number of HTTP requests: do not produce them when browser is inactive @alies-dev
  • Update dependency orchestra/testbench to v9 by @renovate in #9

Full Changelog: 3.2.0...3.2.1

3.2.0

28 Feb 06:59
3434401
Compare
Choose a tag to compare

What's Changed

Internal changes:

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

03 Jul 19:46
Compare
Choose a tag to compare

What’s Changed:

  • 🐞 Fix CSRF issue for API calls (use nova:api middleware group) @lptn
  • ✨ Bump dependencies (incl. PHP to 8.1) @lptn
  • ⚙️ Install, setup phpcs and apply coding-style fixes @lptn

Full Changelog: 3.0.2...3.1.0

3.0.2

15 Nov 23:44
Compare
Choose a tag to compare

What’s Changed:

  • Improvement: Better styling

Full Changelog: 3.0.1...3.0.2

3.0.1

01 Nov 16:55
Compare
Choose a tag to compare

What’s Changed:

  • Improvement: Better styling (remove extra margins)

Full Changelog: 3.0.1...3.0.0

3.0.0 (Nova v4)

13 May 11:52
Compare
Choose a tag to compare

What’s Changed:

  • ⭐️ Breaking: Nova v4 is min required version
  • Breaking: WorldClock::updatePeriod() does not have a default value anymore
  • 🐞 Fix: WorldClock::timeFormat really optional now
  • 🐞 Fix: Card sends API requests even if it is not rendered at the page (when updatePeriod() used) #1

Cleanups

  • ⚙️ Vue component renamed from worldclock to worldclock-card
  • ⚙️ Update NPM dependencies
  • ⚙️ Update composer dependencies

Full Changelog: 2.0.2...3.0.0

2.0.2

09 May 22:22
Compare
Choose a tag to compare

What’s Changed:

  • ✨ Support empty list of timezones
  • ✨ Update NPM dependencies
  • ✨ Update composer dependencies

Full Changelog: 2.0.1...2.0.2

2.0.1

21 Dec 17:22
Compare
Choose a tag to compare

What’s Changed:

  • 🐞 Fix: Broken URL used to fetch latest data
  • ✨ Use a single place of truth to store URL to fetch fresh data
  • ✨ Update NPM dependencies
  • ✨ Add and improve PHP type hints and PHPDoc blocks

Full Changelog: 2.0.0...2.0.1

2.0.0

06 Dec 19:28
Compare
Choose a tag to compare
  • ⚠️ BC: Change namespace
  • ✨ Update dependencies (minimal PHP version is 8.0)
  • ⚙️ Add tests
  • ⚙️ Add editorconfig