1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-13 08:34:50 +02:00

560 Commits

Author SHA1 Message Date
Luis Sacristán
9ec4fae96b Merge pull request #166 from webslides/dependabot/npm_and_yarn/node-sass-4.13.1
Bump node-sass from 4.9.4 to 4.13.1
2020-09-05 22:55:37 +02:00
dependabot[bot]
13cfd525e8 Bump node-sass from 4.9.4 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.4 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.9.4...v4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 23:08:31 +00:00
Antonio Laguna
fb5208218f Ensuring tests pass again
Fixes #131
2019-02-19 19:06:13 +01:00
Antonio Laguna
87db22523c Merge pull request #115 from AragurDEV/patch-1
Fix 404 in README.md
2018-08-10 14:28:09 +02:00
AragurDEV
d9c2cb44f8 Fix 404 in README.md
Directly accessing 'wiki' results in a 404.
I have added the complete wiki url (as in the FAQ topic)
2018-08-10 14:00:29 +02:00
Antonio Laguna
9a2dfe0e52 Merge pull request #106 from oligot/no-babelrc
Don't publish .babelrc file
2018-01-23 15:27:10 +01:00
Olivier Ligot
26716804cb Don't publish .babelrc file
More and more npm packages contain ES2015+ code.
As discussed in [this AMA](https://github.com/sindresorhus/ama/issues/446), this causes a lot of troubles (Uglify and old browsers) for people.

One possible solution is to transpile external dependencies, as discussed in [this issue on create-react-app](https://github.com/facebookincubator/create-react-app/issues/1125) and implemented in [this pull request](https://github.com/facebookincubator/create-react-app/pull/3776).

This doesn't currently work with Webslides as the .babelrc file is published on npm.
Here is a [small repo demonstrating the bug](https://github.com/oligot/webslides-babelrc).
Running `npm run build` results in this error

```
ERROR in ./node_modules/webslides/static/js/webslides.js
Module build failed: Error: Couldn't find preset "es2015" relative to directory ".../webslides-babelrc/node_modules/webslides"
```

By adding the .babelrc file to .npmignore, and removing the babel config in the _package.json_ file, the bug would go away once a new version of Webslides is published.

This is basically the same PR as done for [v-tooltip](https://github.com/Akryum/v-tooltip/pull/90).
2018-01-23 13:51:25 +01:00
Antonio Laguna
ea0f2cb833 Adding a way to go to sections by id
#71
2018-01-01 16:32:35 +01:00
Antonio Laguna
5dd1b9c649 Firing show event on the slide
Fixes #104
2018-01-01 16:03:32 +01:00
Antonio Laguna
ed93fd8df9 Adapting to changes to JSDOM 2018-01-01 16:01:49 +01:00
Antonio Laguna
43105bd180 Updating dependencies 2018-01-01 16:00:42 +01:00
Antonio Laguna
bee1e87c7f Events now bubble by default 2018-01-01 15:37:35 +01:00
José Luis Antúnez
e9fa8d2e3a adding codepen account 2017-09-18 11:14:24 +02:00
Antonio Laguna
13fe06daa8 1.5.0
Fixes #96 #97
1.5.0
2017-09-16 22:45:19 +02:00
Antonio Laguna
eef9d75706 Fixing package.json 2017-09-16 22:32:11 +02:00
Antonio Laguna
b1e03202e3 Adding version scripts 2017-09-16 22:29:34 +02:00
Antonio Laguna
3b7203c9ab Ctrl/Cmd + F should not trigger fullscreen
Hence allowing search
#97
2017-09-16 19:45:13 +02:00
Antonio Laguna
8912d05d70 Shift + Space should go backwards
#96
2017-09-16 19:37:24 +02:00
Antonio Laguna
8b19bd28f6 Updating deps 2017-09-16 19:37:03 +02:00
Antonio Laguna
71f2fd52b9 1.4.2 1.4.2 2017-09-12 10:16:05 +02:00
Antonio Laguna
fe58531e74 Removing unneeded class 2017-09-12 10:14:17 +02:00
Luis Sacristán
71b08f8d3b Fixing TOC 2017-09-03 19:30:05 +02:00
Antonio Laguna
e8dc32e274 1.4.1 1.4.1 2017-08-18 10:43:37 +02:00
Antonio Laguna
1610da683e Merge branch 'dev' 2017-08-18 10:37:56 +02:00
José Luis Antúnez
5233851f59 fixing longform alignments 2017-08-15 19:51:59 +02:00
José Luis Antúnez
eb58c83d11 header: changing the link on the logo 2017-08-15 19:50:02 +02:00
José Luis Antúnez
253e087c15 a new unsplash photo 2017-08-15 19:48:13 +02:00
José Luis Antúnez
ce4b1603d2 updating demos
header logo and a new unsplash photo
2017-08-15 19:48:05 +02:00
José Luis Antúnez
514df1b421 fixing longform alignments 2017-08-15 12:12:25 +02:00
Antonio Laguna
eb402a886f 1.4.0
Fixes #88 #52 #66 #73 #84
1.4.0
2017-08-14 13:17:01 +02:00
Antonio Laguna
03603fa1c8 Merge branch 'master' into dev
# Conflicts:
#	src/js/utils/scroll-to.js
2017-08-14 13:12:31 +02:00
Luis Sacristán
261259a9d3 Fixing brown color 2017-08-13 18:02:15 +02:00
Luis Sacristán
37d9b84bff Fixing scrolling after zooming 2017-08-11 23:20:08 +02:00
Luis Sacristán
e6de10e449 Fixing document.scrollingElement not working in Firefox 2017-08-10 22:34:53 +02:00
José Luis Antúnez
fc1a733d6f removing bg image (slide 3) 2017-08-10 10:53:52 +02:00
Luis Sacristán
e523998f1e Fixing minus and plus buttons for index in Chrome 2017-08-06 12:50:52 +02:00
Luis Sacristán
6699407c08 Prevent Firefox keypress default event, it produced to scroll the page up/down 2017-08-05 01:48:01 +02:00
Luis Sacristán
18970a7b7b Fixing navigator test 2017-08-04 21:49:18 +02:00
Luis Sacristán
e39fad9a16 Removing counter link when index is disabled #88 2017-08-04 20:04:57 +02:00
Luis Sacristán
e78e25ddea Fixing zoom tests 2017-08-02 22:15:33 +02:00
Luis Sacristán
f4c93e68d3 Adding new showIndex option to WebSlides class 2017-08-02 21:41:46 +02:00
José Luis Antúnez
94e8e22f10 fixing a bg image: removing parenthesis in the URL 2017-08-02 22:43:56 +02:00
Luis
4462883dc0 Fixing gallery css 2017-08-02 11:33:32 +02:00
Luis
2c2fd3a0db Changing index background, removing blur effect #88 2017-08-01 17:44:49 +02:00
Antonio Laguna
cfd1f74b9b 1.3.3 1.3.3 2017-07-29 13:20:59 +02:00
Antonio Laguna
7bcafd9f7c Fixing scrollable container in run time 2017-07-29 13:20:03 +02:00
Antonio Laguna
71121169f0 1.3.2 1.3.2 2017-07-28 11:57:47 +02:00
Antonio Laguna
50cb44c85f Build 2017-07-28 11:54:48 +02:00
Antonio Laguna
eea1b46f02 Adjustments for zoom 2017-07-28 11:54:40 +02:00
Antonio Laguna
cf4f1d22b7 Typo 2017-07-28 11:20:33 +02:00