Improved handling of can-tag
Release fixes usage of can-tag with the can-import and can-dynamic-import components.
When the desired can-tag has not been declared yet, the expected behavior is to not render the content of the can-import component but then to log a warning in the console in development mode.
Using the correct tag syntax (hyphenated string) like hello-world and the incorrect syntax helloworld both throw a warning if not already declared.
Note: Although
helloworldis invalid, a component can still be created this way, although a warning will be logged.