Serraniel
378389863a
#3 improved performance of language display update in lists
...
Only tries to update if the node is a list element and only updates the single node instead of fetching and updating all nodes each time the page changes
2020-09-27 12:01:35 +02:00
Serraniel
d3f633f559
Optical improvements
2020-09-20 17:56:27 +02:00
Serraniel
e4a7238921
#3 Minor syntax issues
2020-09-20 17:46:25 +02:00
Serraniel
d14040ceb6
#3 JS fixes after merge
2020-09-20 17:44:43 +02:00
Serraniel
d58b651a8f
Merge branch 'develop' into feature/#3-better-display-of-language-icons
...
# Conflicts:
# manifest.json
# src/javascript/enhancements/languageDisplay.js
2020-09-20 17:40:27 +02:00
Daniel
b064b79f97
Merge pull request #51 from Serraniel/dependabot/npm_and_yarn/develop/terser-5.3.2
...
Bump terser from 5.3.1 to 5.3.2
2020-09-18 15:53:41 +02:00
dependabot-preview[bot]
4718ef4689
Bump terser from 5.3.1 to 5.3.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.3.1...v5.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 13:34:16 +00:00
Daniel
a28db468f4
Merge pull request #50 from Serraniel/dependabot/npm_and_yarn/develop/sass-1.26.11
...
Bump sass from 1.26.10 to 1.26.11
2020-09-18 15:32:06 +02:00
dependabot-preview[bot]
a0cbf34052
Bump sass from 1.26.10 to 1.26.11
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.26.10 to 1.26.11.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.26.10...1.26.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 04:55:50 +00:00
kaffem
60ab9c2203
Merge pull request #47 from Serraniel/feature/#46-replace-gulp-uglify-es-with-terser
...
Feature/#46 replace gulp uglify es with terser
2020-09-14 01:16:43 +02:00
kaffem
ca6d597da6
Merge pull request #45 from Serraniel/bugfix/#38-unsafe-assignment-to-innerhtml
...
Bugfix/#38 unsafe assignment to innerhtml
2020-09-14 01:01:14 +02:00
Serraniel
9cf3ace1d3
#46 Exchanged uglify-es with terser in gulpfile and fixed formatting
2020-09-11 20:57:15 +02:00
Serraniel
1726b3fd84
#46 Installed terser and gulp plugin
2020-09-11 20:56:41 +02:00
Serraniel
4224064249
#46 Uninstalled gulp-uglify-es
2020-09-11 20:49:38 +02:00
Serraniel
ea67553c97
#38 Added a comment
2020-09-11 20:37:08 +02:00
Serraniel
be721815de
#38 Fixed second innerHTML Warning
2020-09-11 20:36:38 +02:00
Serraniel
b4d6a886fe
#38 Fix innerHTML Warning when replacing Anime title
2020-09-11 19:33:34 +02:00
Daniel
df369b93de
Merge pull request #44 from Serraniel/bugfix/#39-the-function-constructor-is-eval
...
#39 Kicked "regenerator-runtime" dependancy is it is unused and causi…
2020-09-11 19:19:58 +02:00
Serraniel
9f97844c3a
#39 Kicked "regenerator-runtime" dependancy is it is unused and causing the issue.
2020-09-11 19:19:35 +02:00
Daniel
70e258e71f
Merge pull request #43 from Serraniel/bugfix/#40-manifest-does-not-contain-a-permissions-key
...
Bugfix/#40 manifest does not contain a permissions key
2020-09-11 19:16:47 +02:00
Serraniel
3f534c761a
#40 Removed unused dependancy
2020-09-11 19:15:57 +02:00
Serraniel
48238c5e4d
Merge branch 'develop' into bugfix/#40-manifest-does-not-contain-a-permissions-key
2020-09-11 18:42:24 +02:00
Serraniel
279422c748
#40 Added host permission for aniwatch
2020-09-11 18:42:08 +02:00
Serraniel
d27e1c75e6
Updated babel file
2020-09-11 18:33:58 +02:00
Serraniel
abb35c8aae
#40 Added empty permissions
2020-09-06 22:31:45 +02:00
Daniel
baca4da40b
Merge pull request #36 from Serraniel/feature/#35-build-tools
...
Feature/#35 build tools
2020-09-06 21:20:02 +02:00
Serraniel
c5455e231c
#35 Formatting
2020-09-06 21:03:16 +02:00
Serraniel
4c1a4277e3
Merge branch 'feature/#35-build-tools' of https://github.com/Serraniel/EnhancedAniwatch into feature/#35-build-tools
...
# Conflicts:
# package-lock.json
# package.json
2020-09-06 20:33:41 +02:00
Serraniel
40951171ab
#35 package-lock.json
2020-09-06 20:32:00 +02:00
Serraniel
91af8850b8
#35 Fixed developer key in manifest
2020-09-06 20:31:00 +02:00
Serraniel
697c8b2da9
#35 Fixed version key in package.json
2020-09-06 20:25:52 +02:00
Serraniel
0bd63a9de7
#35 Fixed developer property from tmeplate manifest
2020-09-06 20:20:15 +02:00
Daniel
40eb0e8534
Optimized browserify task
2020-09-06 20:16:01 +02:00
kaffem
51c3405ea8
added Kaffem as a contributor
2020-09-01 01:38:44 +02:00
Serraniel
b00e101b2e
#35 fixed version number
2020-08-29 17:40:42 +02:00
Serraniel
078479fa55
#35 Updated package.json and readme
2020-08-29 17:27:16 +02:00
Serraniel
dcc9ded0af
#35 added watch script to npm scripts
2020-08-29 16:47:23 +02:00
Serraniel
8877e4e688
#35 added watch script
2020-08-29 16:44:41 +02:00
Serraniel
5c64d01475
#35 changes in manifest for rebranding
2020-08-29 16:29:28 +02:00
Serraniel
64b8b752e2
#35 removed console log
2020-08-29 16:21:10 +02:00
Serraniel
75f8869f7f
#35 fixed DOM ready event
2020-08-29 16:20:53 +02:00
Serraniel
98cc32cae4
#35 Changed manifest to run at document end again because of issues
2020-08-29 16:20:14 +02:00
Serraniel
c50a505418
#35 Copied relevant icons into images folder in src and integrated into manifest
2020-08-29 01:11:41 +02:00
Serraniel
dfc69e1b7b
Merge branch 'develop' into feature/#35-build-tools
2020-08-28 18:57:14 +02:00
Daniel
f716ebc398
Merge pull request #37 from Serraniel/feature/#16-icons
...
#16 Added images
2020-08-28 18:56:24 +02:00
Serraniel
46635d641a
#16 Added images
2020-08-28 18:53:42 +02:00
Serraniel
d69e9c2f02
#35 build scripts
2020-08-26 22:00:58 +02:00
Serraniel
24e1f7c710
#35 Creating dist for each browser including zipped version
2020-08-26 21:57:01 +02:00
Serraniel
a16c6703b7
#35 Enabled uglify again
2020-08-26 21:05:00 +02:00
Serraniel
5bae743444
#35 included regenerator runtime
2020-08-26 21:04:41 +02:00