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

[WIP] Update to Bootstrap 4 #181

Closed
wants to merge 41 commits into from
Closed

Commits on Dec 28, 2016

  1. Copy the full SHA
    ce0b7be View commit details
    Browse the repository at this point in the history
  2. Glyphicons dropped in BS4.

    srvance committed Dec 28, 2016
    Copy the full SHA
    feb779a View commit details
    Browse the repository at this point in the history
  3. Modernize syntax

    srvance committed Dec 28, 2016
    Copy the full SHA
    709695c View commit details
    Browse the repository at this point in the history
  4. Get it building with ember-cli-sass. Makes the dummy app look better,…

    … but it's still not right.
    srvance committed Dec 28, 2016
    Copy the full SHA
    5c1efe6 View commit details
    Browse the repository at this point in the history
  5. Get navs working better in the dummy app. Some of it will have to wai…

    …t until forms are updated.
    srvance committed Dec 28, 2016
    Copy the full SHA
    9656e45 View commit details
    Browse the repository at this point in the history
  6. Implement the nav.linkto contextual component as a closure on `link…

    …-to`. May have to be a fully extended component to avoid class overwriting.
    srvance committed Dec 28, 2016
    Copy the full SHA
    d48c50e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1d1d3cb View commit details
    Browse the repository at this point in the history
  8. Update checkbox partials.

    srvance committed Dec 28, 2016
    Copy the full SHA
    fb541a1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1a21015 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    47a5b78 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    949fcf2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    fe536f7 View commit details
    Browse the repository at this point in the history
  13. Fix the accordion in the dummy app. The selection state was no longer…

    … in scope with contextual components.
    srvance committed Dec 28, 2016
    Copy the full SHA
    dfa0ae9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    b8ed695 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Copy the full SHA
    b357f8a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9bf0695 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    89461b2 View commit details
    Browse the repository at this point in the history
  4. Glyphicons dropped in BS4.

    srvance committed Dec 29, 2016
    Copy the full SHA
    681527a View commit details
    Browse the repository at this point in the history
  5. Modernize syntax

    srvance committed Dec 29, 2016
    Copy the full SHA
    8e45589 View commit details
    Browse the repository at this point in the history
  6. Get it building with ember-cli-sass. Makes the dummy app look better,…

    … but it's still not right.
    srvance committed Dec 29, 2016
    Copy the full SHA
    ca1ae14 View commit details
    Browse the repository at this point in the history
  7. Get navs working better in the dummy app. Some of it will have to wai…

    …t until forms are updated.
    srvance committed Dec 29, 2016
    Copy the full SHA
    e282bf5 View commit details
    Browse the repository at this point in the history
  8. Implement the nav.linkto contextual component as a closure on `link…

    …-to`. May have to be a fully extended component to avoid class overwriting.
    srvance committed Dec 29, 2016
    Copy the full SHA
    2ec5272 View commit details
    Browse the repository at this point in the history
  9. Update checkbox partials.

    srvance committed Dec 29, 2016
    Copy the full SHA
    a03bf67 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a980b0c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f386d7f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    dacc99f View commit details
    Browse the repository at this point in the history
  13. Fix the accordion in the dummy app. The selection state was no longer…

    … in scope with contextual components.
    srvance committed Dec 29, 2016
    Copy the full SHA
    ff90a5a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    980278e View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    c723e00 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    edf56da View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    5e72caa View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    5091080 View commit details
    Browse the repository at this point in the history
  19. Update to use nav.link-to

    srvance committed Dec 29, 2016
    Copy the full SHA
    215b526 View commit details
    Browse the repository at this point in the history
  20. Add a toggleBreak property to the navbar that propagates down into …

    …the content and toggle to put the correct size classes on those elements.
    srvance committed Dec 29, 2016
    Copy the full SHA
    8a41ed7 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'add-bs4' of github.com:srvance/ember-bootstrap into add…

    …-bs4
    
    # Conflicts:
    #	tests/dummy/app/controllers/accordion.js
    #	tests/dummy/app/styles/app.scss
    #	tests/dummy/app/templates/accordion.hbs
    srvance committed Dec 29, 2016
    Copy the full SHA
    e91b616 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'add-bs4' of github.com:srvance/ember-bootstrap into add…

    …-bs4
    
    # Conflicts:
    #	tests/dummy/app/controllers/accordion.js
    #	tests/dummy/app/styles/app.scss
    #	tests/dummy/app/templates/accordion.hbs
    srvance committed Dec 29, 2016
    Copy the full SHA
    689ab8e View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    7d51373 View commit details
    Browse the repository at this point in the history
  24. Get tab formatting right by explicitly adding the necessary classes i…

    …n the bs-tab template. May need to change when we figure out how to handle dropdowns in navs.
    srvance committed Dec 29, 2016
    Copy the full SHA
    ba9ef47 View commit details
    Browse the repository at this point in the history
  25. Fix JSCS issue

    srvance committed Dec 29, 2016
    Copy the full SHA
    7651842 View commit details
    Browse the repository at this point in the history
  26. Fix the nav.link-to test.

    srvance committed Dec 29, 2016
    Copy the full SHA
    dcfdc37 View commit details
    Browse the repository at this point in the history
  27. Fix another JSCS issue.

    srvance committed Dec 29, 2016
    Copy the full SHA
    96e2b88 View commit details
    Browse the repository at this point in the history