Skip to content

Commit 85db886

Browse files
author
Luis
committed
CHANGELOG updated
1 parent 5d2a249 commit 85db886

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.2.1 (2017-03-02)
2+
3+
## Bugfixes
4+
5+
- Scrollbar showing in Firefox
6+
17
# 1.2.0 (2017-03-02)
28

39
## New Features
@@ -29,19 +35,19 @@ It's also possible to scroll horizontally on horizontal presentations to move fo
2935
# 1.0.0 (2017-02-23)
3036

3137
This release is a special one since it sets up in the path of a better development environment. Although it's far from
32-
perfect, it's a solid beginning.
38+
perfect, it's a solid beginning.
3339

34-
All the code has been migrated from **jQuery** with ES5 to **vanilla JavaScript with ES2015 (or ES6) and is fully modular**.
35-
This means that WebSlides is a (base module)[src/js/modules/webslides.js] with a solid API (few public methods) and
40+
All the code has been migrated from **jQuery** with ES5 to **vanilla JavaScript with ES2015 (or ES6) and is fully modular**.
41+
This means that WebSlides is a (base module)[src/js/modules/webslides.js] with a solid API (few public methods) and
3642
it's extended by (plugins)[src/js/plugins]. This leads to more granularity and less code to dive through while fixing a
37-
bug.
43+
bug.
3844

3945
**The benefit from this approach is that now it's really easy to extend WebSlides** to achieve what you need. You can also
4046
overwrite current plugins. Say you don't like the current navigation with arrows and want to create a menu instead, you
4147
can just write that for yourself with your custom needs and register it as `nav` and it will overwrite our nav with
4248
your code.
4349

44-
We hope this leads to a better environment in which WebSlides can grow better.
50+
We hope this leads to a better environment in which WebSlides can grow better.
4551

4652
All the technical specs live now in [this document](docs/technical.md).
4753

0 commit comments

Comments
 (0)