Bebop's v0.2.0 release is another alpha version update. This version effectively takes the locally hosted proof of concept we built in v0.1.0 and moves it into the cloud. In doing so, we add a new dedicated editor in the Write screen, set up some cloud storage for documents and images, and build out the workflow by adding some examples of remote publishing (in this case publishing to the blogging platforms Hashnode and Dev from directly inside Bebop).
I've also added some experiments like a "default content" importer, that populated Bebop with the onboard documentation directly as Topics and Collections (which also sets the foundations for a future templating system). This version is a nice slice across all the basic elements of the workflow I'm exploring, and sets the foundation for some specific features and improvements.
What's Changed
- feat: initial v0.2.0 changes - add collections, API routes, and hooks by @ddri in #1
- fix: move topic editor inline above edited topic by @ddri in #7
- feat: enhance markdown editor with toolbar and word wrap by @ddri in #17
- feat: add topic descriptions and enhance markdown editor by @ddri in #19
- feat: add remove from collection functionality and fix type issues by @ddri in #20
- fix: publish and unpublish functionality by @ddri in #21
- Fix: Correctly await params in API route by @ddri in #23
- Fix: collections route edit by @ddri in #24
- Fix: lol by @ddri in #25
- Adding contributor file by @ddri in #29
- adding env example by @ddri in #31
- Create landing page and update default page routing by @ddri in #33
- Landing copy by @ddri in #35
- basic publish to devto by @ddri in #38
- Codemods by @ddri in #40
- Remove word count sorting options from Topics page by @ddri in #41
- Create a Media library page and test media files with local storage by @ddri in #42
- s3 buckets wip by @ddri in #43
- Topic images by @ddri in #45
- minor fixes by @ddri in #47
- Devto settings by @ddri in #48
- drag and drop for images by @ddri in #52
- new homepage by @ddri in #54
- codemirror fixes by @ddri in #61
- Settingsnav by @ddri in #62
- Set up basic media embedding (oEmbed model) by @ddri in #63
- Embed media by @ddri in #64
- preview mode by @ddri in #66
- Housekeeping and prep for 0.2.0 release by @ddri in #68
- Create default topic/collections by @ddri in #70
- Fix topic delete function by @ddri in #71
- S3 media sync fix by @ddri in #72
- Added collections delete function by @ddri in #73
Full Changelog: v0.1.0...v0.2.0