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

Release/v2.0.2 #877

Merged
merged 9 commits into from Jun 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/labeler.yml
Expand Up @@ -113,6 +113,3 @@ text-field:

wia-aria:
- packages/utils/src/wia-aria/**/*

styles:
- any: ['packages/*/src/**/*.scss', '!packages/documentation/**/*']
7 changes: 3 additions & 4 deletions .github/workflows/label.yml
Expand Up @@ -10,10 +10,9 @@ on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 9 additions & 4 deletions README.md
@@ -1,4 +1,9 @@
# react-md [![codecov](https://codecov.io/gh/mlaursen/react-md/branch/master/graph/badge.svg)](https://codecov.io/gh/mlaursen/react-md) [![Build Status](https://travis-ci.org/mlaursen/react-md.svg?branch=master)](https://travis-ci.org/mlaursen/react-md) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/mlaursen/react-md/pulls) [![Join the chat at Slack](https://react-md.herokuapp.com/badge.svg)](https://react-md.herokuapp.com) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/mlaursen03)
# react-md [![license](https://img.shields.io/npm/l/react-md)](https://github.com/mlaursen/react-md/blob/master/LICENSE) [![codecov](https://codecov.io/gh/mlaursen/react-md/branch/master/graph/badge.svg)](https://codecov.io/gh/mlaursen/react-md) [![Build Status](https://travis-ci.org/mlaursen/react-md.svg?branch=master)](https://travis-ci.org/mlaursen/react-md)

[![npm](https://img.shields.io/npm/v/react-md)](https://www.npmjs.com/package/react-md)
[![downloads](https://img.shields.io/npm/dw/react-md)](https://www.npmjs.com/package/react-md)
[![Join the Chat at Slack](https://react-md.herokuapp.com/badge.svg)](https://react-md.herokuapp.com)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/mlaursen03)

Create an accessible React application with the
[material design specifications](https://material.io/design/) and Scss.
Expand Down Expand Up @@ -154,9 +159,9 @@ components from react-md. It is generally recommended to update your base
+ return (
+ <Configuration>
+ <Layout
+ {...useLayoutNavigation(routes, pathname)}
+ appBarTitle="My App"
+ navHeaderTitle="My App"
+ title="My Title"
+ navHeaderTitle="My Nav Title"
+ treeProps={...useLayoutNavigation(routes, pathname)}
+ >
+ <Text type="headline-4">Hello, world!</Text>
+ <Button theme="primary">Example button</Button>
Expand Down
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -47,48 +47,48 @@
},
"homepage": "https://react-md.dev",
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/react-hooks": "^3.3.0",
"@types/classnames": "^2.2.9",
"@types/fs-extra": "^9.0.1",
"@types/glob": "^7.1.2",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.13",
"@types/jest": "^26.0.3",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/node-sass": "^4.11.1",
"@types/prettier": "^2.0.1",
"@types/reach__router": "^1.3.5",
"@types/react": "^16.9.35",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.7",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-test-renderer": "^16.9.2",
"@types/react-transition-group": "^4.4.0",
"@types/webpack": "^4.41.17",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"@types/webpack": "^4.41.18",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"babel-eslint": "^10.1.0",
"chokidar": "^3.4.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.1.0",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest": "^26.1.0",
"lerna": "^3.22.1",
"lint-staged": "^10.2.9",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"sass-lint": "^1.13.1",
"ts-jest": "^26.1.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/alert/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-bar/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/app-bar/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/autocomplete/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/avatar/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/badge/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/badge/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/button/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/card/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/card/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/chip/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/chip/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/dialog/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/divider/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/divider/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions packages/documentation/package.json
Expand Up @@ -55,12 +55,12 @@
"@react-md/tree": "^2.0.0",
"@react-md/typography": "^2.0.0",
"@react-md/utils": "^2.0.0",
"codesandbox": "^2.1.14",
"codesandbox": "^2.1.16",
"cookie-parser": "^1.4.5",
"date-fns": "^2.14.0",
"express": "^4.17.1",
"fuse.js": "6.0.4",
"helmet": "^3.22.0",
"fuse.js": "6.3.1",
"helmet": "^3.23.2",
"hpp": "^0.2.3",
"js-cookie": "^2.2.1",
"marked": "^1.1.0",
Expand All @@ -75,15 +75,15 @@
"react-virtualized": "^9.21.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/core": "^7.10.3",
"@react-md/dev-utils": "^2.0.1",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.6",
"@types/gtag.js": "^0.0.3",
"@types/helmet": "^0.0.47",
"@types/hpp": "^0.2.1",
"@types/js-cookie": "^2.2.6",
"@types/marked": "^0.7.4",
"@types/marked": "^1.1.0",
"@types/prismjs": "^1.16.1",
"@types/qs": "^6.9.3",
"@types/react-virtualized": "^9.21.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/elevation/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/elevation/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./dist/scssVariables.js",
"module": "./dist/scssVariables.js",
"types": "./dist/scssVariables.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"src/*",
"dist/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/expansion-panel/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions packages/expansion-panel/package.json
Expand Up @@ -9,6 +9,9 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Mikkel Laursen
Copyright (c) 2015 Mikkel Laursen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down