Skip to content

v6.3.0

Compare
Choose a tag to compare
@axunonb axunonb released this 21 Jun 10:50
· 121 commits to main since this release
95bda30

What's Changed

Replace jquery-based components with vanilla javascript

  • Replace tempusdominus-bootstrap-4 with tempus-dominus 6.7.7
  • Remove moment 2.29.4
  • Remove package jQuery v3.5.1
  • Remove package i18n
  • Add package uglify-js v3.17.4 for async/await compatibility
  • Update package grunt-contrib-uglify to v5.2.2 for uglify-js v3.17.4 compatibility
  • Add new DateOnlyModelBinder (used with tempus-dominus)
  • Add new TimeOnlyModelBinder (used with tempus-dominus)
  • Update Newtonsoft.Json nuget package to v13.0.3 (compatibility with DateOnly and TimeOnly structures
  • Rewrite Site.ModalForm.js in vanilla javascript

Styling

  • Add colored checkbox to acknowledge warnings to site.scss

Fixes

  • Redirection in TeamApplication.EditTeam using teamId
  • Resolve issue #32
  • Add correct package reference in Match.ReportSheet.cshtml for bootstrap v5.3.0 css

Refactor:

  • AbstractController.JsonForModalAjaxRedirect() renamed as AbstractController.JsonResponseRedirect()
  • Rename all SiteModal*TagHelper classes to match their filename (prefix with Site)

Bump version to v6.3.0

Full Changelog: v6.2.0...v6.3.0