Migrate to version 6

What has changed?

Version 6 of Green Housing does not introduce any breaking changes to the public widget API. The way you install, mount and configure the widget is unchanged compared to version 5.

import EconansGreenHousing from "@econans/green-housing";

EconansGreenHousing.mount("#widget", {
  // Same configuration parameters as in v5
});

The mount() API and accepted configuration parameters are identical to v5.

Refer to Installation, Initialization and Configuration for the full details.