Skip to content

Release v4.1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:27
· 21 commits to main since this release
845cf11
  • [jobs]: Fix broken JavaScript functionality on job pages caused by missing ES module support
  • [jobs, core]: Replace var with const/let in JavaScript files (datetime.js, jobs.js, logLoader.js) to improve code quality
  • [core]: Use theme color for active dropdown items in navigation

Commits since v4.1.0.1

  • 845cf11 Release 4.1.0.2
  • ba77307 fix: use theme color for active dropdown items
  • 0c3a074 fix: using const or let instead of var
  • 692f1f2 fix: add type=module to script tags to fix issues with exported functions, import formatInitialDates to logLoader.js because it is not reachable otherwise
  • 241ae51 Next snapshot