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

fixing double render #883

Merged
merged 27 commits into from
Jul 28, 2018
Merged

fixing double render #883

merged 27 commits into from
Jul 28, 2018

Conversation

prateekbh
Copy link
Owner

No description provided.

prateekbh and others added 27 commits May 11, 2018 13:57
* 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
- optional prettier fix
- hoek fix
* 🔥 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
* fix(package): update @material/rtl to version 0.36.0

* Sync with Prettier
* 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
* 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
* 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
* 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>
* outlined select

* fixing ts defination

* fixing tests

* bump package.json
…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

* 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

* add className if sixteenByNine prop is present
@prateekbh prateekbh merged commit 35c3a9b into release Jul 28, 2018
@artipost
Copy link

Failed pictures (1): failed-pictures.zip

📮 Posted by artipost.io, through Travis build 409200631, for commit 789fb69.

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