Skip to content

Releases: marcantondahmen/automad

2.0.0-alpha.48

25 Oct 17:18

Choose a tag to compare

New Features

2.0.0-alpha.47

24 Oct 17:10

Choose a tag to compare

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

  • correctly destroy sortable tree instances (df2e6ae0)
  • fix block editor content styles (ab2c09d9)
  • fix double encoding of ampersand characters in meta tags (b5c9b318)
  • fix line breaks in table block (e5a699f6)
  • fix tagify events (df994449)
  • improve removal of event listeners on route change (a72a80f9)

2.0.0-alpha.46

23 Sep 17:07

Choose a tag to compare

Bugfixes

  • fix rendering of inter font (9aae73f8)
  • fix setting variables in custom user defined snippets and blocks (55543a67)

2.0.0-alpha.45

21 Sep 16:12

Choose a tag to compare

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

08 Sep 19:12

Choose a tag to compare

New Features

Bugfixes

  • allow decimal values in number and unit fields (80d22771)
  • fix asset injections when templates have whitespace at the top (dd908a67)
  • fix indicator link for outdated packages (6b9a8607)
  • refactor template processor snippet flag and fix inheritance when using inc function (e5b9b3af)

2.0.0-alpha.43

05 Sep 18:37

Choose a tag to compare

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

16 Aug 18:44

Choose a tag to compare

Bugfixes

  • fix number unit input fields (679c168f)
  • fix section block preview rendering (43547af0)

2.0.0-alpha.41

16 Aug 18:19

Choose a tag to compare

Breaking Changes

  • remove option to make a section block match the row height in a flex layout and fix stretch flex layout in a parent section (873686df)

New Features

  • add option to fill out the entire rectangle when using the row layout of the gallery block (f44920e6)

Bugfixes

  • remove option to make a section block match the row height in a flex layout and fix stretch flex layout in a parent section (873686df)
  • fix field filters in customization tab (ecec9f56)
  • fix issue with filtering empty tune data (4cada3d2)
  • fix rendering of gallery blocks (c0685a7d)

2.0.0-alpha.40

03 Aug 13:25

Choose a tag to compare

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

03 Aug 11:46

Choose a tag to compare

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)