Closed skjalgepalg closed 2 years ago
Use data- prefix for popup attribute to avoid warnings and eventual conflict with the OpenUI pop-up API
data-
Keep support for deprecated popup with warning to console to discourage use.
popup
Updated examples in docs to use data-popup
data-popup
Add tests for deprecation support
Update existing test cases to use data-popup
Resolves #649
why? It bloats and complicates. I think we should make a breaking change, and explain the data-popup change in the major release.
Use
data-
prefix for popup attribute to avoid warnings and eventual conflict with the OpenUI pop-up APIKeep support for deprecatedpopup
with warning to console to discourage use.popup
, release will be a major bumpUpdated examples in docs to use
data-popup
Add tests for deprecation support
Update existing test cases to use
data-popup
Resolves #649