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

V9 changes to master #825

Merged
merged 47 commits into from
Jun 4, 2018
Merged

V9 changes to master #825

merged 47 commits into from
Jun 4, 2018

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented May 30, 2018

Overview

This PR is a version of v9 branch rebased to master. There are some pending changes to v9 and I’ll make sure bringing those to here (v9-rc).

Added

All v9 changes.

Testing / Reviewing

Another close eyes on every component will be nice. Especially code snippet - The skeleton change and the change of new set of variants seem to conflict a bit hardly, so having close eyes there will be great.

marijohannessen and others added 22 commits May 31, 2018 06:05
* feat(inputs): fixed old pr and added inputs and colors work

* feat(inputs): fixed inline select
* feat(code-snippet): Update code snippet styles and names

* feat(code-snippet): Update font size

* chore: cleanup html files

* feat(code-snippet): Update feedback copy tooltip to match new styles

* chore: cleanup javascript

* feat(code-snippet): Update copy tooltip styles

* chore: cleanup js

* feat(code-snippet): Update click event to only happen on button

* chore: Add back support for deprecated class names

* feat(code-snippet): Update tooltip styles and positioning

* fix: update tooltip positioning for inline snippet
* fix(data-table-v2): fix the icon that becomes small when column header wraps, resolves #720 (#742)

* fix(tooltip): Firefox overflowing text when you have a long enough string without spaces (#737)

* feat(dropdown): added inline dropdown, style changes to dropdown, fixed link in data table readme  (#746)

* feat(dropdown): added inline dropdown

* feat(dropdown): fixed js

* docs(components): add component model explainer (#739)

* fix(grid): center grid at largest breakpoint (#747)

* fix(letter-spacing): Remove letter-spacing (#748)

* fix(letter-spacing): remove letter-spacing across the board

* fix(letter-spacing): change hard-coded letter-spacing values to use the mixin

* fix(select): added disabled styling to option in select (#751)

* fix(select): added disabled styling to select item

* fix(select): removed disabled

* fix(select): added cursor not allowed

* fix(dropdown): added tabindex logic to dropdown (#749)

* fix(input): remove red focus ring when input marked as required firefox (#750)

* fix(multi-select): fixed width and hover color (#752)

* feat(Skeleton-states): Add skeleton state styles (#713)

* feat(skeleton): Add skeleton loading mixin and styles

* feat(skeleton): Add skeleton icon styles

* feat(skeleton): Add skeleton styles to components

* feat(skeleton): Add structured list skeleton

* feat: skeleton styles

* feat: add skeleton demo html

* feat: update skeleton html

* feat(skeleton-states): Update accordion skeleton styles

* feat(skeleton-states): Update accordion

* chore: Update px to rem

* chore: remove duplicate code

* chore: Add correct color value for skeleton state

* feat(skeleton-states): Update data table

* fix(skeleton-states): Add helper-mixins import to components using skeleton states (#755)

* fix(data-table): update data-table to use the new search component (#754)

* fix(structured-list): Update header alignment to bottom to match designs (#753)

* feat(truncation): add truncation classes (#757)

* feat(truncation): add truncation classes

* fix(truncation): update truncation classes to be more semantic

* fix(truncation): use prefix variable

* fix(structured-list): fixed column header text size (#766)

* fix(structured-list): fixed column header text size

* chore(structured-list): deleted extra file

* fix(forms): Add helper-mixins import (#767)

* fix(helper-classes): import vars file (#768)
* fix(code-snippet): Update skeleton state styles

* fix: swap code and pre tag nesting order

* fix(code-snippet): Update hbs template for code snippet

* fix: spelling error

* chore: remove old files

* chore: move changes from PR 774 to this

* fix: Update click event to run on button
* feat(dropdown): added inline dropdown, style changes to dropdown, fixed link in data table readme  (#746)

* feat(dropdown): added inline dropdown

* feat(dropdown): fixed js

* fix(letter-spacing): Remove letter-spacing (#748)

* fix(letter-spacing): remove letter-spacing across the board

* fix(letter-spacing): change hard-coded letter-spacing values to use the mixin

* fix(dropdown): added tabindex logic to dropdown (#749)

* feat(Skeleton-states): Add skeleton state styles (#713)

* feat(skeleton): Add skeleton loading mixin and styles

* feat(skeleton): Add skeleton icon styles

* feat(skeleton): Add skeleton styles to components

* feat(skeleton): Add structured list skeleton

* feat: skeleton styles

* feat: add skeleton demo html

* feat: update skeleton html

* feat(skeleton-states): Update accordion skeleton styles

* feat(skeleton-states): Update accordion

* chore: Update px to rem

* chore: remove duplicate code

* chore: Add correct color value for skeleton state

* feat(skeleton-states): Update data table

* fix(font-face): bring missing $css--font-face reference back (#778)

Fixes #777.
* chore(devenv): update variant labels

* chore(devenv): modal config update
* feat(tooltip): add definition tooltip

* feat(tooltip): add on click tooltip

* chore(tooltip): simple info tooltip

* fix(tooltip): fix arrowhead 1 pixel

* chore(tooltip): add v2 of tooltip in seperate folder

* chore(tooltip): add previous version of tooltip

* chore(tooltip): add files to globals

* fix(tooltip): fix simple tooltip class name

* chore(tooltip): add definition tooltip to readme

* chore(tooltip): add tooltip icon

* chore(tooltip): change definition tooltip to seperate element

* fix(tooltip): fix merge conflict again

* chore(tooltip): removed v2 and added new color variables

* chore(tooltip): add bold modifier

* chore(tooltip): updated migration to v9 and readme files

* chore(tooltip): add focus to definition

* chore(tooltip): remove tab

* fix(tooltip): added accessibility aria tags

* chore(tooltip): change arrow to be a dom element

* chore(tooltip): change aria label location

* chore(tooltip): attribute name change
* feat(dropdown): added inline dropdown, style changes to dropdown, fixed link in data table readme  (#746)

* feat(dropdown): added inline dropdown

* feat(dropdown): fixed js

* feat(Skeleton-states): Add skeleton state styles (#713)

* feat(skeleton): Add skeleton loading mixin and styles

* feat(skeleton): Add skeleton icon styles

* feat(skeleton): Add skeleton styles to components

* feat(skeleton): Add structured list skeleton

* feat: skeleton styles

* feat: add skeleton demo html

* feat: update skeleton html

* feat(skeleton-states): Update accordion skeleton styles

* feat(skeleton-states): Update accordion

* chore: Update px to rem

* chore: remove duplicate code

* chore: Add correct color value for skeleton state

* feat(skeleton-states): Update data table

* fix(tile): add check to make sure element exists (#786)

* feat(data-table-v2): add inline edit styles for cell (#780)

* fix(table): Missing border in firefox (#787)

* fix(overflow-menu): added different styles for focus and hover (#788)

* fix(overflow-menu): added different styles for focus and hover

* fix(overflow-menu): fixed danger hover/focus

* fix(data-table-v2): remove left positioning from sort icon (#789)

* fix(tile): check if is--expanded is set when tile component is loaded (#791)

* fix(danger-button): Add correct hover color for icon (#794)

* fix(table): removes selected class from row on cancel click (#793)

* chore(git): update gitignore for *.log files (#798)

* fix(button): bring back primary danger button
* feat(dropdown): Add light variation

* feat(list-box): Add light variation
* feat(icons): start updating icons

* feat(icons): update more icons

* feat(icons): continue icon work

* feat(icons): finish up icon updates

* fix(overflow): fix hover colors on overflow menu
* chore(search): remove icons from search

* fix(search): fix default close button offset
* chore: Remove button docs ref glyphs

* fix(docs): Update component docs
* feat(slider): Add light variation

* fix: Fix spelling error in all config files
@tw15egan
Copy link
Member

Thanks for getting this ready, @asudoh! 🎉

@asudoh
Copy link
Contributor Author

asudoh commented May 31, 2018

Thank you for making the fixes @tw15egan! Merged it to v9 and cherry-picked it to here.

@asudoh asudoh changed the title DO NOT MERGE YET - V9 changes to master V9 changes to master Jun 1, 2018
@joshblack joshblack merged commit df65fd9 into master Jun 4, 2018
@joshblack joshblack deleted the v9-rc branch June 4, 2018 17:21
joshblack added a commit that referenced this pull request Jun 4, 2018
joshblack added a commit that referenced this pull request Jun 4, 2018
@joshblack joshblack mentioned this pull request Jun 4, 2018
@carbon-bot
Copy link
Contributor

🎉 This PR is included in version 9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants