mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
* legacy: add _isWidget property from marko-widgets@6 * add back legacy method that was not deprecated in marko-widgets * add data-widget property back to legacy widgets * fix defineRenderer (legacy) to work with non-widgets as well * assign id attribute to legacy dom nodes * allow accessing the parent widget from a legacy child template * getWidget/s only gets legacy widgets, keep init * remove call to non-existant api * don't kick off registration as this causes an issue with circular dependencies in legacy widgets * add component names in debug mode * fix keys and this.el in legacy widgets * ensure widgetconfig object exists for legacy init * ensure this.el exists before attaching __widget to it * add back private __document to legacy widgets * add deprecation warnings