1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-04-25 15:15:23 -04:00

38 Commits

Author SHA1 Message Date
0328cdb280
v0.10.0 2021-11-11 10:45:09 -05:00
57989cf25f switch to microbundle 2021-11-11 10:44:56 -05:00
c62cde5e91
fixes for eslint 8.0.0 2021-10-12 20:22:57 -04:00
ce472773c9
bring bundle config up-to-date with rollup template
https://github.com/jakejarvis/rollup-module-template
2021-10-09 16:49:25 -04:00
07ce4cab10
Release 0.9.1 2021-10-04 09:27:23 -04:00
1c1ff4e186
Release 0.9.0 2021-10-04 09:25:46 -04:00
45d856cab3
add onUserToggle callback, move onInit and onChange up 2021-10-04 09:25:10 -04:00
fba5494cfe
Release 0.8.1 2021-09-09 17:56:35 -04:00
e5a76a03b3
Release 0.8.0 2021-09-09 17:49:07 -04:00
02f772dd46
Rename package from @jakejarvis/dark-mode to dark-mode-switcheroo 2021-09-09 17:48:20 -04:00
dependabot[bot]
5fc1bd80b3 📦 npm: Bump @babel/core from 7.15.0 to 7.15.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.0 to 7.15.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 17:45:58 -04:00
dependabot[bot]
ba8cd84d66 📦 npm: Bump @babel/preset-env from 7.15.0 to 7.15.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.0 to 7.15.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 17:43:21 -04:00
9d599b4675
Release 0.7.2 2021-08-31 10:44:39 -04:00
8f96d0bb83
use rollup-plugin-delete to clean dist folder on build 2021-08-31 10:30:56 -04:00
2fcad1a9e7
update eslint config to use @jakejarvis/eslint-config 2021-08-30 19:41:32 -04:00
20aaf287b2
Release 0.7.1 2021-08-23 09:15:31 -04:00
dependabot[bot]
a84de1b0e5 📦 npm: Bump rollup from 2.56.2 to 2.56.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.2 to 2.56.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.56.2...v2.56.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 09:14:48 -04:00
80153bce73
Release 0.7.0 2021-08-22 10:41:07 -04:00
dependabot[bot]
582e64ae13 📦 npm: Bump eslint-plugin-compat from 3.12.0 to 3.13.0
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-22 10:37:54 -04:00
eb6d058b5b
set "sideEffects": false 2021-08-16 23:06:22 -04:00
46ade562c4
Release 0.6.3 2021-08-11 09:48:05 -04:00
df981e17b3
add dependabot.yml 2021-08-11 09:39:52 -04:00
710e94d7dc
Release 0.6.2 2021-08-07 10:04:01 -04:00
1ad8cf373e
add exports field to package.json to comply with skypack.dev 2021-08-07 10:03:16 -04:00
29728eb5cf
Release 0.6.1 2021-08-05 08:47:05 -04:00
7e2e8948ec
Release 0.6.0 2021-08-05 08:17:30 -04:00
cfa1f575e3
add onInit and onChange callback function options 2021-08-05 07:54:47 -04:00
8b40221791
Release 0.5.1 2021-08-04 21:00:06 -04:00
c7a304caa4
Release 0.5.0 2021-08-04 19:18:58 -04:00
eedd0a96e0
much simpler bundling with rollup, also generate separate ESM and CJS files 2021-08-04 19:16:33 -04:00
1c2b15d70f
Release 0.4.0 2021-08-04 15:37:02 -04:00
e4d7e4f61b
remove unnecessary deps (now zero 😎) 2021-08-04 15:19:54 -04:00
092c833d97
Release 0.3.0 2021-08-04 11:44:30 -04:00
df3b462de0
bundle into a UMD script via webpack for both browser & node 2021-08-04 11:31:37 -04:00
0d48f8e8af
Release 0.2.0 2021-08-04 09:02:04 -04:00
2a1d634637
Check if localStorage is available before accessing 2021-08-04 09:01:27 -04:00
c9c20979fa
Release 0.1.1 2021-08-03 13:28:04 -04:00
738f9098fe
initial commit 🎉 2021-08-03 10:30:10 -04:00