Skip to content

3.1.14

Compare
Choose a tag to compare
@brandones brandones released this 30 Nov 17:04
10e7c90

This is a summary of changes since 3.1.12, since a release for 3.1.13 was never created.

Breaking changes

  • Remove support for loading config files from the import map #201 (brandones)

Config files can no longer be loaded via the import map. The URL to a config file should be built into the index.html file when using openmrs build.

Features

  • Enhanced the SW route registration table with a strategy column and reworked the routing to be strategy driven. #220 (manuelroemer)
  • O3-909 - Dynamically shared dependencies #219 (FlorianRappl)
  • Allow building a config file into the distro #217 (brandones)
  • MF-863: Make the Offline Tools MF dynamically composable via extensions #207 (manuelroemer)
  • Added option for promises in breadcrumbs' title #202 (vasharma05)

UI

Fixes

  • Fix for O3-941 #228 (FlorianRappl)
  • Removed obsolete "default" route handlers | Don't clear dynamic routes when app starts #221 (manuelroemer)
  • Fix routes for 'openmrs develop'. The index.html route was failing. #212 (brandones)
  • Make 'pre' versions come before the corresponding release version #208 (brandones)
  • Fixup for Make 'pre' versions come before the corresponding release version #208 #209 (brandones)
  • MF-865 Page "order" attribute not working on Chrome #205 (brandones)

Maintenance