Releases: rapid-build-ui/rb-modal
Releases · rapid-build-ui/rb-modal
v0.0.11
v0.0.10
Dependencies
- bump: dep base v0.0.11
v0.0.9
v0.0.8
Dependencies
- bump: deps rb-base v0.0.9 and rb-button v0.0.16 (ceea87b)
BREAKING CHANGES
To migrate the code follow the examples below:
-
api backdrop option: change no-backdrop to backdrop (072f4e8)
Before:
no-backdropNow:
backdrop=false -
api closable option: change unclosable to closable (aa96629)
Before:
unclosableNow:
closable=false -
api open option: change show to open to be consistent with other components (8fedbed)
Before:
show=trueNow:
open=true
v0.0.7
v0.0.6
v0.0.5
Features
- event: emit event show-changed when show changes (e048d2c)
- hidden attribute: display style that respects the hidden attribute (abe60af)
- new api option: no-backdrop (a7e6be9)
- scrolling: scroll body when modal is taller than viewport (4ce51d6)
- slots: only display slots if they are provided (e95cf82)
Performance Improvements
- css: improve browser performance by adding css contain property (131af98)
Dependencies
- bump: deps rb-base v0.0.6 and rb-button v0.0.13 (8827a7b)