From bb27dc6275643cd2621b8cac4646cc014a0ea306 Mon Sep 17 00:00:00 2001 From: Stu Cork Date: Mon, 14 Jun 2021 00:07:07 +0800 Subject: [PATCH] docs and changelong for quill --- CHANGELOG.md | 5 +++++ docs/guides/components/quill.rst | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f7a31c..3dac1735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Unreleased + +## Changes +* Quill editor supports a toolbar and theme set at runtime. + https://github.com/anvilistas/anvil-extras/pull/80 # v1.4 07-June-2021 ## New Features diff --git a/docs/guides/components/quill.rst b/docs/guides/components/quill.rst index a44bb844..3582fb5e 100644 --- a/docs/guides/components/quill.rst +++ b/docs/guides/components/quill.rst @@ -33,7 +33,7 @@ Properties :readonly: Boolean - Check the Quill docs. This property cannot be updated after the Quill editor has been instantiated. + Check the Quill docs. :spacing_above: String @@ -45,12 +45,11 @@ Properties :theme: String - Quill supports ``"snow"`` or ``"bubble"`` theme. (Cannot be updated after instantiation). + Quill supports ``"snow"`` or ``"bubble"`` theme. :toolbar: Boolean or Object - Check the Quill docs. This property cannot be updated after the Quill editor has been instantiated. - If you want to use an Object you should construct the Quill instance in code. + Check the Quill docs. If you want to use an Object you can set this at runtime. See quill docs for examples. :visible: Boolean