Skip to content

Commit dae2ece

Browse files
author
Chris Ferdinandi
committed
Merge branch 'pr/68'
2 parents 1b86aff + 212fc85 commit dae2ece

File tree

2 files changed

+178
-114
lines changed

2 files changed

+178
-114
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Smooth Scroll is built with modern JavaScript APIs, and uses progressive enhance
173173
* IE10 rounding error fixed by [Luke Siedle](https://github.com/luke-siedle).
174174
* Enhanced callback functions by [Constant Meiring](https://github.com/constantm).
175175
* Scroll-to-top bug for links at the bottom of the page by [Jonas Havers](https://github.com/JonasHavers).
176+
* AMD support and numerous code improvements by [Todd Motto](https://github.com/toddmotto).
176177

177178

178179

@@ -188,6 +189,15 @@ Smooth Scroll is licensed under the [MIT License](http://gomakethings.com/mit/).
188189

189190

190191
## Changelog
192+
* v4.7.0 - June 7, 2014
193+
* Added AMD support.
194+
* Moved public APIs to `exports` variable.
195+
* Improved feature test.
196+
* Replaced `Array.prototype.forEach` hack with proper `forEach` function.
197+
* Added a more well supported `trim` function.
198+
* General code optimizations for better minification and performance.
199+
* Updated to JSDoc documentation (sort of).
200+
* Updated to three number versioning system.
191201
* v4.6 - March 21, 2014
192202
* [Fixed scroll-to-top bug for links at the bottom of the page](https://github.com/cferdinandi/smooth-scroll/issues/49).
193203
* v4.5 - March 20, 2014

0 commit comments

Comments
 (0)