From 50c0bd12a758e1ec98a1f36562d9eed627e039c8 Mon Sep 17 00:00:00 2001 From: Ryan Pascoe Date: Fri, 18 Sep 2020 21:25:02 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c101fa..9e386da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ # Changelog -## 4.0.0 - 2020-09-17 +## 4.0.0 - 2020-09-18 ### Added - Added the `element` property. - Add the ability to set the focused element when calling `close()`. +- Added the ability to unmount the domapi. +- Added ability to access the elements being watched by the domapi. ### Changed +- The domapi now needs to be explicitly mounted. - The default browser action is now prevented when using the domapi. - The element passed into `open()` is now the element that gets focused on open.