Releases: marcantondahmen/automad
Releases · marcantondahmen/automad
2.0.0-alpha.10
New Features
- add download link to file cards (461ece5e)
- add option to define the order of fields inside the dashboard in the theme.json file (55d93ec1)
- make sure that block ids are always unique in rendered html (9f07136e)
Bugfixes
- ui: fix button text overflow breaking card layouts (2bdfe5fa)
- ui: fix datetime input field style on ios (166e1dc7)
- fix download links in file info modal (0b81320a)
- fix navbar spacing in inpage edit form (0fd31f74)
- fix position of inpage edit overlay in dom (486a455e)
- fix processing email addresses inside of markdown blocks (af569f03)
- fix small display alert being copied with editor content (cb7a6c73)
- fix template name display in page data form (451101de)
2.0.0-alpha.9
New Features
- ui: add undo and redo button tooltips (e5def55b)
- ui: improve highlighting of matches in search results (4586f54b)
- add option to discard changes and revert content to the last published version (2a40c1e7)
- add public pagelist api (6967a5fa)
- add select field type (45a7e156)
- improve handling of usernames and emails (847b80aa)
- purge unused fields when changing page templates (1a23b56c)
- purge unused fields when changing the main theme (b9f1da59)
Bugfixes
2.0.0-alpha.8
New Features
- add customization editor placeholders with shared values (8aa92e3c)
- hide block editor on small devices and show alert instead (2b3f644e)
- improve customization field labels and add customization section info (a08ce16d)
- improve urls of remote images (ab6514de)
- merge data of localized home page with shared data when language router is enabled (81165de5)
- replace custom js and css file fields with custom html fields (38be7bab)
Bugfixes
- i18n: fix home page url when language router is enabled (02391e2f)
- ui: fix disappearing block when dragging onto itself (d3a3d4a9)
- ui: fix hidden dropdown items on small devices (0800a93d)
- ui: fix text overflow in jump bar (03109a60)
- ui: fix text overflow of autocomplete dropdowns (45cd0b25)
- enable text wrap in code editors in order to fix invisble text (fa107781)
- fix deleting image caption not triggering change event (1960fb0b)
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
New Features
- add better button loading state (f2eaf369)
Bugfixes
- history: fix missing revisions when using in-page edit mode (4a87da80)
- fix delete button state for empty file lists (c9617f0a)
- fix image previews when pretty urls are disabled (2cc2afa8)
- fix remote code execution vulnerability in file editor (85e23bc6)
- set proper response code when uploading unsupported file type (66f369c3)
2.0.0-alpha.4
New Features
- engine: add syntax highlighting for code blocks and markdown variables (e9d14ae1)
- migration: map legacy standard theme to new standard-v1 composer package (94b3714f)
- ui: add syntax highlighting theme selection field to page and shared settings (cf85d6ae)
- add line numbers and copy button for code blocks (ca6c7001)
- add syntax highlighting for the automad template language (94aefa35)
Bugfixes
- blocks: fix gallery counter and caption color (9049b750)
- core: set cookie path to base url (118bd164)
- dashboard: fix image editor color select and modal styles (aca720b5)
- dashboard: fix missing publish button on small devices (8678ab32)
- dashboard: fix text selection colors (1d7e3203)
- dashboard: open in-page edit mode in same tab (56e89b83)
- engine: fix missing strikethrough support in markdown fields (f700a1be)
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
Breaking Changes
- ui: pages can be sorted and moved directly in the sidebar (4579f83e1)
- change minimum required PHP version to 8.2 (5efeb8e)
- remove headless mode feature (c79b377c8)
New Features
- blocks: add align items layout option for section blocks (f7b7bed25)
- blocks: add block duplication tune (e52be1a57)
- core: add debug logging to json files (fa2821212)
- core: add draft and published states for pages and shared content (d1b539d57)
- core: add i18n support for multilingual sites (b3f0bb505)
- core: add support for webp images (19cc81574)
- dashboard: store translations in json files (f3deae501)
- ui: add FileRobot image editor (4bcf9bd52)
- ui: add dark mode for dashboard (da343b8f9)
- ui: add field and file filter (2ecf1c0b4)
- ui: add password requirements check (83e097103)
- ui: implement undo functionality (053a9c3f2)
- ui: pages can be sorted and moved directly in the sidebar (4579f83e1)
- ui: remove UIkit from Composer dependencies (93a2bb7ee)
- ui: remove jQuery from NPM dependencies (989b21fe5)
- add ability to restore deleted pages (c4067bac3)
- add result context when searching for pages (63e838e88)
- add version history for pages (2b139fba7)
- allow for running Automad behind a proxy (414dd5aa2)
- remove headless mode feature (c79b377c8)
- use .json instead of .txt files to store page and shared data (96a1f184a)
- use symfony/mailer for sending emails (5efeb8e)