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: bootstrap-styled/provider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: bootstrap-styled/provider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 2, 2019

  1. feat(utilities): update utilities to v4.4.0

    BREAKING CHANGE deprecate old utilities, they will be removed in futur version. Please now use new
    variant. If necessary, enabled old implementation back as described in the documentation
    
    BREAKING CHANGE: align, background, border, clearfix, display, flex, float, position, screenreaders,
    sizing, spacing, text, visibility are now disabled. display and media have been added and can be
    used to replace. They also migrated the theme colors, so far we keep using $brand-primary for v4
    components, but they now use $primary, etc... names and if you want to get those utilities with the
    proper colors, you will need to use the new naming convention. (in addition of the old naming
    convention until they get removed and unused from v4 and others libs)
    
    re bootstrap-styled/v4#92
    Dimitri Kopriwa committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    8cf8216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91bf9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584be39 View commit details
    Browse the repository at this point in the history
  4. test(fix): fix test

    Dimitri Kopriwa committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6db8481 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #50 from bootstrap-styled/dev

    test(fix): fix test
    kopax authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    39f64cd View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.5.3...v2.0.0) (2019-12-02)
    
    ### Features
    
    * **utilities:** update utilities to v4.4.0 ([8cf8216](8cf8216))
    
    ### BREAKING CHANGES
    
    * **utilities:** deprecate old utilities, they will be removed in futur version. Please now use new
    variant. If necessary, enabled old implementation back as described in the documentation
    * **utilities:** align, background, border, clearfix, display, flex, float, position, screenreaders,
    sizing, spacing, text, visibility are now disabled. display and media have been added and can be
    used to replace. They also migrated the theme colors, so far we keep using $brand-primary for v4
    components, but they now use $primary, etc... names and if you want to get those utilities with the
    proper colors, you will need to use the new naming convention. (in addition of the old naming
    convention until they get removed and unused from v4 and others libs)
    
    re bootstrap-styled/v4#92
    semantic-release-bot committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    140365d View commit details
    Browse the repository at this point in the history
Loading