Skip to content

Releases: phlex-ruby/phlex

2.0.2

16 Feb 12:49
Compare
Choose a tag to compare

What's Changed

If you try to access context before the component starts being rendered (e.g. from your initializer), it will now raise a helpful error message. This is non-breaking because it was always raising an error message. The previous error message was that it couldn’t find the method user_context on nil.

Full Changelog: 2.0.1...2.0.2

2.0.1

15 Feb 21:35
Compare
Choose a tag to compare

What's Changed

This non-breaking release fixes a regression that meant the render? predicate was called before the context was set. This meant an error would be raised if you called out to a helper in the render? method.

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Feb 17:00
Compare
Choose a tag to compare

What's Changed

Many things [updated releases notes coming soon.]

New Contributors

Full Changelog: 1.11.0...2.0.0

2.0.0.rc1

26 Nov 21:21
Compare
Choose a tag to compare
2.0.0.rc1 Pre-release
Pre-release
Merge branch 'main' of https://github.com/phlex-ruby/phlex

1.11.0

06 Jul 10:37
Compare
Choose a tag to compare

What's Changed

  • Phlex::Kit is no longer experimental! 🎉
  • Improved the way Phlex::Kit loads constants when a components’ method is called prior to the constant being loaded.
  • Improved the deprecation warning when defining the template method. The warning now tells you which class to fix.
  • We now warn on double-render and the use of non standard id attributes

PRs

Full Changelog: 1.10.3...1.11.0

1.10.3

01 Jun 14:51
Compare
Choose a tag to compare

You can now pass arguments to capture, which will be yielded to the block.

Full Changelog: 1.10.2...1.10.3

1.10.2

29 Apr 13:36
Compare
Choose a tag to compare

Includes security fixes for GHSA-9p57-h987-4vgx

1.9.3

29 Apr 13:36
Compare
Choose a tag to compare

Includes security fixes for GHSA-9p57-h987-4vgx

1.9.2

28 Apr 11:52
Compare
Choose a tag to compare

Includes important security fixes. See GHSA-g7xq-xv8c-h98c

1.8.3

28 Apr 11:55
Compare
Choose a tag to compare

Includes important security fixes. See GHSA-g7xq-xv8c-h98c