Skip to content

v4.0.0

Latest

Choose a tag to compare

@JonKaric JonKaric released this 30 Jul 16:23
4fc782d

Version 4 ⭐

What's new:

  • You can now import media - or any content you want public - from the GitHub importer.
  • Dok now comes with search functionality.
  • View transitions now power theme changing.
  • The way you add, remove, and edit themes is now easier and streamlined.
  • Added animated background effect components.
  • External link extension is now enabled and styled by default.
  • Drawers and dropdowns now use x-teleport.
  • A bunch of improvements to all Blade components.
  • Now supports Torchlight Engines dark/light themes.

What's changed:

  • Removed theme config and added themes, allowing you to define Torchlight themes for different site themes.
  • Dropdown component has been improved.
    • Alpine directives are now automatically applied to the button.
    • Added checkbox, radio, radiogroup, and item components.
    • Checkbox and radio components are now updatable with x-model.
    • Dropdown will now be the width of the parent trigger button, or the specified min width.
  • Sidebar links are now slimmer.
  • CodeGroup headers are now slimmer.
  • Theme component removed and replaced with an Alpine store.
  • Themes have been improved to be more vibrant and unique.
  • Removed the popovers stack.

What's fixed:

  • Removed redundant buildRegexPattern() from ComponentBlockStartParser.php.
  • ComponentBlock.php was missing the $literal property declaration.
  • Skip route option now actually skips adding a route, instead of setting the literal string 'skip' in CreateRelease.php.
  • TagNotFoundException can now be reached properly in Project.php and Release.php.
  • project and release tags throw more meaningful exceptions and have better checks.
  • Fixed an issue where dok:outline would return no_results if min wasn't specified.
  • Dropdown width is now tied to the trigger button width.
  • dok:outline now counts all headings, not just top level ones.

Full Changelog: v3.0.5...v4.0.0