Skip to content

Commit 90442d5

Browse files
authored
Merge pull request #3619 from AlchemyCMS/release/v8.0.6
Release v8.0.6
2 parents 7fa17b0 + bb3f654 commit 90442d5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 8.0.6 (2026-02-03)
4+
5+
## What's Changed
6+
* [8.0-stable] fix: Disabled button styles by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3604
7+
* [8.0-stable] Use css only solution to reduce FOUC by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3615
8+
* [8.0-stable] Fix creating a fixed element by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3616
9+
* [8.0-stable] Fix scrollable elements offset for fixed elements by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3617
10+
11+
12+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.5...v8.0.6
13+
314
## 8.0.5 (2026-01-28)
415

516
## What's Changed

lib/alchemy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Alchemy
4-
VERSION = "8.0.5"
4+
VERSION = "8.0.6"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)