mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
13 lines
300 B
Markdown
13 lines
300 B
Markdown
## v1.2.6
|
|
|
|
* Added `"auto"` value support for `height` property.
|
|
|
|
* Added `scrollable` flag that allowes modal content to be scrolled when height is "auto".
|
|
|
|
* Added CHANGELOG file.
|
|
|
|
## v1.2.5
|
|
|
|
* `height` and `width` props can be set using percents.
|
|
|
|
* Better handling of `min-width` and `min-height` |