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

CSS Modules: Document Card #1149

Merged
merged 14 commits into from
Feb 28, 2017

Conversation

micahgodbolt
Copy link
Member

fixes initial cirlce in #1064

dzearing and others added 12 commits October 6, 2016 17:44
)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.
…utton pages (#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages
* added in the ability for contextualmenu projection.

* fixed lint problems
@micahgodbolt micahgodbolt added this to the css modules milestone Feb 28, 2017
@micahgodbolt micahgodbolt mentioned this pull request Feb 28, 2017
5 tasks
@@ -44,11 +44,18 @@ export class DocumentCardCompactExample extends React.Component<any, any> {
],
};

let style = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these styles part of the example instead of the component?

@micahgodbolt micahgodbolt changed the title Cmalonzo cmalonzo/document css CSS Modules: Document Card Feb 28, 2017
background-color: $ms-color-neutralLighterAlt;
overflow: hidden;

&.isFileList {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.previewIsFileList

@micahgodbolt micahgodbolt merged commit 39f5a64 into module-css-updates Feb 28, 2017
@micahgodbolt micahgodbolt deleted the cmalonzo-cmalonzo/document-css branch February 28, 2017 22:45
dzearing added a commit that referenced this pull request Mar 9, 2017
* CSS modules: Buttons and Links (#1033)

* Default/Primary fixed.

* Fixed Link.

* Updates to link and primary, default, and compound buttons.

* Fixing command button.

* Updating Command and Icon button styles.

* Adding change file.

* Updating comments.

* CSS modules: Breadcrumb (#1035)

* Updating breadcrumb to be css module compliant.

* Updating breadcrumb.

* CSS modules: Calendar, DatePicker (#1053)

* Updated Calendar and PeoplePicker to use css modules.

* Updating change file.

* Fixing whitespace in test.

* Updating calendar.

* Fixing logic.

* CSS modules: Callout, ContextualMenu, Tooltip, TeachingBubble, Dialog (#1051)

* CSS modulifying callout.

* Updating ContextualMenu and TeachingBubble.

* Updating Tooltip

* Fixing dialog.

* Fixing teaching bubble names.

* CSS modules: DetailsList, GroupedList (#1052)

* Fixing check.

* Totally fixing DetailsHeader, css modules, resizing addressed correctly.

* Updating DetailsRow, Check, Fields.

* Updating DetailsList rules.

* Updating GroupedList, GroupHeader, GroupFooter, GroupSpacer, and addressing missing key in DetailsHeader.

* Adding detailslist change file.

* Code review feedback.

* Fixed a few more.

* fixing checked.

* Found one more.

* MessageBar: Convert to CSS modules (#1086)

* modulify Overlay and MessageBar

* Dzearing component css form (#1102)

* Updated checkbox to use css modules.

* Fixing indentation

* Updating choicegroup.

* Fixing checkmark icon.

* Fixing Icon and Image.

* Updating ColorPicker.

* Layer, MarqueeSelection.

* Fixing dropdown.

* Fixing TextField.

* Updates to Slider, Spinner, Checkbox.

* Updating ProgressIndicator and Rating.

* Added change file.

* Fixing icon.

* Fixing choicegroup feedback.

* Addressing feedback.

* Updating tetxfield.

* Updated checkbox with full elelment name selectors

* Updated spinner with full element class names

* UPdated more classes to use full name

* CSS modules for dropdown, added base button flexContainer to be able … (#1103)

* CSS modules for dropdown, added base button flexContainer to be able to target

* CHanged to long class names

* Refactoring module css for PeoplePicker. (#1069)

* Refactoring module css.

* - Remove none used class name.
- Newline at the end of file.

* Add change file.

* Address CR.

* Updating classname.

* Pivot css module. (#1066)

* Pivot css module.

* typo

* naming convention

* Adding Searchbox css modules (#1068)

* Adding Searchbox css modules

* Fixing PR Comments

* Fixing a bug on Fabric Website

* Pickers: css modularize to keep it consistent (#1065)

* modularized pickers css

* adding change file)

* correctly using global)

* CSS Module Persona (#1109)

* Remove global and unindent the CSS code.

* liaye

* change css to module css about persona

* update sass from 229-416

* change sass before 227

* Convert the CSS to Module CSS.

* change sm, lg, xl

* Update the Persona.tsx reference.

* change constants

* update persona.tsx return part

* change persona.test.tsx to use module css.

* update css styles

* add '.' for find class for persona.

* Updated persona classes, added on render function for initials

* Fixed rooIsReadOnly

* Fixed a missed merge conflict

* CLeaned up duplicate getInitials function

* Converts Nav component into modular css (#1089)

* Nav component converts to module css

* Flatting nested class selectors

* Refactor element selectors into class based selectors

* Feedback from team, naming

* Fixing bugs.

* Fixing another issue with focus rects in nav chevron buttons.

* Module css: commandbar (#1125)

* CommandBar updates.

* Fixing commandbar issues.

* Deleting unused classes.

* CSS Modules: Facepile (#1128)

* Converting to module css

* Init fix for persona add button, need to fix persona first

* Refactored facepile to use onRenderIcon of persona

* CLeanup and fix tests

* Update Facepile.scss

* Fixing some typos in checkbox.

* Fixing padding rule in groupedlist.

* Fixing ui nits in picker.

* Polish on css. Making command buttons correctly left aligned.

* Updates to Panel for module css. (#1137)

* Fixing Dropdown styling and focus issues.

* CSS Modules: Document Card (#1149)

* DetailsList: Fixing scroll utilities to handle body scroll better. (#384)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.

* Fix FacePile example onclick for RK.  Remove stray commas from Layer/Button pages (#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages

* Implement: Contextualmenu gets window from target element. (#387)

* added in the ability for contextualmenu projection.

* fixed lint problems

* v0.56.2

* Update ListPage.tsx

* CSSify DocumentCard

* Change classnames in document card and fix visual regressions

* Move DocumentCard styles into one root scss file and move style from global to example page

* Update document card to not rely on persona

* Moved details styles into global class in document card

* isFileList to previewIsFilesList

* Fixing test failure.

* More polish.

* Fixing ImageFit.cover

* Setting version to beta1.

* Fixed breadcrumb overflow bg on hover (#1159)

* Changed button label to button text, added prop and fixed examples (#1160)

* Changed button label to button text, added prop and fixed examples

* put gulpfile back

* Update Button.Primary.Example.tsx

* Update Button.Primary.Example.tsx

* Addressing tslint problems.

* Bumping version.

* Remove width from icon in buttons (#1167)

* allow icon button to render children

* #791 Fixes command bar button layout shifting on hover in HighContrast mode (#1122)

* #314439 -- #791 Fixes button shifting on hover in HC mode

* #314439 -- #791 Using psedo::after element to draw hover box instead of LR borders

* #314439 -- #791 formatting feedback

* #314439 -- #791 formatting feedback

* add rush change

* Changes to change file

* Updates to the Panel to position absolutely. Should unbreak Outlook.

* Updating package.

* Add style property to IContextualMenuItem

* Add change file

* Fixing lint.

* Fixing conflicts.

* Fixes

* bump.

* Updated changes file

* #1128 -- Fixes missing truncation in IE 11 for Persona text (#1219)
aleksandrjPersonal pushed a commit to aleksandrjPersonal/office-ui-fabric-react that referenced this pull request Mar 9, 2017
* DetailsList: Fixing scroll utilities to handle body scroll better. (microsoft#384)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.

* Fix FacePile example onclick for RK.  Remove stray commas from Layer/Button pages (microsoft#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages

* Implement: Contextualmenu gets window from target element. (microsoft#387)

* added in the ability for contextualmenu projection.

* fixed lint problems

* v0.56.2

* Update ListPage.tsx

* CSSify DocumentCard

* Change classnames in document card and fix visual regressions

* Move DocumentCard styles into one root scss file and move style from global to example page

* Update document card to not rely on persona

* Moved details styles into global class in document card

* isFileList to previewIsFilesList
aleksandrjPersonal pushed a commit to aleksandrjPersonal/office-ui-fabric-react that referenced this pull request Mar 10, 2017
* CSS modules: Buttons and Links (microsoft#1033)

* Default/Primary fixed.

* Fixed Link.

* Updates to link and primary, default, and compound buttons.

* Fixing command button.

* Updating Command and Icon button styles.

* Adding change file.

* Updating comments.

* CSS modules: Breadcrumb (microsoft#1035)

* Updating breadcrumb to be css module compliant.

* Updating breadcrumb.

* CSS modules: Calendar, DatePicker (microsoft#1053)

* Updated Calendar and PeoplePicker to use css modules.

* Updating change file.

* Fixing whitespace in test.

* Updating calendar.

* Fixing logic.

* CSS modules: Callout, ContextualMenu, Tooltip, TeachingBubble, Dialog (microsoft#1051)

* CSS modulifying callout.

* Updating ContextualMenu and TeachingBubble.

* Updating Tooltip

* Fixing dialog.

* Fixing teaching bubble names.

* CSS modules: DetailsList, GroupedList (microsoft#1052)

* Fixing check.

* Totally fixing DetailsHeader, css modules, resizing addressed correctly.

* Updating DetailsRow, Check, Fields.

* Updating DetailsList rules.

* Updating GroupedList, GroupHeader, GroupFooter, GroupSpacer, and addressing missing key in DetailsHeader.

* Adding detailslist change file.

* Code review feedback.

* Fixed a few more.

* fixing checked.

* Found one more.

* MessageBar: Convert to CSS modules (microsoft#1086)

* modulify Overlay and MessageBar

* Dzearing component css form (microsoft#1102)

* Updated checkbox to use css modules.

* Fixing indentation

* Updating choicegroup.

* Fixing checkmark icon.

* Fixing Icon and Image.

* Updating ColorPicker.

* Layer, MarqueeSelection.

* Fixing dropdown.

* Fixing TextField.

* Updates to Slider, Spinner, Checkbox.

* Updating ProgressIndicator and Rating.

* Added change file.

* Fixing icon.

* Fixing choicegroup feedback.

* Addressing feedback.

* Updating tetxfield.

* Updated checkbox with full elelment name selectors

* Updated spinner with full element class names

* UPdated more classes to use full name

* CSS modules for dropdown, added base button flexContainer to be able … (microsoft#1103)

* CSS modules for dropdown, added base button flexContainer to be able to target

* CHanged to long class names

* Refactoring module css for PeoplePicker. (microsoft#1069)

* Refactoring module css.

* - Remove none used class name.
- Newline at the end of file.

* Add change file.

* Address CR.

* Updating classname.

* Pivot css module. (microsoft#1066)

* Pivot css module.

* typo

* naming convention

* Adding Searchbox css modules (microsoft#1068)

* Adding Searchbox css modules

* Fixing PR Comments

* Fixing a bug on Fabric Website

* Pickers: css modularize to keep it consistent (microsoft#1065)

* modularized pickers css

* adding change file)

* correctly using global)

* CSS Module Persona (microsoft#1109)

* Remove global and unindent the CSS code.

* liaye

* change css to module css about persona

* update sass from 229-416

* change sass before 227

* Convert the CSS to Module CSS.

* change sm, lg, xl

* Update the Persona.tsx reference.

* change constants

* update persona.tsx return part

* change persona.test.tsx to use module css.

* update css styles

* add '.' for find class for persona.

* Updated persona classes, added on render function for initials

* Fixed rooIsReadOnly

* Fixed a missed merge conflict

* CLeaned up duplicate getInitials function

* Converts Nav component into modular css (microsoft#1089)

* Nav component converts to module css

* Flatting nested class selectors

* Refactor element selectors into class based selectors

* Feedback from team, naming

* Fixing bugs.

* Fixing another issue with focus rects in nav chevron buttons.

* Module css: commandbar (microsoft#1125)

* CommandBar updates.

* Fixing commandbar issues.

* Deleting unused classes.

* CSS Modules: Facepile (microsoft#1128)

* Converting to module css

* Init fix for persona add button, need to fix persona first

* Refactored facepile to use onRenderIcon of persona

* CLeanup and fix tests

* Update Facepile.scss

* Fixing some typos in checkbox.

* Fixing padding rule in groupedlist.

* Fixing ui nits in picker.

* Polish on css. Making command buttons correctly left aligned.

* Updates to Panel for module css. (microsoft#1137)

* Fixing Dropdown styling and focus issues.

* CSS Modules: Document Card (microsoft#1149)

* DetailsList: Fixing scroll utilities to handle body scroll better. (microsoft#384)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.

* Fix FacePile example onclick for RK.  Remove stray commas from Layer/Button pages (microsoft#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages

* Implement: Contextualmenu gets window from target element. (microsoft#387)

* added in the ability for contextualmenu projection.

* fixed lint problems

* v0.56.2

* Update ListPage.tsx

* CSSify DocumentCard

* Change classnames in document card and fix visual regressions

* Move DocumentCard styles into one root scss file and move style from global to example page

* Update document card to not rely on persona

* Moved details styles into global class in document card

* isFileList to previewIsFilesList

* Fixing test failure.

* More polish.

* Fixing ImageFit.cover

* Setting version to beta1.

* Fixed breadcrumb overflow bg on hover (microsoft#1159)

* Changed button label to button text, added prop and fixed examples (microsoft#1160)

* Changed button label to button text, added prop and fixed examples

* put gulpfile back

* Update Button.Primary.Example.tsx

* Update Button.Primary.Example.tsx

* Addressing tslint problems.

* Bumping version.

* Remove width from icon in buttons (microsoft#1167)

* allow icon button to render children

* microsoft#791 Fixes command bar button layout shifting on hover in HighContrast mode (microsoft#1122)

* #314439 -- microsoft#791 Fixes button shifting on hover in HC mode

* #314439 -- microsoft#791 Using psedo::after element to draw hover box instead of LR borders

* #314439 -- microsoft#791 formatting feedback

* #314439 -- microsoft#791 formatting feedback

* add rush change

* Changes to change file

* Updates to the Panel to position absolutely. Should unbreak Outlook.

* Updating package.

* Add style property to IContextualMenuItem

* Add change file

* Fixing lint.

* Fixing conflicts.

* Fixes

* bump.

* Updated changes file

* microsoft#1128 -- Fixes missing truncation in IE 11 for Persona text (microsoft#1219)
aleksandrjPersonal pushed a commit to aleksandrjPersonal/office-ui-fabric-react that referenced this pull request Mar 10, 2017
* CSS modules: Buttons and Links (microsoft#1033)

* Default/Primary fixed.

* Fixed Link.

* Updates to link and primary, default, and compound buttons.

* Fixing command button.

* Updating Command and Icon button styles.

* Adding change file.

* Updating comments.

* CSS modules: Breadcrumb (microsoft#1035)

* Updating breadcrumb to be css module compliant.

* Updating breadcrumb.

* CSS modules: Calendar, DatePicker (microsoft#1053)

* Updated Calendar and PeoplePicker to use css modules.

* Updating change file.

* Fixing whitespace in test.

* Updating calendar.

* Fixing logic.

* CSS modules: Callout, ContextualMenu, Tooltip, TeachingBubble, Dialog (microsoft#1051)

* CSS modulifying callout.

* Updating ContextualMenu and TeachingBubble.

* Updating Tooltip

* Fixing dialog.

* Fixing teaching bubble names.

* CSS modules: DetailsList, GroupedList (microsoft#1052)

* Fixing check.

* Totally fixing DetailsHeader, css modules, resizing addressed correctly.

* Updating DetailsRow, Check, Fields.

* Updating DetailsList rules.

* Updating GroupedList, GroupHeader, GroupFooter, GroupSpacer, and addressing missing key in DetailsHeader.

* Adding detailslist change file.

* Code review feedback.

* Fixed a few more.

* fixing checked.

* Found one more.

* MessageBar: Convert to CSS modules (microsoft#1086)

* modulify Overlay and MessageBar

* Dzearing component css form (microsoft#1102)

* Updated checkbox to use css modules.

* Fixing indentation

* Updating choicegroup.

* Fixing checkmark icon.

* Fixing Icon and Image.

* Updating ColorPicker.

* Layer, MarqueeSelection.

* Fixing dropdown.

* Fixing TextField.

* Updates to Slider, Spinner, Checkbox.

* Updating ProgressIndicator and Rating.

* Added change file.

* Fixing icon.

* Fixing choicegroup feedback.

* Addressing feedback.

* Updating tetxfield.

* Updated checkbox with full elelment name selectors

* Updated spinner with full element class names

* UPdated more classes to use full name

* CSS modules for dropdown, added base button flexContainer to be able … (microsoft#1103)

* CSS modules for dropdown, added base button flexContainer to be able to target

* CHanged to long class names

* Refactoring module css for PeoplePicker. (microsoft#1069)

* Refactoring module css.

* - Remove none used class name.
- Newline at the end of file.

* Add change file.

* Address CR.

* Updating classname.

* Pivot css module. (microsoft#1066)

* Pivot css module.

* typo

* naming convention

* Adding Searchbox css modules (microsoft#1068)

* Adding Searchbox css modules

* Fixing PR Comments

* Fixing a bug on Fabric Website

* Pickers: css modularize to keep it consistent (microsoft#1065)

* modularized pickers css

* adding change file)

* correctly using global)

* CSS Module Persona (microsoft#1109)

* Remove global and unindent the CSS code.

* liaye

* change css to module css about persona

* update sass from 229-416

* change sass before 227

* Convert the CSS to Module CSS.

* change sm, lg, xl

* Update the Persona.tsx reference.

* change constants

* update persona.tsx return part

* change persona.test.tsx to use module css.

* update css styles

* add '.' for find class for persona.

* Updated persona classes, added on render function for initials

* Fixed rooIsReadOnly

* Fixed a missed merge conflict

* CLeaned up duplicate getInitials function

* Converts Nav component into modular css (microsoft#1089)

* Nav component converts to module css

* Flatting nested class selectors

* Refactor element selectors into class based selectors

* Feedback from team, naming

* Fixing bugs.

* Fixing another issue with focus rects in nav chevron buttons.

* Module css: commandbar (microsoft#1125)

* CommandBar updates.

* Fixing commandbar issues.

* Deleting unused classes.

* CSS Modules: Facepile (microsoft#1128)

* Converting to module css

* Init fix for persona add button, need to fix persona first

* Refactored facepile to use onRenderIcon of persona

* CLeanup and fix tests

* Update Facepile.scss

* Fixing some typos in checkbox.

* Fixing padding rule in groupedlist.

* Fixing ui nits in picker.

* Polish on css. Making command buttons correctly left aligned.

* Updates to Panel for module css. (microsoft#1137)

* Fixing Dropdown styling and focus issues.

* CSS Modules: Document Card (microsoft#1149)

* DetailsList: Fixing scroll utilities to handle body scroll better. (microsoft#384)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.

* Fix FacePile example onclick for RK.  Remove stray commas from Layer/Button pages (microsoft#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages

* Implement: Contextualmenu gets window from target element. (microsoft#387)

* added in the ability for contextualmenu projection.

* fixed lint problems

* v0.56.2

* Update ListPage.tsx

* CSSify DocumentCard

* Change classnames in document card and fix visual regressions

* Move DocumentCard styles into one root scss file and move style from global to example page

* Update document card to not rely on persona

* Moved details styles into global class in document card

* isFileList to previewIsFilesList

* Fixing test failure.

* More polish.

* Fixing ImageFit.cover

* Setting version to beta1.

* Fixed breadcrumb overflow bg on hover (microsoft#1159)

* Changed button label to button text, added prop and fixed examples (microsoft#1160)

* Changed button label to button text, added prop and fixed examples

* put gulpfile back

* Update Button.Primary.Example.tsx

* Update Button.Primary.Example.tsx

* Addressing tslint problems.

* Bumping version.

* Remove width from icon in buttons (microsoft#1167)

* allow icon button to render children

* microsoft#791 Fixes command bar button layout shifting on hover in HighContrast mode (microsoft#1122)

* #314439 -- microsoft#791 Fixes button shifting on hover in HC mode

* #314439 -- microsoft#791 Using psedo::after element to draw hover box instead of LR borders

* #314439 -- microsoft#791 formatting feedback

* #314439 -- microsoft#791 formatting feedback

* add rush change

* Changes to change file

* Updates to the Panel to position absolutely. Should unbreak Outlook.

* Updating package.

* Add style property to IContextualMenuItem

* Add change file

* Fixing lint.

* Fixing conflicts.

* Fixes

* bump.

* Updated changes file

* microsoft#1128 -- Fixes missing truncation in IE 11 for Persona text (microsoft#1219)
aleksandrjPersonal pushed a commit to aleksandrjPersonal/office-ui-fabric-react that referenced this pull request Mar 10, 2017
* CSS modules: Buttons and Links (microsoft#1033)

* Default/Primary fixed.

* Fixed Link.

* Updates to link and primary, default, and compound buttons.

* Fixing command button.

* Updating Command and Icon button styles.

* Adding change file.

* Updating comments.

* CSS modules: Breadcrumb (microsoft#1035)

* Updating breadcrumb to be css module compliant.

* Updating breadcrumb.

* CSS modules: Calendar, DatePicker (microsoft#1053)

* Updated Calendar and PeoplePicker to use css modules.

* Updating change file.

* Fixing whitespace in test.

* Updating calendar.

* Fixing logic.

* CSS modules: Callout, ContextualMenu, Tooltip, TeachingBubble, Dialog (microsoft#1051)

* CSS modulifying callout.

* Updating ContextualMenu and TeachingBubble.

* Updating Tooltip

* Fixing dialog.

* Fixing teaching bubble names.

* CSS modules: DetailsList, GroupedList (microsoft#1052)

* Fixing check.

* Totally fixing DetailsHeader, css modules, resizing addressed correctly.

* Updating DetailsRow, Check, Fields.

* Updating DetailsList rules.

* Updating GroupedList, GroupHeader, GroupFooter, GroupSpacer, and addressing missing key in DetailsHeader.

* Adding detailslist change file.

* Code review feedback.

* Fixed a few more.

* fixing checked.

* Found one more.

* MessageBar: Convert to CSS modules (microsoft#1086)

* modulify Overlay and MessageBar

* Dzearing component css form (microsoft#1102)

* Updated checkbox to use css modules.

* Fixing indentation

* Updating choicegroup.

* Fixing checkmark icon.

* Fixing Icon and Image.

* Updating ColorPicker.

* Layer, MarqueeSelection.

* Fixing dropdown.

* Fixing TextField.

* Updates to Slider, Spinner, Checkbox.

* Updating ProgressIndicator and Rating.

* Added change file.

* Fixing icon.

* Fixing choicegroup feedback.

* Addressing feedback.

* Updating tetxfield.

* Updated checkbox with full elelment name selectors

* Updated spinner with full element class names

* UPdated more classes to use full name

* CSS modules for dropdown, added base button flexContainer to be able … (microsoft#1103)

* CSS modules for dropdown, added base button flexContainer to be able to target

* CHanged to long class names

* Refactoring module css for PeoplePicker. (microsoft#1069)

* Refactoring module css.

* - Remove none used class name.
- Newline at the end of file.

* Add change file.

* Address CR.

* Updating classname.

* Pivot css module. (microsoft#1066)

* Pivot css module.

* typo

* naming convention

* Adding Searchbox css modules (microsoft#1068)

* Adding Searchbox css modules

* Fixing PR Comments

* Fixing a bug on Fabric Website

* Pickers: css modularize to keep it consistent (microsoft#1065)

* modularized pickers css

* adding change file)

* correctly using global)

* CSS Module Persona (microsoft#1109)

* Remove global and unindent the CSS code.

* liaye

* change css to module css about persona

* update sass from 229-416

* change sass before 227

* Convert the CSS to Module CSS.

* change sm, lg, xl

* Update the Persona.tsx reference.

* change constants

* update persona.tsx return part

* change persona.test.tsx to use module css.

* update css styles

* add '.' for find class for persona.

* Updated persona classes, added on render function for initials

* Fixed rooIsReadOnly

* Fixed a missed merge conflict

* CLeaned up duplicate getInitials function

* Converts Nav component into modular css (microsoft#1089)

* Nav component converts to module css

* Flatting nested class selectors

* Refactor element selectors into class based selectors

* Feedback from team, naming

* Fixing bugs.

* Fixing another issue with focus rects in nav chevron buttons.

* Module css: commandbar (microsoft#1125)

* CommandBar updates.

* Fixing commandbar issues.

* Deleting unused classes.

* CSS Modules: Facepile (microsoft#1128)

* Converting to module css

* Init fix for persona add button, need to fix persona first

* Refactored facepile to use onRenderIcon of persona

* CLeanup and fix tests

* Update Facepile.scss

* Fixing some typos in checkbox.

* Fixing padding rule in groupedlist.

* Fixing ui nits in picker.

* Polish on css. Making command buttons correctly left aligned.

* Updates to Panel for module css. (microsoft#1137)

* Fixing Dropdown styling and focus issues.

* CSS Modules: Document Card (microsoft#1149)

* DetailsList: Fixing scroll utilities to handle body scroll better. (microsoft#384)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.

* Fix FacePile example onclick for RK.  Remove stray commas from Layer/Button pages (microsoft#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages

* Implement: Contextualmenu gets window from target element. (microsoft#387)

* added in the ability for contextualmenu projection.

* fixed lint problems

* v0.56.2

* Update ListPage.tsx

* CSSify DocumentCard

* Change classnames in document card and fix visual regressions

* Move DocumentCard styles into one root scss file and move style from global to example page

* Update document card to not rely on persona

* Moved details styles into global class in document card

* isFileList to previewIsFilesList

* Fixing test failure.

* More polish.

* Fixing ImageFit.cover

* Setting version to beta1.

* Fixed breadcrumb overflow bg on hover (microsoft#1159)

* Changed button label to button text, added prop and fixed examples (microsoft#1160)

* Changed button label to button text, added prop and fixed examples

* put gulpfile back

* Update Button.Primary.Example.tsx

* Update Button.Primary.Example.tsx

* Addressing tslint problems.

* Bumping version.

* Remove width from icon in buttons (microsoft#1167)

* allow icon button to render children

* microsoft#791 Fixes command bar button layout shifting on hover in HighContrast mode (microsoft#1122)

* #314439 -- microsoft#791 Fixes button shifting on hover in HC mode

* #314439 -- microsoft#791 Using psedo::after element to draw hover box instead of LR borders

* #314439 -- microsoft#791 formatting feedback

* #314439 -- microsoft#791 formatting feedback

* add rush change

* Changes to change file

* Updates to the Panel to position absolutely. Should unbreak Outlook.

* Updating package.

* Add style property to IContextualMenuItem

* Add change file

* Fixing lint.

* Fixing conflicts.

* Fixes

* bump.

* Updated changes file

* microsoft#1128 -- Fixes missing truncation in IE 11 for Persona text (microsoft#1219)
aleksandrjPersonal pushed a commit to aleksandrjPersonal/office-ui-fabric-react that referenced this pull request Mar 10, 2017
* CSS modules: Buttons and Links (microsoft#1033)

* Default/Primary fixed.

* Fixed Link.

* Updates to link and primary, default, and compound buttons.

* Fixing command button.

* Updating Command and Icon button styles.

* Adding change file.

* Updating comments.

* CSS modules: Breadcrumb (microsoft#1035)

* Updating breadcrumb to be css module compliant.

* Updating breadcrumb.

* CSS modules: Calendar, DatePicker (microsoft#1053)

* Updated Calendar and PeoplePicker to use css modules.

* Updating change file.

* Fixing whitespace in test.

* Updating calendar.

* Fixing logic.

* CSS modules: Callout, ContextualMenu, Tooltip, TeachingBubble, Dialog (microsoft#1051)

* CSS modulifying callout.

* Updating ContextualMenu and TeachingBubble.

* Updating Tooltip

* Fixing dialog.

* Fixing teaching bubble names.

* CSS modules: DetailsList, GroupedList (microsoft#1052)

* Fixing check.

* Totally fixing DetailsHeader, css modules, resizing addressed correctly.

* Updating DetailsRow, Check, Fields.

* Updating DetailsList rules.

* Updating GroupedList, GroupHeader, GroupFooter, GroupSpacer, and addressing missing key in DetailsHeader.

* Adding detailslist change file.

* Code review feedback.

* Fixed a few more.

* fixing checked.

* Found one more.

* MessageBar: Convert to CSS modules (microsoft#1086)

* modulify Overlay and MessageBar

* Dzearing component css form (microsoft#1102)

* Updated checkbox to use css modules.

* Fixing indentation

* Updating choicegroup.

* Fixing checkmark icon.

* Fixing Icon and Image.

* Updating ColorPicker.

* Layer, MarqueeSelection.

* Fixing dropdown.

* Fixing TextField.

* Updates to Slider, Spinner, Checkbox.

* Updating ProgressIndicator and Rating.

* Added change file.

* Fixing icon.

* Fixing choicegroup feedback.

* Addressing feedback.

* Updating tetxfield.

* Updated checkbox with full elelment name selectors

* Updated spinner with full element class names

* UPdated more classes to use full name

* CSS modules for dropdown, added base button flexContainer to be able … (microsoft#1103)

* CSS modules for dropdown, added base button flexContainer to be able to target

* CHanged to long class names

* Refactoring module css for PeoplePicker. (microsoft#1069)

* Refactoring module css.

* - Remove none used class name.
- Newline at the end of file.

* Add change file.

* Address CR.

* Updating classname.

* Pivot css module. (microsoft#1066)

* Pivot css module.

* typo

* naming convention

* Adding Searchbox css modules (microsoft#1068)

* Adding Searchbox css modules

* Fixing PR Comments

* Fixing a bug on Fabric Website

* Pickers: css modularize to keep it consistent (microsoft#1065)

* modularized pickers css

* adding change file)

* correctly using global)

* CSS Module Persona (microsoft#1109)

* Remove global and unindent the CSS code.

* liaye

* change css to module css about persona

* update sass from 229-416

* change sass before 227

* Convert the CSS to Module CSS.

* change sm, lg, xl

* Update the Persona.tsx reference.

* change constants

* update persona.tsx return part

* change persona.test.tsx to use module css.

* update css styles

* add '.' for find class for persona.

* Updated persona classes, added on render function for initials

* Fixed rooIsReadOnly

* Fixed a missed merge conflict

* CLeaned up duplicate getInitials function

* Converts Nav component into modular css (microsoft#1089)

* Nav component converts to module css

* Flatting nested class selectors

* Refactor element selectors into class based selectors

* Feedback from team, naming

* Fixing bugs.

* Fixing another issue with focus rects in nav chevron buttons.

* Module css: commandbar (microsoft#1125)

* CommandBar updates.

* Fixing commandbar issues.

* Deleting unused classes.

* CSS Modules: Facepile (microsoft#1128)

* Converting to module css

* Init fix for persona add button, need to fix persona first

* Refactored facepile to use onRenderIcon of persona

* CLeanup and fix tests

* Update Facepile.scss

* Fixing some typos in checkbox.

* Fixing padding rule in groupedlist.

* Fixing ui nits in picker.

* Polish on css. Making command buttons correctly left aligned.

* Updates to Panel for module css. (microsoft#1137)

* Fixing Dropdown styling and focus issues.

* CSS Modules: Document Card (microsoft#1149)

* DetailsList: Fixing scroll utilities to handle body scroll better. (microsoft#384)

* Fixing scroll utilities to handle body scroll better.

* Updating appstate to support navigating directly to example pages. http://localhost:4321/index.html#/tests/detailslistbasicexample

* If header is not displayed, we nullref pressing key up.

* Updating to measure window correctly.

* Fixing keys error.

* Moving getClientRect to utility for window-sensitive scenarios.

* Updating marquee selection and autoscroll to work with body scroll.

* lint fixes.

* Fix FacePile example onclick for RK.  Remove stray commas from Layer/Button pages (microsoft#383)

* Fix parameter order for FacePile example props

* Fix FacePile example onClick handler.  Remove 2 stray commas from Button and Layer component pages

* Implement: Contextualmenu gets window from target element. (microsoft#387)

* added in the ability for contextualmenu projection.

* fixed lint problems

* v0.56.2

* Update ListPage.tsx

* CSSify DocumentCard

* Change classnames in document card and fix visual regressions

* Move DocumentCard styles into one root scss file and move style from global to example page

* Update document card to not rely on persona

* Moved details styles into global class in document card

* isFileList to previewIsFilesList

* Fixing test failure.

* More polish.

* Fixing ImageFit.cover

* Setting version to beta1.

* Fixed breadcrumb overflow bg on hover (microsoft#1159)

* Changed button label to button text, added prop and fixed examples (microsoft#1160)

* Changed button label to button text, added prop and fixed examples

* put gulpfile back

* Update Button.Primary.Example.tsx

* Update Button.Primary.Example.tsx

* Addressing tslint problems.

* Bumping version.

* Remove width from icon in buttons (microsoft#1167)

* allow icon button to render children

* microsoft#791 Fixes command bar button layout shifting on hover in HighContrast mode (microsoft#1122)

* #314439 -- microsoft#791 Fixes button shifting on hover in HC mode

* #314439 -- microsoft#791 Using psedo::after element to draw hover box instead of LR borders

* #314439 -- microsoft#791 formatting feedback

* #314439 -- microsoft#791 formatting feedback

* add rush change

* Changes to change file

* Updates to the Panel to position absolutely. Should unbreak Outlook.

* Updating package.

* Add style property to IContextualMenuItem

* Add change file

* Fixing lint.

* Fixing conflicts.

* Fixes

* bump.

* Updated changes file

* microsoft#1128 -- Fixes missing truncation in IE 11 for Persona text (microsoft#1219)
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants