Skip to content

1.0.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@joeldrapper joeldrapper released this 25 Nov 15:24
· 475 commits to main since this release

This is a release candidate for Phlex 1.0.

If you were using Phlex with rails, you'll need to install phlex-rails instead of phlex.

Notable changes

  • Remove Rails integration — this is now available in phlex-rails
  • Removed Phlex::Markdown — this is now available in phlex-markdown
  • Remove Phlex::Translation — this is now available in phlex-translation
  • Removed the compiler — this will be available in phlex-compiler
  • Removed Phlex::Testing::Nokogiri — this is now available in phlex-testing-nokogiri
  • Removed Phlex::Testing::Capybara — this is now available in phlex-testing-capybara
  • Removed Phlex::Block, all blocks are wrapped by yield_content automatically which also ensures they execute in the right context
  • Added an around_template hook
  • Renamed before_rendering_template and after_rendering_template hooks to before_template and after_template. You no longer need to prepend Phlex::Callbacks to use these either.
  • Added support for TruffleRuby
  • The comment helper method now accepts a block
  • Added a warning for experimental features like collections and tables

Full Changelog: 0.5.3...1.0.0.rc1