Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 14:56
· 52 commits to main since this release

Summary of changes:

  • Change the appearance (UI) of the app. It aligns with the landing page now and is visually more pleasant than before. This involves many small changes, which I won’t go into detail.
  • Fix the usage of headings (h1, h2, etc.). Now, we use the correct ones and change their size globally.
  • Fix label and aria-label usage in inputs, buttons, and other elements.
  • Add alt to images and set explicit alt=”” for images that are just decorative.
  • Add hidden skip links for accessibility purposes. The first TAB on a page leads to a “skip to main content” link that jumps to the #form-title and next there is a “skip to stepper navigation” that jumps to the stepper. The mechanism allows adding more links.
  • Update Quasar to 2.10.1 to fix a bug related to ORCID.
  • Include a link to the landing page.
  • Improve keyboard usage experience.
  • Use roles and landmark tags.

Internal changes:

  • Refactor preview, stepper, and large chunks of the LayoutStepper.
  • Remove unnecessary classes, and try to use most of the Quasar classes and elements. This is more in accordance with the purpose of a CSS framework.