This release is to celebrate the launch of the [Documentation](https://carefree0910.me/carefree-drawboard-doc/) 🎉🎉🎉 !!!
Well, just kidding - this release mainly focuses on accessibilities, and it also includes an important performance boost.
Optimization
We now introduced `renderExpand` flag internally, so the expand panels will not be rendered if they are not visible. This significantly optimized the render speed, and makes the drawboard 🎨 much more responsive when there are many plugins.
Features
* Supported adding `frame` ([056e006](https://github.com/carefree0910/carefree-drawboard/commit/056e0066f8aafa9910997667b57c112d6f0fa4a8)).
* Supported `keepOpen` ([8272f26](https://github.com/carefree0910/carefree-drawboard/commit/8272f2601652064c9e8023b54b9384583907170f)), which can let certain plugins stay expanded even if we click on the drawboard 🎨.
* Bundled some icons to boost loading speed.
* Enhanced styles of `CFSelect` & `CFTextarea`, to make them more consistent with other components.
* Allowed to load the page after timeout ([d01041b](https://github.com/carefree0910/carefree-drawboard/commit/d01041b19316b898ca40b678150b6efdd52cfe97)).
* Unified `CFFormLabel` ([d2a8f8d](https://github.com/carefree0910/carefree-drawboard/commit/d2a8f8d2b1129bfabd06c6d1921c572ef8ae857e)).
* Supported `ImageField` ([8555c33](https://github.com/carefree0910/carefree-drawboard/commit/8555c330414896a25a096f4ed64cecc067cb9d70), [75a5c11](https://github.com/carefree0910/carefree-drawboard/commit/75a5c110f89b30ae4314ba2af99ce4cb746f3659)).
* Implemented `I18NSelectField` ([ddde4d8](https://github.com/carefree0910/carefree-drawboard/commit/ddde4d8a4f855e425c25675c5f02423996492455)).
* Implemented `BasicEditorPlugin` ([1cae642](https://github.com/carefree0910/carefree-drawboard/commit/1cae64278900abd0eccf98cc06bb9fc2f99be65f)).
> Now we can adjust `x`, `y`, `w`, `h` of the selected `Node` elegantly.
* Supported `no_offload` ([8cb2fc8](https://github.com/carefree0910/carefree-drawboard/commit/8cb2fc8d66b8aaf44c0ca451a83eb4afdce20a7e)).
* Supported specifying `requirements.txt` ([3cd9b39](https://github.com/carefree0910/carefree-drawboard/commit/3cd9b3912016ab5f8cadee12296de655989127e3)).