adfinis / ember-uikit

The ember implementation of UIkit
https://adfinis.github.io/ember-uikit/
MIT License
26 stars 13 forks source link

fix(modal): remove non existant cls-panel option #1014

Closed derrabauke closed 1 year ago

derrabauke commented 1 year ago

The clsPanel option got renamed to selPanel which indicates the real usage of it. It's not a css class which will be added for user specifics, but it is a selector for the modal internally. It won't set any classes on the modal element and should be removed from the ember component arguments as well.

Further information:

velrest commented 1 year ago

Looks good but this is a breaking change Misread it never worked, right?

derrabauke commented 1 year ago

~Looks good but this is a breaking change~ Misread it never worked, right?

Since it could not work since ~2019 I guess it's not. :shrug:

anehx commented 1 year ago

:tada: This PR is included in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: