File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.1 (2017-03-02)
2
+
3
+ ## Bugfixes
4
+
5
+ - Scrollbar showing in Firefox
6
+
1
7
# 1.2.0 (2017-03-02)
2
8
3
9
## New Features
@@ -29,19 +35,19 @@ It's also possible to scroll horizontally on horizontal presentations to move fo
29
35
# 1.0.0 (2017-02-23)
30
36
31
37
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.
33
39
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
36
42
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.
38
44
39
45
** The benefit from this approach is that now it's really easy to extend WebSlides** to achieve what you need. You can also
40
46
overwrite current plugins. Say you don't like the current navigation with arrows and want to create a menu instead, you
41
47
can just write that for yourself with your custom needs and register it as ` nav ` and it will overwrite our nav with
42
48
your code.
43
49
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.
45
51
46
52
All the technical specs live now in [ this document] ( docs/technical.md ) .
47
53
You can’t perform that action at this time.
0 commit comments