Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5: Floating labels #30449

Merged
merged 15 commits into from Oct 28, 2020
Merged

v5: Floating labels #30449

merged 15 commits into from Oct 28, 2020

Commits on Oct 26, 2020

  1. v5: Promote floating labels example to component

    - Adds new .form-floating
    - Stubs out basics of a docs page
    - Removes existing Example
    mdo committed Oct 26, 2020
    Copy the full SHA
    d183a80 View commit details
    Browse the repository at this point in the history
  2. Update floating labels to support .form-select, make inputs and selec…

    …ts more consistent
    
    - To do this, I made the .form-control and .form-select consistent in min-height vs height
    - Removed some unused variables now
    - Updated -color to be the -color because I don't know why this was any different before
    - Update page to include some examples for layout, validation, and value
    - Rewrite styles to not modify padding, but instead transform and opacity
    mdo committed Oct 26, 2020
    Copy the full SHA
    5263856 View commit details
    Browse the repository at this point in the history
  3. Streamline and bulletproof some things

    - Apply some optimizations from code review
    - Removed unecessary properties from the label
    - Add some comments for what properties are required
    - Move from fixed height for labels to height 100% so we can support textareas
    - Improve docs a little bit, add ToC
    mdo committed Oct 26, 2020
    Copy the full SHA
    3b24fcd View commit details
    Browse the repository at this point in the history
  4. Move some values to variables, switch from scaling font-size to scale…

    …, update transforms
    mdo committed Oct 26, 2020
    Copy the full SHA
    8d68a3a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9dec3f3 View commit details
    Browse the repository at this point in the history
  6. Delete the now unused example images

    XhmikosR authored and mdo committed Oct 26, 2020
    Copy the full SHA
    4b708e0 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    XhmikosR authored and mdo committed Oct 26, 2020
    Copy the full SHA
    11dbcef View commit details
    Browse the repository at this point in the history
  8. Allowlist the calc function

    mdo committed Oct 26, 2020
    Copy the full SHA
    db45614 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cd6ca5a View commit details
    Browse the repository at this point in the history
  10. Test out autofill fix

    mdo committed Oct 26, 2020
    Copy the full SHA
    890078e View commit details
    Browse the repository at this point in the history
  11. Fix linter issue

    mdo committed Oct 26, 2020
    Copy the full SHA
    7ae0071 View commit details
    Browse the repository at this point in the history
  12. Mention it in the migration guide

    mdo committed Oct 26, 2020
    Copy the full SHA
    e4f7f67 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Bump bundlesize

    mdo committed Oct 27, 2020
    Copy the full SHA
    ac5f83a View commit details
    Browse the repository at this point in the history
  2. Add one more variable per review

    mdo committed Oct 27, 2020
    Copy the full SHA
    042a36c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Shave .25rem off the height

    mdo committed Oct 28, 2020
    Copy the full SHA
    57be9c6 View commit details
    Browse the repository at this point in the history