Skip to content

Commit 5b41eb5

Browse files
committed
Bump 1.0.1
1 parent 2f8f79b commit 5b41eb5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
6+
## [1.0.1] 2023-11-24
7+
8+
- Dropped dependency on `rails` and now only depends on `railties`
9+
- Fix an out of order rendering issue when yielding from a partial rendered with a block delegated from a component’s content block
10+
- Added `flash` helper adapter in `Phlex::Rails::Helpers::Flash`
11+
- Removed experimental form component
12+
513
## [1.0.0] 2023-04-19
614

715
### Added

lib/phlex/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Phlex
44
module Rails
5-
VERSION = "1.0.0"
5+
VERSION = "1.0.1"
66
end
77
end

0 commit comments

Comments
 (0)