1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-02 00:46:45 +01:00

439 Commits

Author SHA1 Message Date
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 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
Nikita Karamov
6816879bbc
Merge branch 'remove-mixins'
https://codeberg.org/kytta/shareon/pulls/4

message to explain why this merge is necessary,
2022-02-10 21:20:54 +01:00
Nikita Karamov
c9db249c9c
Update changelog 2022-02-10 21:18:45 +01:00
Nikita Karamov
0591f86461
Remove now unused plugins 2022-02-10 21:18:36 +01:00
Nikita Karamov
c5e4ab0bd7
Move urlBuilderMap to shareon.js 2022-02-10 21:16:53 +01:00
Nikita Karamov
70aaddb0c3
Add the style definitions directly to the CSS file
Also rename file to `shareon.css`
2022-02-10 21:16:26 +01:00
Nikita Karamov
a367bc5dfa
Merge branch 'remove-np'
https://codeberg.org/kytta/shareon/pulls/3
2022-02-10 21:00:02 +01:00
Nikita Karamov
75fab9b57b
Remove np
Instead, I will be using standard `pnpm publish` command. This action
alone removed 250+ packages from the devDependencies tree 🎉
2022-02-10 20:58:37 +01:00
Nikita Karamov
6081dba557
v2.0.0-beta.0 v2.0.0-beta.0 2022-02-10 20:53:25 +01:00
Nikita Karamov
3226d8442d
Merge branch 'smart-autoinit'
https://codeberg.org/kytta/shareon/pulls/2
2022-02-10 20:37:45 +01:00
Nikita Karamov
af7060fb98
Update CHANGELOG 2022-02-10 20:32:58 +01:00
Nikita Karamov
305751a361
Build the new version 2022-02-10 20:32:52 +01:00
Nikita Karamov
73b54c385a
Write new index.js for the package 2022-02-10 20:32:40 +01:00
Nikita Karamov
8d8037ee1a
Merge branch 'prettier-code-style'
Merges https://codeberg.org/kytta/shareon/pulls/1
2022-02-08 19:21:30 +01:00
Nikita Karamov
0e924799a6
Update changelog 2022-02-08 19:19:25 +01:00
Nikita Karamov
dcb1079aa6
Add .git-blame-ignore-revs
On supported systems, this will make sure that the commit that changes
the syntax will be excluded from Git blame output.
2022-02-08 19:11:12 +01:00
Nikita Karamov
d95105353f
Convert code using Prettier 2022-02-08 18:56:39 +01:00
Nikita Karamov
c626ffdb39
Add Prettier as dependency 2022-02-08 18:52:13 +01:00
Nikita Karamov
c3295cc821
Update GitHub Actions to use PNPM 2022-02-02 15:19:03 +01:00
Nikita Karamov
941338890e
Update CHANGELOG 2022-02-02 15:15:47 +01:00
Nikita Karamov
6b6ad40b68
1.6.3 v1.6.3 2022-02-02 15:12:35 +01:00
Nikita Karamov
57b9769417
Update toot URL 2022-02-02 15:08:47 +01:00
Nikita Karamov
58ae955e6f
Update dev dependencies 2022-02-02 15:08:38 +01:00
Nikita Karamov
d51c6e860d
Migrate to PNPM
Also remove lockfile from Git repository
2022-02-02 15:06:04 +01:00
Nikita Karamov
6ee4f6da92
Update usernames
- update GitHub username

 - update Liberapay username

 - update website address
2022-02-02 15:02:32 +01:00
Nikita Karamov
56c83b197c
v1.6.2 v1.6.2 2021-06-29 20:50:50 +02:00