All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2024-02-04
- The contents of the PRs opened in the
starlette-admin
repo have been transferred by @hasansezertasan in #1 - Add examples structure by @hasansezertasan in #2
- Add support for
SimpleMDE
,CKEditor4
, andCKEditor4
by @hasansezertasan in #10 - Add Project Structure by @hasansezertasan in #11
- Add support for
Bootstrap Show Password
and fix some docstrings by @hasansezertasan in #17 - Add Example: Kitchensink by @hasansezertasan in #22
- Rename
extend_admin
asStarletteAdminFields
and add placeholder template by @hasansezertasan in #29 - Add tests and update CI/CD by @hasansezertasan in #30
- Remove
examples.fields
folder and put the entire example in one directory:example
by @hasansezertasan in #32