Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.4
Choose a base ref
...
head repository: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Jan 6, 2022

  1. Fix: Insert centering container around the yield (#106)

    Insertion point of the centering container was problematic.
    Meaning, if someone has a `yield :somethig`
    inside theirs `application.html.erb` old regex would pick that as a
    insertion point and possiblly break the html structure.
    
    This commit makes that regex more rigid to only insert centering
    container around the `<%= yield %>`.
    dixpac authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    dcd0973 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    dhh authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    2b2a5ec View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    b889dfc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    46ee274 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Upgrade to Tailwind CSS v3.0.15

    dhh committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    ad384c7 View commit details
    Browse the repository at this point in the history
  2. Bump for v2.0.5

    dhh committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    b5b9f5f View commit details
    Browse the repository at this point in the history
  3. Bump version for 2.0.5

    dhh committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    9c49c86 View commit details
    Browse the repository at this point in the history
Loading