Releases: nordeck/element-web-modules
@nordeck/[email protected]
Major Changes
-
374bc3f: Makes the Element Web guest module work with Element 1.11.84 or later.
Element Web included the matrix-react-sdk into Element Web with release 1.11.84.
With this release of Element Web guest modules Element Web 1.11.84 or later is required.
If you want to use a previous version of Element Web also use a previous version of the guest module.
@nordeck/[email protected]
Major Changes
- 5539790: Guest users are now only allowed in Ask to Join rooms
@nordeck/[email protected]
Minor Changes
- c63e67b: Launcher icon color when expanded is now configurable
@nordeck/[email protected]
Minor Changes
- 13ee5ae: Add initial version
@nordeck/[email protected]
Minor Changes
-
13ee5ae: Remove widget toggles
Breaking Change:
The module does not support the widget toggles anymore.
The widget toggles are an own module now. See https://www.npmjs.com/package/@nordeck/element-web-widget-toggles-module.
@nordeck/[email protected]
Minor Changes
-
b7c4063: Refactor the wrapper implementation.
Breaking Change:
This module requires at least Element 1.11.50.
The module did break the navigation feature in prior Element versions.
@nordeck/[email protected]
Minor Changes
- 0c96da9: Introduce widget toggles
@nordeck/[email protected]
Minor Changes
-
b75ff6a: Move the configuration parameters for the banner and hide it if not configured.
Breaking Change:
The configuration parameters for the banner (ics_navigation_json_url
,
ics_silent_url
,portal_logo_svg_url
,portal_url
) were moved to abanner
object. You must update your configuration in order to still display the banner.
Patch Changes
- 11119b8: Accept a navigation entry with a
null
icon.
@nordeck/[email protected]
@nordeck/[email protected]
Patch Changes
- a75901d: Add initial version.