Skip to content

Tags: manureini/Modal

Tags

v7.0.0-preview.3

Toggle v7.0.0-preview.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restructure of markup and overhaul of styling (Blazored#410)

* Initial rework of HTML with the addition of modal sizing

* Fixed broken test and added new ones for Size feature

* Fix for bubbling click events

* Moved to isolated CSS. Renamed CSS classes. Simplified animations.

* Fixed broken tests

v7.0.0-preview.2

Toggle v7.0.0-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Confirmed property to ModalResult and added payload to Cancelle…

…d ModalResult (Blazored#391)

v7.0.0-preview.1

Toggle v7.0.0-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Blazor native focus trap (Blazored#389)

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readme improvements (Blazored#282)

* Replace @Inject with [CascadingParameter] in readme
* Add 'or higher' to upgrade message
* Update information about using IE11

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump ini from 1.3.5 to 1.3.8 in /src/Blazored.Modal (Blazored#268)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Sainty <chrissainty@users.noreply.github.com>

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Added allowOutsideClick to be capture clicks outside the focus trap (B…

…lazored#226)

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Focus traps are now deactivated when navigating from page (Blazored#213)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed ability to dismiss the modal using escape (Blazored#202)

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed extra content files being included in final package (Blazored#194)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allows developers to customise the position of the modal (Blazored#193)

* Adds the ability to set the modal to a custom position

* Updated tests