Skip to content

Commit

Permalink
Merge pull request #664 from thematters/develop
Browse files Browse the repository at this point in the history
Release: v2.7.0
  • Loading branch information
robertu7 authored Feb 7, 2020
2 parents 557189b + e694b69 commit 4242107
Show file tree
Hide file tree
Showing 630 changed files with 21,417 additions and 18,072 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ sources.list

# bdd output
tests_output


# misc
TODO
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.7.0] - 2020-02-06

### Added

- Recommendation test page #625
- Add selected feed under tag page #650 #654 #659

### Changed

- Refactor: `<Comment>`, `<UserDigest>`, `<ArticleDigest>` #609 #658 #661
- Refactor: `<Button>` #651
- Refactor: `Toast` #667
- Refactor: New Icons #647
- Change tag detail API names and params. #617
- Restructure of tag detail page #616
- Remove close button of Toast #663
- Change the default value of setup Liker ID form to "bind" #665
- Disable `generateInDevMode` to boost in local development #612
- Fix potential memory leak after calling register API. #655
- Remove extra spaces with `display: inline-flex` #668
- Enhance DnD experience of `<CollectionEditor>`; #676

## [2.6.0] - 2020-01-13

### Changed
Expand Down
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ See [next.js docs](https://github.com/zeit/next.js#routing) for more details.

[Matters Design System](https://paper.dropbox.com/doc/Matters-Design-System--AXX9x2tuPldQFCWTN0Mt~_itAQ-klFuV5yv3ZlqpqHL0w0kU)

[Matters 3.0: Design System](https://paper.dropbox.com/doc/Matters-3.0-Design-System--AqXF9GXfYqC18yjAQzN5l02BAg-Sp6ANp5EXAdnzSK3adqNS)

### Naming

#### React Component/Page
Expand Down Expand Up @@ -100,24 +102,21 @@ See `.vscode/settings.json`

##### Recommdation

```bash
code --install-extension blanu.vscode-styled-jsx
code --install-extension EditorConfig.EditorConfig
code --install-extension esbenp.prettier-vscode
code --install-extension mikestead.dotenv
code --install-extension ms-vscode.vscode-typescript-tslint-plugin
code --install-extension Prisma.vscode-graphql
code --install-extension ricard.postcss
```
- [blanu.vscode-styled-jsx](https://marketplace.visualstudio.com/items?itemName=blanu.vscode-styled-jsx)
- [attilabuti.vscode-mjml](https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml)
- [esbenp.prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [mikestead.dotenv](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv)
- [ms-vscode.vscode-typescript-tslint-plugin]()
- [Prisma.vscode-graphql](https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql)
- [ricard.postcss](https://marketplace.visualstudio.com/items?itemName=ricard.PostCSS)

##### Optional

```bash
code --install-extension cssho.vscode-svgviewer
code --install-extension wix.vscode-import-cost
code --install-extension oderwat.indent-rainbow
code --install-extension naumovs.color-highlight
```
- [EditorConfig.EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [wix.vscode-import-cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost)
- [oderwat.indent-rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow)
- [CoenraadS.bracket-pair-colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)
- [naumovs.color-highlight]()

## Release a new version

Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = withPlugins(
withOffline,
{
// FIXME: https://github.com/hanford/next-offline/issues/195
generateInDevMode: true,
generateInDevMode: false,
workboxOpts: {
// https://github.com/hanford/next-offline/issues/35
importScripts: [URL_PUSH_SW],
Expand Down
Loading

0 comments on commit 4242107

Please sign in to comment.