Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 8.0.7 (2026-02-06)

## What's Changed
* [8.0-stable] Add searchable attributes to element and ingredient definition by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3634
* [8.0-stable] fix(elements-window): Use fixed position by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3645
* [8.0-stable] fix(tinymce): Do not exceed height of element window by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3650
* [8.0-stable] fix(leave dialog): Re-align buttons by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3646
* [8.0-stable] fix(FOUC): Always register timeout animation by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3652
* [8.0-stable] fix(resource info value): Correct block alignment by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3653


**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.6...v8.0.7

## 8.0.6 (2026-02-03)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "8.0.6"
VERSION = "8.0.7"

def self.version
VERSION
Expand Down