Skip to content

Commit 74c436d

Browse files
author
Anthony Du Pont
committed
📝 Update README.md
1 parent bc7ae7c commit 74c436d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [**Transitions**](https://github.com/Dogstudio/highway#transitions)
2020
- [**Events**](https://github.com/Dogstudio/highway#events)
2121
- [**Examples**](https://github.com/Dogstudio/highway#examples)
22+
- [**Demos**](https://github.com/Dogstudio/highway#demos)
2223
- [**Support**](https://github.com/Dogstudio/highway#support)
2324
- [**Roadmap**](https://github.com/Dogstudio/highway#roadmap)
2425
- [**Releases**](https://github.com/Dogstudio/highway#releases)
@@ -286,6 +287,10 @@ Check out the [**Basic Menu Active**](https://github.com/Dogstudio/highway/tree/
286287
- [**Basic Google Analytics Events**](https://github.com/Dogstudio/highway/tree/master/examples/basic-google-analytics)
287288
- [**Basic Polyfill**](https://github.com/Dogstudio/highway/tree/master/examples/basic-polyfill)
288289

290+
## Demos
291+
292+
*Take part of our journey and tweet us your most beautiful projects using **Highway** to [@Dogstudio](https://twitter.com/Dogstudio) or [@Anthodpnt](https://twitter.com/Anthodpnt). The most interesting ones will be featured here. Thanks!*
293+
289294
## Support
290295

291296
Note that **Highway** uses modern features because we wanted it to be *modern*. This means some browser might not support some of these modern features and you'll have to add a polyfill to your projects like [**babel-polyfill**](https://babeljs.io/docs/usage/polyfill/) or transpile your code to ES5 using tools like [**Webpack**](https://webpack.js.org/). This is a non-exhaustive list of modern features used in **Highway**:
@@ -302,16 +307,19 @@ Note that **Highway** uses modern features because we wanted it to be *modern*.
302307

303308
- [ ] More Unit Tests
304309
- [ ] More Examples
310+
- [ ] More Demos
305311

306312
## Releases
307313
#### 1.3.x
308314

309315
- Add the `Basic Anchor` example
310316
- Add the `Basic Polyfill` example
317+
- Add unit tests
311318
- Remove **modes** that weren't convincing
312319
- Improve code and weight with ES2016+ features
313320
- Improve events
314321
- Improve transitions
322+
- Improve documentation
315323

316324
#### 1.2.x
317325

0 commit comments

Comments
 (0)