Skip to content

v2.46.0

Compare
Choose a tag to compare
@joelhawksley joelhawksley released this 03 Dec 16:04
· 604 commits to main since this release
cb5b2da
  • Add thread safety to the compiler.

    Horia Radu

  • Add theme-specific logo images to readme.

    Dylan Smith

  • Add Orbit to users list.

    Nicolas Goutay

  • Increase clarity around purpose and use of slots.

    Simon Fish

  • Deprecate loading view_component/engine directly.

    Upgrade notice: You should update your Gemfile like this:

    - gem "view_component", require: "view_component/engine"`
    + gem "view_component"

    Yoshiyuki Hirano