Skip to content

Commit

Permalink
golden test (#884)
Browse files Browse the repository at this point in the history
* Release (#793)

* Doc changes (#742)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* Update docs (#785)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* upgrading to 34 (#744)

* upgrading to 34

* Sync with Prettier

* text field value support

* Sync with Prettier

* Sync with Prettier

* fixing tests

* Release docs (#790)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* upgrading to 34 (#744)

* upgrading to 34

* Sync with Prettier

* text field value support

* Sync with Prettier

* Sync with Prettier

* fixing tests

* close greenkeeper (#786)

* updating to mdc 35 (#787)

* updating to mdc 35

* Sync with Prettier

* fixing errors and adding typography

* test fix

* fixing new images

* Sync with Prettier

* adding routes in pre-render

* bug fix

* test fixes

* Prettierfix (#797)

- optional prettier fix
- hoek fix

* v1.4.5 - Fixed typings for Typography. (#798)

* Fix Tabs within TabBarScroller initialized multiple times (#796)

* 🔥 Remove `indicator-accent` from `Tabs` component

Remove `indicator-accent` from `Tabs` as it is no longer used (material-components/material-components-web#1965)

* Add TabBarScrollerTabs component

- `TabBarScrollerTabs` should be used within `TabBarScroller` instead of `Tabs`.

- Component name is inspired by class name used by @material/mdc-tab: '.mdc-tab-bar-scroller__scroll-frame__tabs'

- `scroller` property is no longer needed on `Tabs` and allows a simpler implementation

- `activeTabIndex` can be used on `Tabs` and `TabBarScroller` to select active tab index

* Fix prettier formatting

* Uptable tabs golden screenshot

* typo in import (#799)

* chore(package): update webpack-cli to version 3.0.0 (#800)

* Update @material/rtl to the latest version 🚀 (#801)

* fix(package): update @material/rtl to version 0.36.0

* Sync with Prettier

* Don't bundle a copy of Preact into dist (#826)

* Update index.js

* Updating deps (#827)

* Doc changes (#742)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* Update docs (#785)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* upgrading to 34 (#744)

* upgrading to 34

* Sync with Prettier

* text field value support

* Sync with Prettier

* Sync with Prettier

* fixing tests

* updating mdcweb

* Update package.json

* Update to v36 (#828)

* Doc changes (#742)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* Update docs (#785)

* fixing version number

* fixing env target

* changing docs language

* new deps (#741)

* new deps

* Sync with Prettier

* Sync with Prettier

* fixing docs pics

* fixing pics (#743)

* fixing pics

* Update package.json

* fixing pics

* upgrading to 34 (#744)

* upgrading to 34

* Sync with Prettier

* text field value support

* Sync with Prettier

* Sync with Prettier

* fixing tests

* adding IconButton

* Sync with Prettier

* adding icon button

* fixing screen shots

* adding docs

* Sync with Prettier

* fixing docs

* chore(package): update eslint to version 5.0.0 (#833)

* Default id for TextFieldInput (#830)

* Default id for TextFieldInput

If showDiv is false, id is not available for TextFieldInput when id not defined in props. Generate id for both.

* Update TextField.jsx

* TextField improvements (#853)

* Fixed missing dependency for prettier (+eslint rules)

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added outlined to TextField

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added outerStyle to TextField

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Fixed prettier formatting

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Switched from classProperties syntax

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added Outlined documentation and fixed documentation link for TextField

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added outlined sample

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added changed images for documentation tests

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Bumped version to 1.4.7

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* updating deps (#855)

* outlined select (#857)

* outlined select

* fixing ts defination

* fixing tests

* bump package.json

* Fixed visible line ripple when outlined and outerStyle in case of no helper text is shown (#856)

* Fixed visible line ripple when outlined

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Fixed outerStyle in case no helper text is used

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added outerStyle documentation

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added outerStyle documentation

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Fixed missing prop

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Fixed label name in sample

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Updated test image to new text field documentation

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Fixed outline="true" showing in <input> element

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added helperTextOuterStyle to make styling of the wrapper around helper text and input possible

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Switched to intermediateStyle with defaults

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Made intermediateStyle optional

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added updated textfield verification image

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Removed intermediateStyle

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Added image for changed documentation

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Removed unneeded default props

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Applied changes defined in review

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Also bumped version to 1.5.0

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* Updated textfield doc test image

Signed-off-by: Cromefire_ <cromefirehd@gmail.com>

* fixes double body (#875)

* fixes double body

* Sync with Prettier

* re-add diffs

* re-add diffs

* fixing pics

* revert threashold

* change wait to timeout

* timeout as networkidle0

* fixing screen shots

* Card: change prop 16-9 to sixteenByNine (#868)

* Card: change prop 16-9 to sixteenByNine

* add className if sixteenByNine prop is present

* updating deps (#879)

* Update index.d.ts (#861)

* fixing double render

* fixing golden docs
  • Loading branch information
prateekbh authored Jul 28, 2018
1 parent 35c3a9b commit 58dec83
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified docs/tests/golden/wide/component/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58dec83

Please sign in to comment.