From 8a952fb898a3dc29d2a130006ed5e700a76c5b1e Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 24 May 2024 21:29:04 -0400 Subject: [PATCH] Bump version --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 207ab7a6..96241ca8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,7 @@ This project's release branch is `master`. This log is written from the perspective of the release branch: when changes hit `master`, they are considered released, and the date should reflect that release. -## Unreleased +## v1.1.0.0 2024-05-24 * Breaking: Remove Reflex.Dom.Modal.Base and Reflex.Dom.Modal.Class. The `` element is now broadly supported by browsers and provides a simpler solution to the problem of opening modals that is also more accessible. See the [documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog), and, in particular, this [example](https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement#opening_a_modal_dialog), which uses `showModal` and describes how to style the modal backdrop. * Breaking: [Make authentication easier to use and fix some things about ErrorV #213](https://github.com/obsidiansystems/rhyolite/pull/213)