From df7a7bb7ed5f41afbb02115df54a37aa41173ecb Mon Sep 17 00:00:00 2001 From: Aksiome <54895777+aksiome@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:55:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20the=202.1.1=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CHANGELOG.md | 12 ++++++++++-- docs/_static/switcher.json | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d80c4299ed..2427e163e8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,13 +5,21 @@ ## 📦 Bookshelf - 2.2.0 ### 🎉 Addition - - ([187](https://github.com/Gunivers/Bookshelf/pull/222)) Add randomized fill function `#bs.block:fill_random`. -### ⚡️ Improvements +--- + +## 📦 Bookshelf - 2.1.1 +### 🔁 Tweaks +- ([238](https://github.com/Gunivers/Bookshelf/pull/238)) Load tags now load modules in isolation. +- ([237](https://github.com/Gunivers/Bookshelf/pull/237)) Enhanced speed of `bs.block` module. - ([218](https://github.com/Gunivers/Bookshelf/pull/218)) Enhanced speed of factorial function in `bs.math`. +### 🐛 Fixes +- ([236](https://github.com/Gunivers/Bookshelf/issues/236)) Fix `bs.block`, `bs.id` and `bs.math` load functions. +- ([235](https://github.com/Gunivers/Bookshelf/issues/235)) Fix `bs.block` inputs that required extra escaping. + ### 📄 Documentation - ([215](https://github.com/Gunivers/Bookshelf/issues/215)) There is now documentation about the documentation (kind of metadocumentation?). diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index a2097ee1cc..eb40cfce46 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -11,9 +11,9 @@ "preferred": true }, { - "name": "2.1.0", - "version": "v2.1.0", - "url": "https://bookshelf.docs.gunivers.net/en/v2.1.0/" + "name": "2.1.1", + "version": "v2.1.1", + "url": "https://bookshelf.docs.gunivers.net/en/v2.1.1/" }, { "name": "2.0.0",