You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.