Skip to content

v1.10.0

Choose a tag to compare

@shobhitsharma shobhitsharma released this 07 Jan 10:53
  • feature Added Domify: .domify() New method that embeds the content to dom with options set using html elements, see usecase here.
  • feature Added Plugins: Integrated extensions that re-uses embedo base class to build plugins based on external sources, see an example here with react.
  • new Added plugins for Google Maps and Reddit, see here.
  • update Disintegration google maps source from core to plugins. You only need to import the plugin in order to make it backward compatible by either loading gmaps script in dom or importing through module and passing Embedo instance to it, as shown here.
  • update Code refactoring and cleanup.