From 85db8868a1131de24bc76e7a23754b0ec6529afd Mon Sep 17 00:00:00 2001 From: Luis Date: Thu, 2 Mar 2017 15:57:41 +0100 Subject: [PATCH] CHANGELOG updated --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a60edb3..deaef2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.2.1 (2017-03-02) + +## Bugfixes + +- Scrollbar showing in Firefox + # 1.2.0 (2017-03-02) ## New Features @@ -29,19 +35,19 @@ It's also possible to scroll horizontally on horizontal presentations to move fo # 1.0.0 (2017-02-23) This release is a special one since it sets up in the path of a better development environment. Although it's far from -perfect, it's a solid beginning. +perfect, it's a solid beginning. -All the code has been migrated from **jQuery** with ES5 to **vanilla JavaScript with ES2015 (or ES6) and is fully modular**. -This means that WebSlides is a (base module)[src/js/modules/webslides.js] with a solid API (few public methods) and +All the code has been migrated from **jQuery** with ES5 to **vanilla JavaScript with ES2015 (or ES6) and is fully modular**. +This means that WebSlides is a (base module)[src/js/modules/webslides.js] with a solid API (few public methods) and it's extended by (plugins)[src/js/plugins]. This leads to more granularity and less code to dive through while fixing a -bug. +bug. **The benefit from this approach is that now it's really easy to extend WebSlides** to achieve what you need. You can also overwrite current plugins. Say you don't like the current navigation with arrows and want to create a menu instead, you can just write that for yourself with your custom needs and register it as `nav` and it will overwrite our nav with your code. -We hope this leads to a better environment in which WebSlides can grow better. +We hope this leads to a better environment in which WebSlides can grow better. All the technical specs live now in [this document](docs/technical.md).