Releases: axuno/TournamentCalendar
Releases · axuno/TournamentCalendar
v4.1.1
v4.1.0
What's Changed in #57
Update node packages
- bootstrap v5.2.3 to v5.3.3
- bootstrap-icons v1.11.2 to v1.11.3
- autoprefixer v9.8.8 to 10.4.19
- cssnano v4.1.11 to 7.0.1
- grunt-postcss v0.9.0 to @lodder/grunt-postcss v3.1.1
- @eonasdan/tempus-dominus v6.7.19 to v6.9.6
Replace depreciated Bootstrap navbar-dark class
- Dark navbar items: Add attribute data-bs-theme="dark"
- Ligth navbar items: Add attribute data-bs-theme="light"
- Updatae affected razor views
Bump version to v4.1.0
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Fix configuration for Authorization and Authentication in #49
- Improve accessibility of main page in #50
- Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /Data by @dependabot in #51
- Bump ip from 2.0.0 to 2.0.1 in /TournamentCalendar by @dependabot in #52
- Migrate all projects to net8.0 in #54
- Update GitHub workflow for recent modules in #55
- Update node packages in #56
Full Changelog: v3.2.5...v4.0.0
v3.2.5
v3.2.4
What's Changed
- Bump postcss from 8.4.23 to 8.4.31 in /TournamentCalendar in #42
- Modify WebAppStartup in #43
- Update setting routing endpoints in #44
- Prepare for net80 migration, bump version to v3.2.4 in #45
- Update package references
- Fix nullability warnings for configuration data
- Use HttpContext.Response.Headers.Append instead of HttpContext.Response.Headers.Add
Full Changelog: v3.2.3...v3.2.4
v3.2.3
What's Changed
- Upgrade MailMergeLib to v5.11.0 in #35
- Update TempusDominus datepicker pkg to v6.7.10 in #36
- Add IDbContext and IAppDb to BasicIntegrationTests in #37
- Update referenced packages in #38
- Update 'tough-cookie' pkg >=4.1.3: Prototype Pollution vulnerability in #39
- Fix: Logging configuration in #40
- Add implicit usings to solution in #41
Full Changelog: v3.2.2...v3.2.3
v3.2.2
v3.2.1
What's Changed
- Add docs for HourCycle in TempusDominusFactory in #32
- Move js classes to namespace 'Site' in #33
- Class Site.Location: Location.js => Site.Location.js
- Class Site.TempusDominusFactory: file TempusDominusFactory.js => Site.TempusDominusFactory.js
- Modify views to use new class names
- Load Google maps api deferred, add initialization callback
- Add static function Site.Location.initMap
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Improve usage of Bootstrap 5 classes in #27
- Refactor: Change InfoService.Edit from Html helpers to asp tags in #28
- Disable client validation globally in #29
- Refactor razor views, create js class
TempusDominusFactory
in #30 - Fix: Purge cache after a CalendarEntity is saved in #31
Full Changelog: v3.1.1...v3.2.0
v3.1.1
What's Changed
Fix: Date & time picker on Safari browser:
- Set TempusDominus container element in configuration to input element (was body before)
- Append version number to static css and js files
Full Changelog: v3.1.0...v3.1.1