v3.0.0.beta1
Pre-release
Pre-release
florentferry
released this
28 Feb 21:02
·
12 commits
to master
since this release
Breaking changes:
- Dropped support for Rails 4.2
- Dropped support for Ruby 2.2
Enhancements:
- Komponent now reports component stats when you run
bin/rails stats
- Komponent now includes a styleguide engine that you can mount to your project
to document your components, and 2 new generators:rails g komponent:styleguide
to set it uprails g komponent:examples
to generate anexamples
file for each existing component
Bug fixes:
- Removed redundant
class
attribute in HAML templates - Fix
content_for
/yield
which was no longer working across components, sincev2.0.0
- Fix translation key lookup in partials (helper method
t
)