From 32502a3e74018bce2f0c8b88312accee9164acc8 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Thu, 25 Jan 2024 19:34:06 +0330 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aebcb3..931cc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Prevent `addedNode.querySelectorAll is not a function` error (#13) + ## [0.2.0] - 2024-01-04 ### Fixed -- Fixed left/right arrow key behavior in RTL content (#9) +- Fixed left/right arrow key behavior in RTL content (#9) ## [0.1.0] - 2023-08-26 ### Added -- Add style to fix bidi in the default theme (#4) +- Add style to fix bidi in the default theme (#4) ## [0.0.2] - 2023-08-25