Releases: marcantondahmen/automad
Releases · marcantondahmen/automad
2.0.0-alpha.48
New Features
- update standard theme (9a960fc0)
2.0.0-alpha.47
New Features
- add KaTeX block type and support for inline KaTeX (28d1c732)
- add callout block type (a7ff731a)
- add collapsible section block type that can also be used as an accordion (df9a358b)
- add loading animations for page duplication and switching templates (d96ce513)
- add option to add an alt attribute to an image block (3cef0e9e)
- add option to set a document language when language routing is disabled (a1afd64e)
- improve default block styles (ebdba3db)
- improve overscroll behavior of the dashboard sidebar (b450947a)
- migrate webpack configuration to esbuild for building esm bundles (a4da35ef)
- show loading cursor also during async fetches (fcee7a6b)
- store automad version in page data instead of editor data (d0c295a6)
- update automad-editorjs (42df278b)
- update dashboard color schemes (68c87b91)
- update sortable tree package (227c71e2)
Bugfixes
2.0.0-alpha.46
2.0.0-alpha.45
New Features
- find first image in page also when being part of a gallery or slideshow block (85c635fc)
- only inject block assets when needed (7bc6a1a3)
- only inject consent check assets when needed (5b72b99e)
- update standard theme (eab25414)
Bugfixes
- fix broken event handlers in the image collection component after being moved around in the dom (4daac0b3)
- fix double invocation of the set method in templates (e5d3c132)
- fix rendering error when an empty image block is added to a page (94bdec46)
- fix twitter card meta tag (28eec2e2)
- fix twitter embeds (b273e896)
- improve injection of inpage edit buttons (0d85722e)
2.0.0-alpha.44
2.0.0-alpha.43
New Features
- add config options to define custom webp and png qualities (fb14d7ad)
- add custom helper function for including template files inside native php functions (b89c3777)
- add global helper that can register a custom function inside templates (1c207211)
- add option to reference other select field options by name (571b1b5b)
- add option to wrap custom php code in simple functions that can be invoked like any other extension (3f07aa12)
- update package registry (0af30cca)
Bugfixes
- show option to revert a block to the default layout (5f75f708)
2.0.0-alpha.42
2.0.0-alpha.41
2.0.0-alpha.40
New Features
- add readme files for cache and config directories about avoiding temporary and sensitive information being version controlled (322d2e03)
2.0.0-alpha.39
New Features
- add separate .gitignore files for cache and config directories (465e5e34)
- filter out empty tune data when saving blocks (389d504a)
- improve block editor ui including icons and toolbars (93b8eb8c)
- improve stability of block editor when corrupted data is used for initialization (693a15b8)
- update editor.js (d2361cf5)