v6.3.0
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 foruglify-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 withDateOnly
andTimeOnly
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 asAbstractController.JsonResponseRedirect()
- Rename all
SiteModal
*TagHelper
classes to match their filename (prefix withSite
)
Bump version to v6.3.0
Full Changelog: v6.2.0...v6.3.0