Skip to content

Commit 05ceb64

Browse files
committed
Update README.md, CONTRIBUTING.md
1 parent e188388 commit 05ceb64

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66

77
- ...
88

9+
### [v0.5.1] - 2016-03-02
10+
11+
- Remove `Html` React component in favor of compiled Jade templates `src/views` (e188388f87069cdc7d501b385d6b0e46c98fed60)
12+
- Add global error handling in Node.js/Express app (e188388f87069cdc7d501b385d6b0e46c98fed60)
13+
- Add support for Markdown and HTML for static pages (#469, #477)
14+
915
### [v0.5.0] - 2016-02-27
1016

1117
- Replace RESTful API endpoint (`src/api`) with GraphQL (`src/data`)
@@ -34,6 +40,7 @@ All notable changes to this project will be documented in this file.
3440
- Update `docs/how-to-configure-text-editors.md` to cover Atom editor
3541
- Update NPM production and dev dependencies to use the latest versions
3642

37-
[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.0...HEAD
43+
[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.1...HEAD
44+
[v0.5.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.0...v0.5.1
3845
[v0.5.0]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.1...v0.5.0
3946
[v0.4.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.0...v0.4.1

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
See [demo](http://demo.reactstarterkit.com)  | 
1616
[docs](https://github.com/kriasoft/react-starter-kit/tree/master/docs)  | 
17-
[bugs & feature requests](https://waffle.io/kriasoft/react-starter-kit)  | 
17+
[to-do list](https://waffle.io/kriasoft/react-starter-kit)  | 
1818
join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chatroom to stay up to date  | 
1919
visit our sponsors:
2020

@@ -43,6 +43,7 @@ visit our sponsors:
4343
│ ├── /decorators/ # Higher-order React components
4444
│ ├── /public/ # Static files which are copied into the /build/public folder
4545
│ ├── /stores/ # Stores contain the application state and logic
46+
│ ├── /views/ # Express.js views for index and error pages
4647
│ ├── /client.js # Client-side startup script
4748
│ ├── /config.js # Global application settings
4849
│ ├── /routes.js # Universal (isomorphic) application routes
@@ -67,7 +68,6 @@ visit our sponsors:
6768
* [Membership Database](https://github.com/membership/membership.db) — SQL schema boilerplate for user accounts, profiles, roles, and auth claims
6869
* [React Static Boilerplate](https://github.com/koistya/react-static-boilerplate) — Generates static websites from React components
6970
* [Babel Starter Kit](https://github.com/kriasoft/babel-starter-kit) — Boilerplate for authoring JavaScript/React.js libraries
70-
* [React Decorators](https://github.com/kriasoft/react-decorators) — A collection of higher-order React components
7171

7272
### Learn More
7373

@@ -83,9 +83,11 @@ visit our sponsors:
8383

8484
### Support
8585

86-
* [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) on Gitter — Feedback, feature requests, Q&A
87-
* [@koistya](https://www.codementor.io/koistya) on Codementor — Mentorship, pair coding, code reviews
88-
* [email protected] — Customization requests, help with GraphQL/Relay, database design etc.
86+
* [#react-starter-kit](http://stackoverflow.com/questions/tagged/react-starter-kit) on Stack Overflow — Questions and answers
87+
* [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) on Gitter — Watch announcements, share ideas and feedback
88+
* [GitHub issues](https://github.com/kriasoft/react-starter-kit/issues), or [Scrum board] — File issues, send feature requests
89+
* [appear.in/react](https://appear.in/react) — Open hours! Exchange ideas and experiences (React, GraphQL, Startups, etc.)
90+
* [@koistya](https://twitter.com/koistya) on [Codementor](https://www.codementor.io/koistya), or [Skype](http://hatscripts.com/addskype?koistya) — Private consulting
8991

9092
### License
9193

0 commit comments

Comments
 (0)