Releases: uttori/uttori-wiki
Releases · uttori/uttori-wiki
Release 6.0.4
- Ensure tags are sorted (fdfe5d0)
Release 6.0.3
- Fix export types (b21a656)
Release 6.0.2
Release 6.0.1
- 🧰 Add support for setting the
layout
on documents to determine the layout to render with - 🧰 Add
EJSRenderer
plugin for rendering EJS content in posts - 🧰 Add
DownloadRouter
plugin for allowing downloads withReferrer
checking - 🛠 Fix
AddQueryOutputToViewModel
plugin types
6.0.1 - 2023-12-25
Release 6.0.0
- 💥 BREAKING CHANGES!
- 💥 Rename config key:
home_page
tohomePage
- 💥 Rename config key:
ignore_slugs
toignoreSlugs
- 💥 Rename config key:
home_page
toexcerptLength
- 💥 Rename config key:
excerpt_length
tohomePage
- 💥 Rename config key:
site_url
topublicUrl
- 💥 Rename config key:
theme_dir
tothemePath
- 💥 Rename config key:
public_dir
topublicPath
- 💥 Rename config key:
use_delete_key
touseDeleteKey
- 💥 Rename config key:
delete_key
todeleteKey
- 💥 Rename config key:
use_edit_key
touseEditKey
- 💥 Rename config key:
edit_key
toeditKey
- 💥 Rename config key:
public_history
topublicHistory
- 💥 Rename config key:
handle_not_found
tohandleNotFound
- 💥 Rename config key:
use_cache
touseCache
- 💥 Rename config key:
cache_short
tocacheShort
- 💥 Rename config key:
cache_long
tocacheLong
- 💥 Removed many configuration options that were not being used or items that should be theme specific:
site_title
,site_header
,site_footer
,site_sections
,site_locale
,site_twitter_site
,site_twitter_creator
,site_image
- 🧰 Add support for setting the
routes
for search & tags - 🧰 Add support for setting the
titles
for search & tags - 🧰 Added support for
allowCRUDRoutes
to disable the CRUD routes for a read-only wiki - 🧰 Added support for
ignoreTags
to ignore documents with specific tags - 🧰 Remove support for CommonJS, now requires ESM support
- Change the
detailRoute
route path matcher to/:slug*?
to allow for nested routes with the use of overridingdetailRoute
and handling therequest.params.slug
value accordingly` - 🎁 Update dependencies
- 🛠 Standardize types
- 🛠 Update ESLint configuration
- 🛠 Update documentation
6.0.0 - 2023-12-22
Release 5.2.2
Release 5.2.1
- Small cleanup (95e9275)
Release 5.2.0
- Add per route middleware configuration (fbe2688)
Release 5.1.0
Release 5.0.3
- Update dependencies (f913dbf)