Skip to content

Releases: jelhan/croodle

Release 0.7.0

19 Aug 18:36
Compare
Choose a tag to compare

This release fixes a critical bug causing dates in 2023 and beyond to be shown wrong for some time zones.

Changelog (2023-08-19)

💥 Breaking Change

🐛 Bug Fix

  • #573 ensure moment-timezone has data for current and next year (@jelhan)

🔤 Internalization

  • #446 Add Norwegian language and other updates from Weblate (@jelhan)
  • #426 updated translations spanish, catalan, italian. (@jelhan)
  • #425 add french translations provided by sharkyiwc (@jelhan)

🏠 Internal

  • #595 test with PHP 8.x in CI (@jelhan)
  • #594 upgrade backend dependencies within configured ranges (@jelhan)
  • #593 upgrade node to 16 (@jelhan)
  • #579 Fix executing tests with Firefox in CI (@jelhan)
  • #574 upgrade node to 14 (@jelhan)
  • #571 pin node version using volta (@jelhan)
  • #468 use HTML attributes instead of arguments deprecated by Ember Bootstrap (@jelhan)
  • #465 simplify autofocus implementation using a modifier (@jelhan)
  • #464 refactor deprecated {{title}} to {{page-title}} (@jelhan)
  • #467 migrate BrowserStack tests from TravisCI to GitHub Actions (@jelhan)
  • #449 let RenovateBot manage all depdendencies (@jelhan)
  • #447 upgrade to Ember 3.20 (@jelhan)
  • #342 run tests against latest safari in BrowserStack (@jelhan)
  • #445 do not run tests on TravisCI which are also run as GitHub Actions (@jelhan)

Committers: 2

Release 0.6.2

31 Jan 19:29
Compare
Choose a tag to compare

Changelog (2020-01-31)

🐛 Bug Fix

  • #363 support absolute path for dataDir config option (@jelhan)
  • #355 fix broken link to GitHub on landing page (@jelhan)

🏠 Internal

Committers: 2

Release 0.6.1

05 Jan 22:08
Compare
Choose a tag to compare

Changelog (2020-01-05)

🐛 Bug Fix

  • #337 do not include self-reference . folder in release archive (@jelhan)

Committers: 1

Release 0.6.0

05 Jan 15:52
Compare
Choose a tag to compare

Please also take note of the release notes for the release candidates if upgrading from v0.5.6.

Changelog (2020-01-05)

🚀 Enhancement

🐛 Bug Fix

  • #332 Add and delete buttons should indicate focus (@jelhan)

📝 Documentation

  • #318 Document build without requiring Ember CLI to be installed globally (@masterwendu)

🔤 Internalization

🏠 Internal

  • #334 add separate section for i18n to changelog (@jelhan)

Committers: 3

Release 0.6.0-rc.4

17 Nov 18:19
Compare
Choose a tag to compare
Release 0.6.0-rc.4 Pre-release
Pre-release

🐛 Bug Fix

  • #307 scroll invalid form element to top if it's hidden by form navigation buttons (@jelhan)
  • #305 scroll invalid radio groups into focus on submission (@jelhan)
  • #304 radio inputs used on participation form should have validation feedback classes (@jelhan)
  • #298 next/save button should get focus before back button (@jelhan)
  • #296 validation become visible should not alter position of calendar (@jelhan)

Committers: 1

Release 0.6.0-rc.3

10 Nov 17:22
Compare
Choose a tag to compare
Release 0.6.0-rc.3 Pre-release
Pre-release

🐛 Bug Fix

  • #289 Add colors indicating selections to participants table again (@jelhan)
  • #291 add abort button to retry save modal and several other fixes for it (@jelhan)
  • #288 Firefox only scrolls half way to invalid form control (@jelhan)

Committers: 1

Release 0.6.0-rc.2

03 Nov 19:12
Compare
Choose a tag to compare
Release 0.6.0-rc.2 Pre-release
Pre-release

🚀 Enhancement

  • #282 scroll first invalid input into view port on invalid submission (@jelhan)

🐛 Bug Fix

  • #280 use specific validation error if name is not unique on poll participation (@jelhan)
  • #279 show validation error if time input is partially filled (@jelhan)

Committers: 1

Release 0.6.0-rc.1

31 Oct 09:38
Compare
Choose a tag to compare
Release 0.6.0-rc.1 Pre-release
Pre-release

🐛 Bug Fix

  • #270 fixes fingerprinting of assets in production builds (@jelhan)

Committers: 1

Release 0.6.0-rc.0

30 Oct 21:46
Compare
Choose a tag to compare
Release 0.6.0-rc.0 Pre-release
Pre-release

This release modernizes Croodle. It refreshes the user interface (:clap: to @sappor0), drops jQuery and Bower, upgrades dependencies to latest versions and reduces the asset size by 24 KB (after gzip). It does not any fancy new feature but lays a good foundation to do so. Contributions are welcome! Please feel free to reach out to me via GitHub issues, email or Twitter if you don't know were to start.

Changelog

💥 Breaking Change

  • #173 Drop support for PHP < 7.1 and upgrade API dependencies (@jelhan)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

  • #190 Improve whole Readme: wording/grammar/… (@rugk)

🏠 Internal

Committers: 3

v0.5.6

31 Aug 15:03
Compare
Choose a tag to compare

In v0.5.5 asset URLs have absolute paths. Therefore serving croodle from subdirectory was broken. v0.5.6 fixes this regression.