Skip to content

Release/core 0.16

Jean-Baptiste Pasquier requested to merge release/core-0.16 into master

🍰 Versions

  • Core 0.15 -> 0.16 (see 0.16's release note)
  • OIDC 0.13 -> 0.14
  • Chat 4.2 -> 5.0
  • Dashboard 3.1 - >4.0
  • Events 2.1 -> 3.0
  • Job Board 4.1 -> 5.0
  • Notification 0.11 -> 0.12
  • Directory 4.1 -> 5.0
  • Conversation 0.9 -> De-activated, no 0.16 version
  • Resources 2.0 -> De-activated, no 0.16 version

New features

  • I18n: Customer can overwrite language files
  • I18n: Customer can enforce their visitor language regardless of the browser
  • I18n: Customer can create custom language files
  • I18n: Customer can choose another fallback language
  • I18n: When a string is missing from a lang file, it'll show the one from the fallback lang instead of the technical name
  • I18n: Chat does follow the Hubl's lang instead of always English
  • I18n: Hubl lang files can now overwrite Job Board and Directory's ones
  • Customer can chose another default route instead of dashboard
  • Event component is now integrated properly
  • getRoute: Accept uniq beside type
  • <hubl-fallback-lang> and <hubl-lang>

Check the repository's readme for more information.

🐛 Bugfix & Improvements

  • Circle and Project left route has been fixed and is now properly shown
  • Fixed left button on circle/project information page
  • More efficient i18n
  • Deprecated <hubl-input-type-password> in favor of the new <solid-form-password>
  • Every form's submit buttons have been replaced with a <button type="submit">, thus allowing the insertion of icons before the text
  • "GO" button is now personalisable
  • Fixed relative routes on Profile directory, job board and dashboard
  • Minor fixes on DOM generation

Merge request reports