Release Notes (version 0.29)
Dendron 0.29 has sprouted 🌱
Highlights
- managed publishing (early preview) is here
- frontmatter can now be folded
- last modified times on published pages
- lots of performance improvements
- lots of bug fixes
Community
A big thanks to the following gardeners that brought up issues, contributions, and fixes to this release :man_farmer: :woman_farmer: You can see an overview of all roles here
- Peter Ritchie
- Mark H. Choi @hikchoi#8934
- Daniel Chapman
Release Notes (version 0.29)
0.28.1
Features
Managed Publishing (Early Preview)
The initial release comes with the ability to publish a dendron workspace under {username}.dendron.wiki. Dendron takes care of configuring your domain and building your site.
After you connect your github repo with Dendron, we'll kick off the initial publication. Every subsequent time you push to your repo, Dendron will automatically build your site with the latest changes.
At launch, we are supporting publishing from a connected github repo. Instructions to get started are here
Enhancements
- show last modified time for published sites (docs)
- add option to configure human readable ts formatting (docs)
- smaller downloads when using publishing commands for the first time
- much faster publishing commands
- frontmatter can now be folded
Bug Fixes
- 11ty build issues
- dendron
move note
command can fail when parents are stubs - preview can get out of sync with Dendron
House Cleaning
- dendron monorepo is now on yarn
- this results in 4x faster initial builds and 6x smaller bundle sizes when developing
- dendron-11ty is now merged into the dendron monorepo
If you currently have Dendron checked out, you can use the following instructions to migrate
# get latest version
git pull
npm install -g yarn
# remove old node_modules
./bootstrap/scripts/cleanup.sh
yarn bootstrap:bootstrap
yarn bootstrap:build