v1.0.0 Beta 14
·
313 commits
to main
since this release
This release contains a few bug fixes, with the big feature being the addition of a service worker. This should make the app feel a bit more sprightly, and of course mean previously viewed pages can be viewed offline. There’s been some updates to the app.webmanifest file; you might need to clear your cache for these changes to be reflected before installing as a web app.
💟 Indiekit is supported by its community. This release was sponsored by @abhas, @sentience and @roobottom.
Features
- endpoint-files: add back link to file upload page (acb0721)
- endpoint-files: shortcut icon (8140b27)
- endpoint-posts: always hide advanced options when creating new post (8a0e42c)
- endpoint-posts: remove editor height attributes (860c8ef)
- endpoint-posts: sanitize tag input (50a3497)
- endpoint-posts: shortcut icon (4969d37)
- frontend: add icon option to warning component (55c2c2f)
- frontend: add sanitizer for tag input (e0b47db)
- frontend: add shortcut icon function (8d77a53)
- frontend: create a new tag when comma key pressed (08906d1)
- frontend: export theme color helpers (5322184)
- frontend: increase font size of actions component (a9b3415)
- frontend: move actions below heading (14aa3e1)
- frontend: offline icon (0c0d9d6)
- frontend: option to not show hidden prefix for warning text (2a66c36)
- frontend: service worker (799134c)
- frontend: update app icon function to take purpose (7bc22c6)
- frontend: update path to
apple-touch-icon(aea2f54) - frontend: use fixed min, not customisable max height for markdown editor (3af3cfa)
- frontend: use theme color based on color scheme (c66b7a3)
- indiekit: add
theme_colorandbackground_colorto web app manifest (b1ffaf5) - indiekit: maskable app icon (6fabca3)
- indiekit: robots.txt (e6bac12)
- indiekit: shortcut icons (5229634)
- indiekit: update web app manifest (da11b4f)
- indiekit: use service worker (fac293a)
Bug Fixes
- endpoint-media: correctly remove original file extension (f17ba2e)
- frontend: increase size of logo in maskable icon (b48c3db)
- frontend: only resize share preview when parent form (c071059)
- frontend: style misspelt words in markdown editor (e4fb607)
- frontend: svg icons with titles should be focusable (cc5fde9)
- frontend: use explicit image dimensions (5800028)
- indiekit: remove database requirement check from shortcuts (e6b2099)
- post-type-audio: contain audio within figure (18162c5)
- post-type-photo: contain photo within figure (34a506f)
- post-type-video: contain video within figure (aa0d6ae)