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: SU-SWS/decanter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.0-alpha.7
Choose a base ref
...
head repository: SU-SWS/decanter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.0-beta.0
Choose a head ref
  • 2 commits
  • 14 files changed
  • 5 contributors

Commits on Jul 13, 2021

  1. ADAPT-2856: Moving styles from tags to classes (#841)

    Co-authored-by: Yvonne Tang <ytang2@stanford.edu>
    Co-authored-by: Shea McKinney <sherakama@gmail.com>
    Co-authored-by: Sherakama <sheamck@stanford.edu>
    4 people authored Jul 13, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    jvnipers Juniper
    Copy the full SHA
    5b71a64 View commit details
  2. 7.0.0-beta.0

    actions-user committed Jul 13, 2021
    Copy the full SHA
    2791b89 View commit details
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [7.0.0-beta.0](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.7...7.0.0-beta.0)

- ADAPT-2856: Moving styles from tags to classes [`#841`](https://github.com/SU-SWS/decanter/pull/841)

#### [7.0.0-alpha.7](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.6...7.0.0-alpha.7)

> 15 June 2021
- ADAPT-2695: Add additional borderWidths [`#838`](https://github.com/SU-SWS/decanter/pull/838)
- Added 4,6,8 pixel border widths [`#834`](https://github.com/SU-SWS/decanter/pull/834)

13 changes: 13 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Upgrade

Upgrade from version 7.0.0-alpha to 7.0.0-beta
-------------------------------------------
- Renamed `su-input-base` to `su-input`
- We removed the base styles from form elements as they were too hard to override. You are now expected to add the following css classes to your form elements.
- `su-button`
- `su-radio`
- `su-checkbox`
- `su-fieldset`
- `su-label`
- `su-legend`
- `su-textarea`
- `su-select`

Upgrade from version 6.2.x to 7.0.0-alpha.x
-------------------------------------------
We are still working on this. We will have documentation on this change by
Loading