Skip to content

Commit

Permalink
Updated components
Browse files Browse the repository at this point in the history
  • Loading branch information
frncesc committed Jul 19, 2019
1 parent e0ae936 commit 57c8d0d
Show file tree
Hide file tree
Showing 29 changed files with 734 additions and 118 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v1.1.6 (2019-07-19)
#### Improvements
- Add "School ID" (_codi de centre_) as a field involved in full text searches
- Allow to export to CSV also from "Programes"
- Updated code comments
- Updated components

### v1.1.5 (2019-07-04)
#### Improvements
- Use of sitemaps for better results on search engines
Expand Down
156 changes: 52 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapa-innovacio",
"title": "Mapa de la innovació pedagògica de Catalunya",
"version": "1.1.5",
"version": "1.1.6",
"author": "Francesc Busquets <[email protected]>",
"private": true,
"homepage": ".",
Expand All @@ -17,15 +17,15 @@
],
"license": "EUPL-1.2",
"dependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.1.2",
"@material-ui/styles": "^4.2.1",
"fontfaceobserver": "^2.1.0",
"fuse.js": "^3.4.5",
"json2csv": "^4.5.1",
"json2csv": "^4.5.2",
"leaflet": "^1.5.1",
"leaflet.markercluster": "^1.4.1",
"mdi-material-ui": "^6.1.0",
"mdi-material-ui": "^6.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Created : 10/04/2019
* By : Francesc Busquets <[email protected]>
*
* App.js
* Map of pedagogical innovation in Catalonia
* https://innovacio.xtec.gencat.cat
*
Expand Down
Loading

0 comments on commit 57c8d0d

Please sign in to comment.