github owncloud/web v2.1.0
2.1.0

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
3 years ago

Changelog for ownCloud Web 2.1.0 (2021-03-24)

Summary

  • Bugfix - Fix missing translations in application menu: #4830
  • Bugfix - NODE_ENV based on rollup mode: #4819
  • Bugfix - Remove unsupported shareType: #4809
  • Enhancement - A11y improvements for meta attributes: #4342
  • Enhancement - Set locale on moment-js to render translated strings: #4826
  • Enhancement - Use pre-signed url download for password protected shares: #38376

Details

  • Bugfix - Fix missing translations in application menu: #4830

    #4830

  • Bugfix - NODE_ENV based on rollup mode: #4819

    The NODE_ENV was set to production by default, now we use development if rollup is started in
    watch mode so that the vue devtools can be used.

    #4819
    #4820

  • Bugfix - Remove unsupported shareType: #4809

    We don't support 'userGroup' (originally 'contact', shareType 2) on the backend side
    anymore, so we delete it on the frontend, too.

    #4809

  • Enhancement - A11y improvements for meta attributes: #4342

    For a11y the html language attribute will be set dynamically . For a11y the
    title will be set automatically following the schema: sub item (e.G file) - route (e.g All
    Files) - general name (e.g ownCloud)

    #4342
    #4338
    #4811

  • Enhancement - Set locale on moment-js to render translated strings: #4826

    For i18n purposes we set the moment-js locale to the current selected locale (language) this
    allows us to show translated string for example in the updated column in the All files list
    (web-app-files package)

    #4826

  • Enhancement - Use pre-signed url download for password protected shares: #38376

    Replaced the blob download with a normal download using a pre-signed url provided by the
    backend.

    owncloud/core#38376
    #4689

Don't miss a new web release

NewReleases is sending notifications on new releases.