Releases: jelhan/croodle
Releases · jelhan/croodle
Release 0.7.0
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
🔤 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
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
- #358 migrate from ember-i18n to ember-intl (@jelhan)
- #320 run CI with github actions (@masterwendu)
- #352 remove implicit this usage in templates (@jelhan)
- #344 refactor to native ECMAScript classes (@jelhan)
- #345 simplifies the implementation of form steps (@jelhan)
- #340 use ember data modules for import (@jelhan)
- #339 convert component invocation to angle brackets (@jelhan)
- #338 Upgrade Ember to 3.15 and other deps (@jelhan)
Committers: 2
- Jeldrik Hanschke (@jelhan)
- @masterwendu
Release 0.6.1
Release 0.6.0
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
📝 Documentation
- #318 Document build without requiring Ember CLI to be installed globally (@masterwendu)
🔤 Internalization
- #333 improve spanish translation (@jelhan)
- #325 fix typo in german translation (@jelhan)
- #317 Improve italian translations (@vmaffione)
🏠 Internal
Committers: 3
- Jeldrik Hanschke (@jelhan)
- @masterwendu
- @vmaffione
Release 0.6.0-rc.4
🐛 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
- Jeldrik Hanschke (@jelhan)
Release 0.6.0-rc.3
Release 0.6.0-rc.2
Release 0.6.0-rc.1
Release 0.6.0-rc.0
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
🚀 Enhancement
- #222 show notification if creation of poll fails (@jelhan)
- #211 improve form buttons (@jelhan)
- #205 Using bootstrap 4 and related UI refresh (@sappor0)
- #177 Meaningful error pages (@jelhan)
- #164 refactor participants table (@jelhan)
🐛 Bug Fix
📝 Documentation
🏠 Internal
- #269 automize releases with release-it and lerna-changelog (@jelhan)
- #196 Drop jQuery (@jelhan)
- #195 test for bundle size regressions in CI (@jelhan)
- #181 Introduce RenovateBot to automize dependency upgrades (@renovate[bot])
- #173 Drop support for PHP < 7.1 and upgrade API dependencies (@jelhan)