Commit Graph

264 Commits

Author SHA1 Message Date
Nikita Karamov c07f0138b9
v2.0.0 2022-02-13 15:58:45 +01:00
Nikita Karamov 60b1f0541a
Merge branch 'prepare-v2-release'
https://codeberg.org/kytta/shareon/pulls/9
2022-02-13 15:56:41 +01:00
Nikita Karamov 13f9ffcc68
v2.0.0-rc.0 2022-02-13 15:51:16 +01:00
Nikita Karamov e3c09dc69f
Add funding links 2022-02-11 17:10:01 +01:00
Nikita Karamov a9571908b4
Add trailing slash in personal URL 2022-02-11 17:07:51 +01:00
Nikita Karamov 7c01217f87
Update URL to repo 2022-02-11 17:07:35 +01:00
Nikita Karamov f91643b831
Add CHANGELOG entry and docs for CSS export
Closes https://github.com/kytta/shareon/issues/35
See: https://codeberg.org/kytta/shareon/pulls/12
2022-02-11 16:14:26 +01:00
Nikita Karamov 89c84b053f
Update links in CHANGELOG 2022-02-11 16:14:25 +01:00
Nikita Karamov 952fe10d67
Update logos and colours 2022-02-11 16:14:24 +01:00
Nikita Karamov db05a94838
Remove unneeded TODO 2022-02-11 16:14:23 +01:00
Nikita Karamov 4bb70cb405
Add link to Wordpress plugin
Sorry Gareth, it took me too long... 😅

Closes https://github.com/kytta/shareon/issues/7
2022-02-11 16:14:22 +01:00
Nikita Karamov 018b4e0dc9
Delete GitHub-specific files
After migration to Codeberg, GitHub's CI definitions aren't needed any
more. The project will be migrated to Codeberg CI when it exits private
beta.

Also delete banner image file, since it wasn't being used anywhere.
2022-02-11 16:14:21 +01:00
Nikita Karamov 846570dd31
Delete docs/
Docs will be hosted on the separate branch, `pages`. They will not be
automatically built any more.
2022-02-11 16:14:20 +01:00
Nikita Karamov d28556e142
Update year in LICENSE 2022-02-11 16:14:19 +01:00
Nikita Karamov 2877fef357
Update README
- update installation instruction

 - use clearer text for descriptions

 - update licence footer; add information about Simple Icons

 - update URLs and permalinks to related projects
2022-02-11 16:14:18 +01:00
Nikita Karamov 6e4ec8ea26
Add new demo picture 2022-02-11 16:14:17 +01:00
Nikita Karamov a31564ae33
Merge branch 'css-export'
https://codeberg.org/kytta/shareon/pulls/12
2022-02-11 16:12:15 +01:00
Nikita Karamov f64371fcab
v2.0.0-beta.3 2022-02-11 15:08:48 +01:00
Nikita Karamov 27bdff424f
Add CSS export for the package
See https://github.com/kytta/shareon/issues/35
2022-02-11 15:06:25 +01:00
Nikita Karamov a4a27fb567
Merge branch 'clean-publish'
https://codeberg.org/kytta/shareon/pulls/11
2022-02-11 14:56:11 +01:00
Nikita Karamov 56b90f7006
v2.0.0-beta.2 2022-02-11 14:49:28 +01:00
Nikita Karamov db92342732
Add clean-publish 2022-02-11 14:49:03 +01:00
Nikita Karamov bdda39b8ef
Merge branch 'non-default-export'
https://codeberg.org/kytta/shareon/pulls/10
2022-02-10 23:06:56 +01:00
Nikita Karamov 288fc56528
Update CHANGELOG 2022-02-10 23:05:04 +01:00
Nikita Karamov d5141a6383
Use non-default export 2022-02-10 23:02:50 +01:00
Nikita Karamov 51ec64b236
Merge branch 'postcss-csso'
https://codeberg.org/kytta/shareon/pulls/8
2022-02-10 22:38:43 +01:00
Nikita Karamov 20e05d2ca2
Replace cssnano with CSSO
CSSO has better PostCSS API, has less dependencies and produces more
optimized CSS.
2022-02-10 22:37:46 +01:00
Nikita Karamov d3081f3446
Merge branch 'for-of-loop'
https://codeberg.org/kytta/shareon/pulls/7
message to explain why this merge is necessary,
2022-02-10 22:34:43 +01:00
Nikita Karamov a0a7c02e0a
Replace index loops with for-of-loops 2022-02-10 22:34:16 +01:00
Nikita Karamov 733a8da0b7
Merge branch 'update-eslint-config'
https://codeberg.org/kytta/shareon/pulls/6
2022-02-10 22:22:33 +01:00
Nikita Karamov 15ce773189
Tweak ESLint config 2022-02-10 22:21:17 +01:00
Nikita Karamov e0e0f9bf63
Use "node" protocol for import 2022-02-10 22:21:09 +01:00
Nikita Karamov dd3afd72b3
Use clearer name for package.json variable 2022-02-10 22:20:53 +01:00
Nikita Karamov 4bd28fa8aa
Lint all files 2022-02-10 22:20:18 +01:00
Nikita Karamov 95cb4ce158
Rename index variables in loops 2022-02-10 22:20:06 +01:00
Nikita Karamov 51a7597235
Use querySelectorAll instead of getElementsByClassName 2022-02-10 22:19:54 +01:00
Nikita Karamov 9a6f39af4a
Move button listener outside the loop 2022-02-10 22:19:03 +01:00
Nikita Karamov bea94e545d
Re-export shareon with `export ... from` 2022-02-10 22:16:26 +01:00
Nikita Karamov db7c10048f
Add eslint-plugin-unicorn 2022-02-10 22:06:50 +01:00
Nikita Karamov 9d86369877
Remove Airbnb config in favour of the default one 2022-02-10 22:02:17 +01:00
Nikita Karamov bae3f9cda4
v2.0.0-beta.1 2022-02-10 21:55:43 +01:00
Nikita Karamov 9982e074b1
Merge branch 'vite-build'
https://codeberg.org/kytta/shareon/pulls/5
2022-02-10 21:53:56 +01:00
Nikita Karamov c2e1ee5bd9
Rename fields in package.json 2022-02-10 21:51:37 +01:00
Nikita Karamov c9364937b4
Update changelog 2022-02-10 21:48:45 +01:00
Nikita Karamov a401180d4a
Remove unneeded dependencies 2022-02-10 21:47:21 +01:00
Nikita Karamov 50d9e900f2
Add new build scripts 2022-02-10 21:44:53 +01:00
Nikita Karamov f6d5e43bcb
Add banner options from Rollup config 2022-02-10 21:44:35 +01:00
Nikita Karamov 4b13754597
Extract PostCSS config 2022-02-10 21:44:22 +01:00
Nikita Karamov 1b151450cd
Add demo page 2022-02-10 21:34:06 +01:00
Nikita Karamov 77123986bf
Add vite as devDependency 2022-02-10 21:26:35 +01:00