Skip to content

Commit

Permalink
Merge pull request #425 from ConsenSys/development
Browse files Browse the repository at this point in the history
merge v0.11.0 release
  • Loading branch information
gesquinca authored Nov 20, 2019
2 parents dd470f0 + d24ebe9 commit ad7e2b7
Show file tree
Hide file tree
Showing 57 changed files with 18,039 additions and 12,572 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
["@babel/preset-react", {"modules": false}],
["@babel/preset-env", {"modules": false}]
],
"plugins": [
["babel-plugin-styled-components", { "pure": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -25,18 +25,20 @@ If applicable, add screenshots to help explain your problem.

**Rimble UI Version**

- 0.7.1 (latest)
- 0.10.1 (latest)

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
3 changes: 1 addition & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react-scripts": "3.1.2",
"rimble-ui": "link:..",
"styled-components": "^4.3.2"
"rimble-ui": "link:.."
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit ad7e2b7

Please sign in to comment.