author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
429,508
24.03.2020 22:30:13
-28,800
221e4c54532eee7b3f0b16a738e35544a7b31a42
ci: Trying to find out if browser in Github Actions supports full ICU
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -6,7 +6,7 @@ on:\njobs:\nbuild:\n- name: Build ${{ matrix.os }} ${{ matrix.target }}\n+ name: ${{ matrix.os }} ${{ matrix.target }}\nruns-on: ${{ matrix.os }}\ntimeout-minutes: 120\...
TypeScript
MIT License
motss/app-datepicker
ci: Trying to find out if browser in Github Actions supports full ICU
429,508
24.03.2020 22:42:11
-28,800
122c1d0657e875a11950eb3e022a1bba73c9bc4c
ci: Trying to debug more
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -42,7 +42,7 @@ jobs:\n- save_cache: *save-cache-dependencies\n- run:\nname: Versions\n- command: node -v && npm version && which npm && pwd\n+ command: node -v && npm version && which npm &...
TypeScript
MIT License
motss/app-datepicker
ci: Trying to debug more
429,508
24.03.2020 22:50:24
-28,800
17601e73a10d982aedfa03fddbd73c374e5cdfa2
ci: npx envinfo failed on Windows
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -25,7 +25,7 @@ jobs:\n- name: List versions\nrun: |\n- node -v && npm -v && which npm && npx envinfo\n+ node -v && npm -v && which npm\n# - name: Install global dependencies\n# run:...
TypeScript
MIT License
motss/app-datepicker
ci: npx envinfo failed on Windows
429,508
24.03.2020 22:53:29
-28,800
22a63cbe62cd89cbf66fcd0ef75f37feeef0d9d1
ci: All passed surprisingly
[ { "change_type": "MODIFY", "old_path": "src/tests/full-icu.spec.ts", "new_path": "src/tests/full-icu.spec.ts", "diff": "+import { getResolvedLocale } from '../helpers/get-resolved-locale.js';\nimport { APP_INDEX_URL } from './constants.js';\nimport {\nok, strictEqual,\n@@ -28,6 +29,7 @@ describe('ti...
TypeScript
MIT License
motss/app-datepicker
ci: All passed surprisingly
429,508
24.03.2020 23:02:13
-28,800
0c085f96ac9397c7c83378660e2bd809d718dccc
ci: Trying to find out why CI fails
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -49,6 +49,7 @@ jobs:\npwd && ls -la\n- name: Run Test\n+ continue-on-error: true\nrun: |\nnpm run test:dev\n" }, { "change_type": "MODIFY", "old_path": "src/tests/full-i...
TypeScript
MIT License
motss/app-datepicker
ci: Trying to find out why CI fails
429,508
24.03.2020 23:05:02
-28,800
c3347661047dc7cc25e7e3300c9097e702a0cbc5
ci: Call done() when async task finishes
[ { "change_type": "MODIFY", "old_path": "src/tests/full-icu.spec.ts", "new_path": "src/tests/full-icu.spec.ts", "diff": "@@ -31,14 +31,14 @@ describe('timezones', () => {\n);\nstrictEqual(getResolvedLocale(), 'en-US');\n- const content = await browser.executeAsync(async () => {\n+ const content = awa...
TypeScript
MIT License
motss/app-datepicker
ci: Call done() when async task finishes
429,508
24.03.2020 23:20:57
-28,800
536193b517b5f3cc15c1cbb260e5413c8a422b41
ci: Intl.DateTimeFormat fails on Firefox
[ { "change_type": "MODIFY", "old_path": "src/tests/full-icu.spec.ts", "new_path": "src/tests/full-icu.spec.ts", "diff": "@@ -39,13 +39,20 @@ describe('timezones', () => {\nawait a.updateComplete;\ndone(\n- Array.from(\n- a.shadowRoot?.querySelectorAll('.full-calendar__day') ?? []\n- )[2]?.outerHTML ?...
TypeScript
MIT License
motss/app-datepicker
ci: Intl.DateTimeFormat fails on Firefox
429,508
24.03.2020 23:30:30
-28,800
ca1ae476e5c44c4bdaad290379d9548dbb95ea55
ci: Trying to find out the cause
[ { "change_type": "MODIFY", "old_path": "src/tests/full-icu.spec.ts", "new_path": "src/tests/full-icu.spec.ts", "diff": "import { getResolvedLocale } from '../helpers/get-resolved-locale.js';\nimport { APP_INDEX_URL } from './constants.js';\nimport {\n- ok, strictEqual,\n+ deepStrictEqual,\n+ ok,\n+ ...
TypeScript
MIT License
motss/app-datepicker
ci: Trying to find out the cause
429,508
24.03.2020 23:36:43
-28,800
4be9bf62cf4d8b5d79361a94bdc78e663fa95c84
ci: Almost there, server returns en-GB as locale
[ { "change_type": "MODIFY", "old_path": "src/tests/full-icu.spec.ts", "new_path": "src/tests/full-icu.spec.ts", "diff": "@@ -38,7 +38,9 @@ describe('timezones', () => {\ndocument.body.appendChild(a);\n- await a.updateComplete;\n+ a.locale = 'en-US';\n+\n+ while (!await a.updateComplete) { /** no-op *...
TypeScript
MIT License
motss/app-datepicker
ci: Almost there, server returns en-GB as locale
429,508
24.03.2020 23:49:43
-28,800
27f5eb33b2f982b7208e941b89cfef9b3001f784
ci: Checking browser's resolvedOptions()
[ { "change_type": "MODIFY", "old_path": "src/tests/full-icu.spec.ts", "new_path": "src/tests/full-icu.spec.ts", "diff": "@@ -46,6 +46,7 @@ describe('timezones', () => {\n[\na.locale,\n(a as any)._formatters.fullDateFormat(new Date('2020-03-03')),\n+ JSON.stringify(Intl.DateTimeFormat().resolvedOption...
TypeScript
MIT License
motss/app-datepicker
ci: Checking browser's resolvedOptions()
429,508
26.03.2020 22:18:49
-28,800
7439eb898c105498f484b56d8411bbc6f8576729
ci: Run tests on local and SL
[ { "change_type": "RENAME", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/test-local.yml", "diff": "-name: ci\n+name: test-local\non:\n- - push\n- - pull_request\n+ push:\n+ branches:\n+ - '*'\n+ tags-ignore:\n+ - '*'\n+ pull_request:\n+ branches:\n+ - '*'\n+ tags-ignore:\n+ ...
TypeScript
MIT License
motss/app-datepicker
ci: Run tests on local and SL
429,508
26.03.2020 22:29:20
-28,800
ed48420dc13cf235cde87959a81eb2059a151975
ci: Setup missing env for SL
[ { "change_type": "MODIFY", "old_path": ".github/workflows/test-sauce-labs.yml", "new_path": ".github/workflows/test-sauce-labs.yml", "diff": "@@ -52,6 +52,11 @@ jobs:\nrun: |\npwd && ls -la\n+ - name: Setup Environment Variables for Sauce Labs\n+ run: |\n+ ::set-env SAUCE_ACCESS_KEY=${{ secrets.SAUC...
TypeScript
MIT License
motss/app-datepicker
ci: Setup missing env for SL
429,508
26.03.2020 22:35:03
-28,800
e9bfc0107743a3e0a0efa2e5fc34aa7312e1ee46
ci: Use env keyword
[ { "change_type": "MODIFY", "old_path": ".github/workflows/test-sauce-labs.yml", "new_path": ".github/workflows/test-sauce-labs.yml", "diff": "@@ -52,12 +52,10 @@ jobs:\nrun: |\npwd && ls -la\n- - name: Setup Environment Variables for Sauce Labs\n- run: |\n- ::set-env SAUCE_ACCESS_KEY=${{ secrets.SAU...
TypeScript
MIT License
motss/app-datepicker
ci: Use env keyword
429,508
26.03.2020 22:46:59
-28,800
26524cd859c6410083cb178efcbb2ea16ae04dd1
ci: Minor renaming and add publish.yml
[ { "change_type": "DELETE", "old_path": ".circleci/config.yml", "new_path": null, "diff": "-# Javascript Node CircleCI 2.0 configuration file\n-#\n-# Check https://circleci.com/docs/2.0/language-javascript/ for more details\n-#\n-version: 2.1\n-\n-aliases:\n- - &restore-cache-dependencies\n- key: dep...
TypeScript
MIT License
motss/app-datepicker
ci: Minor renaming and add publish.yml
429,508
26.03.2020 22:52:47
-28,800
0748d984334dadbdddf9e0ebdc60865357a5e2e1
doc: Add GitHub Actions badges
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![Packagephobia][packagephobia-badge]][packagephobia-url]\n[![Bundlephobia][bundlephobia-badge]][bundlephobia-url]\n-[![CircleCI][circleci-badge]][circleci-url]\n+[![ci][ga-ci-badge]][ga-ci-url]\n+[![Sauce Labs][g...
TypeScript
MIT License
motss/app-datepicker
doc: Add GitHub Actions badges
429,508
26.03.2020 23:09:34
-28,800
4929236bd822fb6a93d5624dcb1b53a75b54812f
[ci skip] chore: Update LICENSE, add conditional expressions to skip CI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -14,6 +14,7 @@ on:\njobs:\nbuild:\n+ if: \"!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, 'doc:')\"\nname: ${{ matrix.os }} ...
TypeScript
MIT License
motss/app-datepicker
[ci skip] chore: Update LICENSE, add conditional expressions to skip CI
429,508
26.03.2020 23:26:29
-28,800
5daf93036f11fb508412b6d45715b4d72bcef2e8
ci: Add more conditions to skip CI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -13,15 +13,34 @@ on:\n- '*'\njobs:\n- build:\n- if: \"!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, 'doc:')\"\n+ check_ci:\...
TypeScript
MIT License
motss/app-datepicker
ci: Add more conditions to skip CI
429,508
26.03.2020 23:38:19
-28,800
08ba85b5b1acee57ddd316b2b7063b3318960ca8
ci: Accessing env.* is not supported at GA's job level
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -13,28 +13,28 @@ on:\n- '*'\njobs:\n- check_ci:\n- name: ${{ matrix.os }} ${{ matrix.target }}\n- runs-on: ${{ matrix.os }}\n- timeout-minutes: 120\n- strategy:\n- matrix:\n- os: [u...
TypeScript
MIT License
motss/app-datepicker
ci: Accessing env.* is not supported at GA's job level
429,508
27.03.2020 19:37:42
-28,800
8df67e6f748afa487e9bbcca9d362dc9602fdb44
fix: Fix table caption being jumpy on Safari, update dependencies
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"dev\": true\n},\n\"electron-to-chromium\": {\n- \"version\": \"1.3.386\",\n- \"resolved\": \"https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.386.tgz\",\n- \"integrity\":...
TypeScript
MIT License
motss/app-datepicker
fix: Fix table caption being jumpy on Safari, update dependencies
429,508
28.03.2020 14:39:54
-28,800
453aa9086698ea68892cb205cdad1e364c9adf66
ci: Update CI scripts to skip build for version tagging commit
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -12,26 +12,10 @@ on:\ntags-ignore:\n- '*'\n-jobs:\n- # env.SKIP_CI == 'true' is not supported at job level\n- # check_ci:\n- # name: ${{ matrix.os }} ${{ matrix.target }}\n- # runs-...
TypeScript
MIT License
motss/app-datepicker
ci: Update CI scripts to skip build for version tagging commit
429,508
28.03.2020 14:46:26
-28,800
c3b725d32b66c1b712850dd0e5b567dedb3b2c1a
ci: Fix equality check
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -37,40 +37,40 @@ jobs:\nfi\n- name: Setup node@${{ matrix.target }}\n- if: \"env.CI_SKIP = 'false'\"\n+ if: \"env.CI_SKIP == 'false'\"\nuses: actions/setup-node@v1\nwith:\nnode-vers...
TypeScript
MIT License
motss/app-datepicker
ci: Fix equality check
429,508
28.03.2020 18:11:23
-28,800
cb122ab9c66df8e378fba8dbc79a95121f4be487
fix(css): Safari-only CSS hack to fix jumpy table caption
[ { "change_type": "MODIFY", "old_path": "src/datepicker.ts", "new_path": "src/datepicker.ts", "diff": "@@ -225,6 +225,7 @@ export class Datepicker extends LitElement {\n}\n.calendar-container {\n+ position: relative;\npadding: 0 16px 16px;\n}\n@@ -238,16 +239,12 @@ export class Datepicker extends Lit...
TypeScript
MIT License
motss/app-datepicker
fix(css): Safari-only CSS hack to fix jumpy table caption
429,508
28.03.2020 19:03:22
-28,800
daf26695e634946da1a724e815d5ebefa9f7a499
refactor: Use supportsPassiveEventListener from
[ { "change_type": "MODIFY", "old_path": "src/tracker.ts", "new_path": "src/tracker.ts", "diff": "+import { supportsPassiveEventListener } from '@material/mwc-base/utils.js';\n+\ntype PointerType = MouseEvent | TouchEvent | PointerEvent | TouchInit;\ninterface ResolvedPointer {\nx: PointerEvent['pageX...
TypeScript
MIT License
motss/app-datepicker
refactor: Use supportsPassiveEventListener from @material/mwc-base/utils
429,508
23.09.2020 13:27:28
-28,800
6e8bf824d6d3e48d9f895d850fde0644dc873675
doc: Add Q&A section
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -49,7 +49,7 @@ The following are the list of tools used that makes it shine:\n- [Installation](#installation)\n- [How to use](#how-to-use)\n- [Browser compatibility](#browser-compatibility)\n-- [Works well with ...
TypeScript
MIT License
motss/app-datepicker
doc: Add Q&A section
429,508
23.09.2020 13:33:21
-28,800
6a2e82b8ba10cf4a27342599c51ee62cb2480a96
doc: Fix demo link
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -245,7 +245,7 @@ Meantime, feel free to check the older version out at:\n[app-datepicker-api-reference-url]: /api-references.md#appdatepicker\n[app-datepicker-dialog-api-reference-url]: /api-references.md#appdat...
TypeScript
MIT License
motss/app-datepicker
doc: Fix demo link
429,508
12.12.2020 16:35:48
-28,800
26010c0b3d919fd7b1a528fad4ca0d1d2bc6528b
ci: Update node version in CI, remove type=module in package.json
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -22,8 +22,8 @@ jobs:\nruns-on: ${{ matrix.os }}\nstrategy:\nmatrix:\n- os: [macos-latest, ubuntu-18.04]\n- target: [13.x]\n+ os: [macos-latest, ubuntu-latest]\n+ target: [14.x]\ntim...
TypeScript
MIT License
motss/app-datepicker
ci: Update node version in CI, remove type=module in package.json
429,508
12.12.2020 18:19:37
-28,800
bef6f04c47269d02ce1d2109e993afb58d5951f5
chore: Revert "4.4.0" This reverts commit
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"app-datepicker\",\n- \"version\": \"4.4.0\",\n+ \"version\": \"4.3.0\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n- \"version\": \"4.4.0\",\n+ \"version...
TypeScript
MIT License
motss/app-datepicker
chore: Revert "4.4.0" This reverts commit 16c12460acdfd0e0eca5d570b8f0fc604b564b3a.
429,508
12.12.2020 18:20:38
-28,800
3c5c235404b45b9e6761221a951193d7bf959031
ci: Update CI script to drop deprecated command
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -33,44 +33,44 @@ jobs:\n- name: Git log\nrun: |\nif [ -n \"$(git log --format=%B -n 1 | grep -iE '^[0-9]+[.]{1,}[0-9]+[.]{1,}[0-9]+')\" ]; then\n- echo '::set-env name=CI_SKIP::true...
TypeScript
MIT License
motss/app-datepicker
ci: Update CI script to drop deprecated command
429,508
12.12.2020 18:26:16
-28,800
7ab50f82eea77b88678135b3bec2b02069064209
ci: Fix CI scripts
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -37,40 +37,40 @@ jobs:\nfi\n- name: Setup node@${{ matrix.target }}\n- if: \"$CI_SKIP == 'false'\"\n+ if: \"env.CI_SKIP == 'false'\"\nuses: actions/setup-node@v1\nwith:\nnode-versio...
TypeScript
MIT License
motss/app-datepicker
ci: Fix CI scripts
429,508
12.12.2020 18:32:15
-28,800
4f4a7c3062f99a5fd38dd69472af3b4d71a20a6f
ci: Minor update to CI publish script
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -35,8 +35,8 @@ jobs:\nrun: |\nnpm ci --quiet\n- - name: Publish to npm (RC)\n- if: contains(github.ref, '-rc') == true\n+ - name: Publish to npm (Prerelease)\n+ if: contai...
TypeScript
MIT License
motss/app-datepicker
ci: Minor update to CI publish script
429,508
17.01.2021 00:02:12
-28,800
0270ac03b79e8e57b2b2692541c03796a05fd77a
chore: Update nodemod
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"@material/mwc-button\": \"^0.20.0\",\n\"lit-element\": \"^2.4.0\",\n\"lit-html\": \"^1.3.0\",\n- \"nodemod\": \"^2.6.1\",\n+ \"nodemod\": \"^2.7.2\",\n\"tslib\": \"^2.0.3\"\n},\n\"devDependencies\...
TypeScript
MIT License
motss/app-datepicker
chore: Update nodemod
429,508
17.01.2021 00:06:46
-28,800
22f47c4f2c6c83c630053b7529ca42f0edf7c6a3
fix: Override all button's type to be 'button', fix
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "<app-datepicker></app-datepicker>\n<app-datepicker-dialog class=\"datepicker-dialog\"></app-datepicker-dialog>\n- <button class=\"open-btn\">Open datepicker</button>\n+ <button type=\"button\" class=\"open-btn\">...
TypeScript
MIT License
motss/app-datepicker
fix: Override all button's type to be 'button', fix #196
429,508
17.01.2021 00:44:48
-28,800
d59dcb5f171b50bd0ad1e5882571285af60a462f
chore: Improve exports in package.json
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"exports\": {\n\".\": \"./dist/app-datepicker.js\",\n- \"./helpers/*\": \"./dist/helpers/*.js\",\n+ \"./dist/*\": \"./dist/*\",\n\"./app-datepicker\": \"./dist/app-datepicker.js\",\n\"./app-datepicker-di...
TypeScript
MIT License
motss/app-datepicker
chore: Improve exports in package.json
429,508
08.05.2021 14:49:44
-28,800
bc0f6c5a6c63722ad51b80d4e8ddec360d305418
feat: add stylings
[ { "change_type": "ADD", "old_path": null, "new_path": "src/ stylings.ts", "diff": "+import { css } from 'lit';\n+\n+export const absoluteHidden = css`[hidden] { display: none !important; }`;\n+\n+export const resetAnchor = css`\n+a {\n+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n+\n+ position: ...
TypeScript
MIT License
motss/app-datepicker
feat: add stylings
429,508
08.05.2021 20:05:41
-28,800
aca077f60233285f32edd9c1d0a85d19bb281a84
feat: adding initial layout with customized labels
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"license\": \"MIT\",\n\"dependencies\": {\n\"@material/mwc-base\": \"^0.21.0\",\n+ \"@material/mwc-icon-button\": \"^0.21.0\",\n\"lit\": \"^2.0.0-rc.1\",\n\"nodemod\": \"^2.8.1\",\n\"tslib\": \"^2....
TypeScript
MIT License
motss/app-datepicker
feat: adding initial layout with customized labels
429,508
13.05.2021 19:05:22
-28,800
b4ab1c9b71e7d955f26c110b303a857ecd510e95
chore: remove husky install
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"eslint-plugin-promise\": \"^5.1.0\",\n\"eslint-plugin-regexp\": \"^0.10.0\",\n\"eslint-plugin-simple-import-sort\": \"^7.0.0\",\n- \"husky\": \"^6.0.0\",\n\"typescript\": \"^4.2.4\"\n},\n\"engines...
TypeScript
MIT License
motss/app-datepicker
chore: remove husky install
429,508
13.05.2021 19:13:33
-28,800
7ffd13428605cf834e0838ccbb87a095167ddae8
chore: npm x husky
[ { "change_type": "RENAME", "old_path": ".husky/commit-msg", "new_path": ".husky/_commit-msg", "diff": "" }, { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"serve\": \"es-dev-server --watch --port 3000 --node-resolve --dedupe\",\n\"ts\...
TypeScript
MIT License
motss/app-datepicker
chore: npm x husky
429,508
15.05.2021 15:06:26
-28,800
473592d747025cae37dae4fdfccdece56162298e
feat: add multi calendars
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "</head>\n<body>\n+ <style>\n+ app-date-picker {\n+ border: 1px solid #ddd;\n+ }\n+ </style>\n<app-date-picker></app-date-picker>\n<app-date-picker-input></app-date-picker-input>\n" }, { "change_type": "MO...
TypeScript
MIT License
motss/app-datepicker
feat: add multi calendars
429,508
15.05.2021 17:55:24
-28,800
50efc4725abc18f854902c72ee0f150a6ccc0837
feat: refactor code of month calendar
[ { "change_type": "MODIFY", "old_path": "src/constants.ts", "new_path": "src/constants.ts", "diff": "@@ -5,7 +5,7 @@ import type { CalendarViewTuple } from './typings.js';\nexport const APP_DATE_PICKER_DIALOG_NAME = 'app-date-picker-dialog';\nexport const APP_DATE_PICKER_INPUT_NAME = 'app-date-picker...
TypeScript
MIT License
motss/app-datepicker
feat: refactor code of month calendar
429,508
15.05.2021 18:16:44
-28,800
601d10c051cd6ab361ea38060959f0ce9db4dc1c
refactor: code refactor in mixins
[ { "change_type": "MODIFY", "old_path": "src/date-picker.ts", "new_path": "src/date-picker.ts", "diff": "@@ -10,7 +10,6 @@ import { toUTCDate } from 'nodemod/dist/calendar/helpers/to-utc-date.js';\nimport { resetShadowRoot } from './ stylings.js';\nimport { calendarViews,MAX_DATE } from './constants....
TypeScript
MIT License
motss/app-datepicker
refactor: code refactor in mixins
429,508
16.05.2021 21:26:48
-28,800
c3f408feed5798a2fe45f9fa881db94827698eb0
feat: add calendar stylings
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>app-datepicker</title>\n+\n+ <link rel=preconnect href=\"https://fonts.googleapis.com\">\n+ <link rel=p...
TypeScript
MIT License
motss/app-datepicker
feat: add calendar stylings
429,508
22.05.2021 17:47:19
-28,800
305168bbac4b37463fe2080df44816e2e773788f
fix: fix lint command
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"build\": \"tsc -p tsconfig.prod.json\",\n\"check\": \"package-check\",\n\"clean\": \"shx rm -rf dist/ src/tests/snapshots/*.png logs/ .*cache *.log\",\n- \"lint\": \"eslint src/**/*.ts* --ext .js,.jsx,.ts,....
TypeScript
MIT License
motss/app-datepicker
fix: fix lint command
429,508
23.05.2021 17:17:37
-28,800
e6a9dbaaa72c97bd102f6e0a006cee6973e1b305
style: fix stylings and focus selected year in year grid
[ { "change_type": "MODIFY", "old_path": "src/date-picker.ts", "new_path": "src/date-picker.ts", "diff": "@@ -92,8 +92,9 @@ export class DatePicker extends DatePickerMixin(DatePickerMinMaxMixin(LitElement\nif (changedProperties.has('startView')) {\nconst oldStartView = changedProperties.get('startView...
TypeScript
MIT License
motss/app-datepicker
style: fix stylings and focus selected year in year grid
429,508
23.05.2021 20:38:26
-28,800
08fc85c6f071f7f8063919ed1ca3ffb28601ceff
refactor: drop focused date in favor of selected date and minor update
[ { "change_type": "MODIFY", "old_path": "src/constants.ts", "new_path": "src/constants.ts", "diff": "@@ -49,14 +49,18 @@ export const navigationKeyCodes = {\n} as const;\nexport const navigationKeyCodeSet = {\n- whenFocusedDateIsMinDatePrevious: new Set([keyCodesRecord.ARROW_LEFT, ...navigationKeyCod...
TypeScript
MIT License
motss/app-datepicker
refactor: drop focused date in favor of selected date and minor update
429,508
24.05.2021 01:20:10
-28,800
c8ec5a95ac393edab92ce8b0293ae8e251a77274
refactor: add keyboard support in year grid
[ { "change_type": "MODIFY", "old_path": "src/constants.ts", "new_path": "src/constants.ts", "diff": "@@ -64,3 +64,14 @@ export const calendarKeyCodeSet = new Set([\nkeyCodesRecord.ENTER,\nkeyCodesRecord.SPACE,\n]);\n+\n+export const yearGridKeyCodeSet = new Set([\n+ keyCodesRecord.ARROW_DOWN,\n+ keyC...
TypeScript
MIT License
motss/app-datepicker
refactor: add keyboard support in year grid
429,508
26.05.2021 17:37:33
-28,800
3619a7b8a200cbbfb2cff84577a54cafba312217
refactor: refactor year grid button and add base stylings
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "<link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap\" rel=stylesheet media=print onload=\"this.media='all'\">\n<scrip...
TypeScript
MIT License
motss/app-datepicker
refactor: refactor year grid button and add base stylings
429,508
26.05.2021 18:10:42
-28,800
854880f62ddbc517983079f15e3d9e51f23ae9c9
style: update size with border in calendar
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/stylings.ts", "new_path": "src/month-calendar/stylings.ts", "diff": "@@ -63,27 +63,31 @@ td {\n.calendar-day[aria-selected=\"true\"] {\ncolor: var(--date-picker-calendar-day-color, var(--base-selected-color));\n}\n+\n.calendar-day::after {\n...
TypeScript
MIT License
motss/app-datepicker
style: update size with border in calendar
429,508
26.05.2021 18:44:57
-28,800
b99105d98bb09d6c667c26ac1ef87528f84bb7e0
style: update year grid button style on hover, focus, today, selected
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/stylings.ts", "new_path": "src/month-calendar/stylings.ts", "diff": "@@ -89,7 +89,7 @@ td {\nopacity: 1;\n}\n.calendar-day.day--today::after {\n- border-color: var(--date-picker-today-color, var(--base-selected-background-color));\n+ border-...
TypeScript
MIT License
motss/app-datepicker
style: update year grid button style on hover, focus, today, selected
429,508
26.05.2021 21:56:40
-28,800
e51aa08f3bca27bb8faab548cc2d46476646a58a
style: update styling in date picker
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "html,\nbody {\nfont-family: 'Open Sans', sans-serif;\n+ scrollbar-width: thin;\n+ }\n+\n+ /**\n+ * NOTE: Webkit-specific scrollbar styling\n+ */\n+ ::-webkit-scrollbar {\n+ width: 8px;\n+ background: none;\n+ }\n...
TypeScript
MIT License
motss/app-datepicker
style: update styling in date picker
429,508
26.05.2021 22:23:32
-28,800
c253e9ee8f92dd7237552f77eebad4c884705bda
refactor: update focus logic in year grid
[ { "change_type": "MODIFY", "old_path": "src/constants.ts", "new_path": "src/constants.ts", "diff": "@@ -34,6 +34,13 @@ export const keyCodesRecord = {\nARROW_DOWN: 40,\n} as const;\n+export const confirmKeyCodeList = [\n+ keyCodesRecord.ENTER,\n+ keyCodesRecord.SPACE,\n+] as const;\n+\n+export const...
TypeScript
MIT License
motss/app-datepicker
refactor: update focus logic in year grid
429,508
26.05.2021 22:50:27
-28,800
8ecbf25799505de8e42b795dd588f70651b3c294
refactor: improve keyboard navigation in year grid
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -56,10 +56,6 @@ export class DatePicker extends DatePickerMixin(DatePickerMinMaxMixin(LitElement\n@state()\nprivate _selectedDate: Date;\n- // @state()\n- // private sta...
TypeScript
MIT License
motss/app-datepicker
refactor: improve keyboard navigation in year grid
429,508
26.05.2021 23:47:57
-28,800
2276524b55cca3cb02a51cb8f9fbc7537aacfe07
style: minor update
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/stylings.ts", "new_path": "src/month-calendar/stylings.ts", "diff": "@@ -43,7 +43,6 @@ td {\nwidth: 32px;\nheight: 32px;\ncolor: var(--year-grid-color, var(--base-primary-color));\n- font-size: 14px;\n}\n@media (any-hover: hover) {\n.calenda...
TypeScript
MIT License
motss/app-datepicker
style: minor update
429,508
27.05.2021 23:35:59
-28,800
3f1445e4aa0adab2774b0428a9ad0245f24e6098
fix: improve keyboard support and various bug fixes on navigation
[ { "change_type": "MODIFY", "old_path": "src/constants.ts", "new_path": "src/constants.ts", "diff": "@@ -65,10 +65,7 @@ export const navigationKeyCodeSet = {\ndayPrevious: new Set([keyCodesRecord.ARROW_LEFT, ...navigationKeyCodes.previous]),\n} as const;\n-export const calendarKeyCodeSet = new Set([\...
TypeScript
MIT License
motss/app-datepicker
fix: improve keyboard support and various bug fixes on navigation
429,508
28.05.2021 23:23:07
-28,800
4cda306e7a127c4eb14a63159fed8f7badcf7ffc
refactor: update logic rendering navigation buttons
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -15,6 +15,7 @@ import { calendarViews,MAX_DATE } from '../constants.js';\nimport { adjustOutOfRangeValue } from '../helpers/adjust-out-of-range-value.js';\nimport { date...
TypeScript
MIT License
motss/app-datepicker
refactor: update logic rendering navigation buttons
429,508
29.05.2021 17:31:23
-28,800
ec24740ea882840198f6186d8e7bc07aa1e47630
refactor: minor update to support valueAsDate and valueAsNumber
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -32,8 +32,8 @@ import type { DatePickerChangedProperties } from './typings.js';\nexport class DatePicker extends DatePickerMixin(DatePickerMinMaxMixin(LitElement)) imple...
TypeScript
MIT License
motss/app-datepicker
refactor: minor update to support valueAsDate and valueAsNumber
429,508
29.05.2021 21:12:13
-28,800
28771a78f5f008fe2a529a0e4112df1e6ba62479
refactor: use KeyboardEvent.key and add disabled state
[ { "change_type": "MODIFY", "old_path": "src/constants.ts", "new_path": "src/constants.ts", "diff": "import { toResolvedDate } from './helpers/to-resolved-date.js';\n-import type { CalendarViewTuple } from './typings.js';\n+import { keyArrowDown, keyArrowLeft, keyArrowRight, keyArrowUp, keyEnd, keyEn...
TypeScript
MIT License
motss/app-datepicker
refactor: use KeyboardEvent.key and add disabled state
429,508
30.05.2021 16:52:28
-28,800
f07c9199ba43b4acd70e4848dac3cb92bc7fff51
refactor: add focusElement() helper
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -15,6 +15,7 @@ import { calendarViews,MAX_DATE } from '../constants.js';\nimport { adjustOutOfRangeValue } from '../helpers/adjust-out-of-range-value.js';\nimport { date...
TypeScript
MIT License
motss/app-datepicker
refactor: add focusElement() helper
429,508
30.05.2021 17:07:55
-28,800
b61f3f0498508e7be966c1469aa05361f54bb3a0
fix: fix selected date update logic
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/month-calendar.ts", "new_path": "src/month-calendar/month-calendar.ts", "diff": "@@ -235,8 +235,7 @@ export class MonthCalendar extends LitElement implements MonthCalendarProperties\nmin,\n} = this.data;\n- newSelectedDate = isInTargetMonth(...
TypeScript
MIT License
motss/app-datepicker
fix: fix selected date update logic
429,508
30.05.2021 17:17:44
-28,800
5fd640e39cde6bafde36cc5f398be5ea9f2660d2
chore: remove --no when running npm x
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"serve\": \"npm x --no @web/dev-server@latest -- wds --node-resolve -dw -p 4343 -a index.html\",\n\"ts\": \"tsc\",\n\"watch\": \"npm run clean && tsc --watch\",\n- \"prepare\": \"npm x --no -- husky install\...
TypeScript
MIT License
motss/app-datepicker
chore: remove --no when running npm x
429,508
12.09.2021 17:30:03
-28,800
7163b4e97136e44cd5e7983552748b638521dce9
chore(ci): update CI scripts
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -12,6 +12,10 @@ on:\ntags-ignore:\n- '*'\n+defaults:\n+ run:\n+ shell: bash\n+\nenv:\nCI_SKIP: false\n@@ -57,12 +61,7 @@ jobs:\n- name: Lint\nif: \"env.CI_SKIP == 'false'\"\nrun: |\...
TypeScript
MIT License
motss/app-datepicker
chore(ci): update CI scripts
429,508
14.09.2021 21:51:44
-28,800
ae1d5cd48a4e90b49959ed2bf27ad13dc70fe0ca
test: add tests for elements
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -26,8 +26,8 @@ jobs:\nruns-on: ${{ matrix.os }}\nstrategy:\nmatrix:\n- os: [macos-latest, ubuntu-latest]\n- target: [14.x]\n+ os: [ubuntu-latest]\n+ target: [16.x]\ntimeout-minutes:...
TypeScript
MIT License
motss/app-datepicker
test: add tests for elements
429,508
15.09.2021 21:07:05
-28,800
476634887a1d8aa19e02900596a96a7b5af2a50e
chore: add post-commit husky hook
[ { "change_type": "ADD", "old_path": null, "new_path": ".husky/post-commit", "diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n" }, { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"scripts\": {\n\"build\": \"tsc -p tsconfig.prod...
TypeScript
MIT License
motss/app-datepicker
chore: add post-commit husky hook
429,508
16.09.2021 22:17:52
-28,800
14fb289b750234bd9d217613ea10966d10990b87
ci: always use ubuntu
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -26,7 +26,7 @@ jobs:\nruns-on: ${{ matrix.os }}\nstrategy:\nmatrix:\n- os: [macos-latest, ubuntu-latest, windows-latest]\n+ os: [ubuntu-latest]\ntarget: [16.x]\ntime...
TypeScript
MIT License
motss/app-datepicker
ci: always use ubuntu
429,508
17.09.2021 21:54:04
-28,800
e0c70d5e8e799fd48e3ffe6ce0b8d13e25aff884
test: add tests for focusElement
[ { "change_type": "ADD", "old_path": null, "new_path": "src/tests/helpers/focus-element.test.ts", "diff": "+import { expect, fixture, html } from '@open-wc/testing';\n+\n+import { focusElement } from '../../helpers/focus-element';\n+\n+describe(focusElement.name, () => {\n+ it('focuses element', asyn...
TypeScript
MIT License
motss/app-datepicker
test: add tests for focusElement
429,508
17.09.2021 22:07:41
-28,800
dc954350af3424cb9909e14b7aa96cac9752f5de
test: add tests for isInCurrentMonth
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -16,7 +16,7 @@ import { adjustOutOfRangeValue } from '../helpers/adjust-out-of-range-value.js';\nimport { dateValidator } from '../helpers/date-validator.js';\nimport { ...
TypeScript
MIT License
motss/app-datepicker
test: add tests for isInCurrentMonth
429,508
17.09.2021 23:22:34
-28,800
bf371e61952f1581e5f7ff8987bb9bcfc83d3cf4
test: add tests for nullishAttributeConverter
[ { "change_type": "MODIFY", "old_path": "src/helpers/nullish-attribute-converter.ts", "new_path": "src/helpers/nullish-attribute-converter.ts", "diff": "import type { ComplexAttributeConverter } from 'lit';\n-export const nullishAttributeConverter: ComplexAttributeConverter<unknown>['toAttribute'] =\...
TypeScript
MIT License
motss/app-datepicker
test: add tests for nullishAttributeConverter
429,508
18.09.2021 19:22:39
-28,800
c7ee8f9538835ec64c78203d5088378984f2da32
test: add tests for splitString
[ { "change_type": "MODIFY", "old_path": "src/helpers/split-string.ts", "new_path": "src/helpers/split-string.ts", "diff": "type SplitStringCallbackFn<ReturnType> = (\n- element: ReturnType,\n+ element: string,\nindex: number,\n- array: ReturnType[]\n+ array: string[]\n) => ReturnType;\n-export type s...
TypeScript
MIT License
motss/app-datepicker
test: add tests for splitString
429,508
18.09.2021 19:59:09
-28,800
23e5479504b77cf785cecbb1b743d4f6ddb4384e
test: add tests for toClosestTarget
[ { "change_type": "MODIFY", "old_path": "src/helpers/to-closest-target.ts", "new_path": "src/helpers/to-closest-target.ts", "diff": "@@ -4,7 +4,10 @@ export function toClosestTarget<Target extends HTMLElement, TargetEvent extends\n): Target | undefined {\nconst matchedTarget = (\nArray.from(event.com...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toClosestTarget
429,508
18.09.2021 20:13:43
-28,800
3f21db2253e3d43e68ed58733f9d4baa85014dd6
test: add tests for toDateRange
[ { "change_type": "ADD", "old_path": null, "new_path": "src/tests/helpers/to-date-range.test.ts", "diff": "+import { expect } from '@open-wc/testing';\n+\n+import { toDateRange } from '../../helpers/to-date-range';\n+import { messageFormatter } from '../test-utils/message-formatter';\n+\n+describe(to...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toDateRange
429,508
18.09.2021 20:23:57
-28,800
f16c64d01e0c9ac891bded2beccff3be73cc567c
test: add tests for toDateString
[ { "change_type": "MODIFY", "old_path": "src/helpers/to-date-string.ts", "new_path": "src/helpers/to-date-string.ts", "diff": "export function toDateString(date: Date): string {\n- try {\n- const dateString = date.toJSON();\n- return dateString == null ? '' : dateString.replace(/^(.+)T.+/i, '$1');\n-...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toDateString
429,508
18.09.2021 20:41:14
-28,800
e7b81793600d3a7ff609bd2db2021f2f396ad06b
test: add tests for toFormatters
[ { "change_type": "ADD", "old_path": null, "new_path": "src/tests/helpers/to-formatters.test.ts", "diff": "+import { expect } from '@open-wc/testing';\n+\n+import { toFormatters } from '../../helpers/to-formatters';\n+import type { Formatters } from '../../typings';\n+\n+describe(toFormatters.name, (...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toFormatters
429,508
18.09.2021 21:28:09
-28,800
d9eec02027feb1db99ad8b8b94b472ae5cf0ba67
test: add tests for toMultiCalendars
[ { "change_type": "ADD", "old_path": null, "new_path": "src/tests/helpers/to-multi-calendars.test.ts", "diff": "+import { expect } from '@open-wc/testing';\n+\n+import { toFormatters } from '../../helpers/to-formatters';\n+import { toMultiCalendars } from '../../helpers/to-multi-calendars';\n+import ...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toMultiCalendars
429,508
19.09.2021 01:59:01
-28,800
18ea6697ecfbfe91978a187e0e831af08133bd0e
test: add tests for toNextSelectableDate
[ { "change_type": "MODIFY", "old_path": "src/helpers/to-next-selectable-date.ts", "new_path": "src/helpers/to-next-selectable-date.ts", "diff": "@@ -2,7 +2,6 @@ import { toUTCDate } from 'nodemod/dist/calendar/helpers/to-utc-date.js';\nimport { navigationKeySetDayNext, navigationKeySetDayPrevious } f...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toNextSelectableDate
429,508
19.09.2021 15:51:15
-28,800
bb649e569765203cad2486f7b156f7371e967681
test: add test for toResolvedDate
[ { "change_type": "ADD", "old_path": null, "new_path": "src/tests/helpers/to-resolved-date.test.ts", "diff": "+import { expect } from '@open-wc/testing';\n+import { toUTCDate } from 'nodemod/dist/calendar/helpers/to-utc-date.js';\n+\n+import { toResolvedDate } from '../../helpers/to-resolved-date';\n...
TypeScript
MIT License
motss/app-datepicker
test: add test for toResolvedDate
429,508
19.09.2021 16:19:02
-28,800
56c84040a2f907ed2297d598f22fb8715661cd9e
test: add tests for toYearList, fix toDateRange to return number of days
[ { "change_type": "MODIFY", "old_path": "src/helpers/to-date-range.ts", "new_path": "src/helpers/to-date-range.ts", "diff": "+/**\n+ * Compute the date range with given `min` and `max` (inclusive).\n+ * When the difference between `min` and `max` is within 1 day, it will be rounded as 1 day.\n+ */\ne...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toYearList, fix toDateRange to return number of days
429,508
20.09.2021 19:05:00
-28,800
47a3a3bc1fc0acb96cf328a00eab572cc5c23722
refactor: rename to toDayDiffInclusive with minor fix
[ { "change_type": "RENAME", "old_path": "src/helpers/to-date-range.ts", "new_path": "src/helpers/to-day-diff-inclusive.ts", "diff": "* Compute the date range with given `min` and `max` (inclusive).\n* When the difference between `min` and `max` is within 1 day, it will be rounded as 1 day.\n*/\n-expo...
TypeScript
MIT License
motss/app-datepicker
refactor: rename to toDayDiffInclusive with minor fix
429,508
20.09.2021 23:51:54
-28,800
d06d0b8a55c0a115d525cd97ee87996d5a6cb60d
test: add tests for toNextSelectedDate
[ { "change_type": "RENAME", "old_path": "src/helpers/compute-next-selected-date.ts", "new_path": "src/helpers/to-next-selected-date.ts", "diff": "@@ -5,9 +5,9 @@ import { navigationKeySetDayNext, navigationKeySetDayPrevious } from '../constan\nimport { keyArrowDown, keyArrowLeft, keyArrowRight, keyAr...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toNextSelectedDate
429,508
21.09.2021 00:09:32
-28,800
faf72eba591098080ea8381bc7c57dc2c3520376
fix(ci): skip running prepare and postinstall scripts in CI
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"test:elements\": \"npm run wtr -- --config wtr.config.mjs\",\n\"test\": \"npm run test:helpers && npm run test:elements\",\n\"watch\": \"npm run clean && tsc --watch\",\n- \"prepare\": \"npm x -- husky inst...
TypeScript
MIT License
motss/app-datepicker
fix(ci): skip running prepare and postinstall scripts in CI
429,508
21.09.2021 00:17:14
-28,800
d13140921c8eeb32419b881722dd1087a5377a54
fix(ci): run shellcheck on npm scripts
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"test:elements\": \"npm run wtr -- --config wtr.config.mjs\",\n\"test\": \"npm run test:helpers && npm run test:elements\",\n\"watch\": \"npm run clean && tsc --watch\",\n- \"prepare\": \"if [ \\\"$CI\\\" ==...
TypeScript
MIT License
motss/app-datepicker
fix(ci): run shellcheck on npm scripts
429,508
21.09.2021 00:20:49
-28,800
b1ee65c2d0be2f1e4d0d9d5306d75b196346981c
chore(ci): update npm scripts
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"node_modules/@babel/code-frame\": {\n- \"version\": \"7.14.5\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz\",\n- \"integrity\": \"sha512-9pzDqyc...
TypeScript
MIT License
motss/app-datepicker
chore(ci): update npm scripts
429,508
27.09.2021 21:51:02
-28,800
bcd2470799cda245dc2ba916d9dd7b28a5ce9660
chore: update dependencies and update imports
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"dev\": true\n},\n\"node_modules/@lit/reactive-element\": {\n- \"version\": \"1.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0.tgz\",\n- \"integ...
TypeScript
MIT License
motss/app-datepicker
chore: update dependencies and update imports
429,508
30.09.2021 00:24:28
-28,800
4af280b379c238a2dfa19b3a6858525cc3e5e847
test: add tests for toNextSelectedYear with minor improvements
[ { "change_type": "ADD", "old_path": null, "new_path": "src/tests/year-grid/to-next-selected-year.test.ts", "diff": "+import { expect } from '@open-wc/testing';\n+\n+import { toNextSelectedYear } from '../../year-grid/to-next-selected-year';\n+import type { ToNextSelectableYearInit } from '../../year...
TypeScript
MIT License
motss/app-datepicker
test: add tests for toNextSelectedYear with minor improvements
429,508
03.10.2021 00:22:39
-28,800
232e276df16ad8691facf43591d86f698ae23ae5
test: add tests for AppMonthCalendar
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/month-calendar.ts", "new_path": "src/month-calendar/month-calendar.ts", "diff": "@@ -18,7 +18,7 @@ import type { MonthCalendarData, MonthCalendarProperties } from './typings.js';\nexport class MonthCalendar extends LitElement implements Mont...
TypeScript
MIT License
motss/app-datepicker
test: add tests for AppMonthCalendar
429,508
03.10.2021 00:44:17
-28,800
af2ae713ca1ba4a5d88802a7e522e41fc2ec6c31
chore(ci): trying to cache node_modules
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -53,8 +53,17 @@ jobs:\nnpm i -g npm@latest\nnode -v && npm version && which npm && pwd && npx envinfo\n+ - name: Cache dependencies\n+ id: npm-cache\n+ uses: actions...
TypeScript
MIT License
motss/app-datepicker
chore(ci): trying to cache node_modules
429,508
03.10.2021 00:51:03
-28,800
291736373eba18d75101b49a13af2914894b197d
chore(ci): trying to install dependencies with cache
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -63,7 +63,7 @@ jobs:\n${{ matrix.os }}-npm-\n- name: Install dependencies\n- if: env.CI_SKIP == 'false' && steps.npm-cache.outputs.cache-hit != 'true'\n+ if: env.CI_...
TypeScript
MIT License
motss/app-datepicker
chore(ci): trying to install dependencies with cache
429,508
03.10.2021 00:59:13
-28,800
5f7b7073f2b9d35c914edf0da5698cb6d53b821a
chore(ci): trying to cache dependencies
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -57,6 +57,15 @@ jobs:\nnpm i -g npm@latest\nnode -v && npm version && which npm && pwd && npx envinfo\n+ - name: Cache dependencies\n+ id: npm-cache\n+ uses: actions/cache@v2\n+ wit...
TypeScript
MIT License
motss/app-datepicker
chore(ci): trying to cache dependencies
429,508
03.10.2021 13:19:47
-28,800
9e49ba559be4c3db8b15823c5bd58f515a3aeecf
chore: rename element names
[ { "change_type": "MODIFY", "old_path": "src/date-picker/app-date-picker.ts", "new_path": "src/date-picker/app-date-picker.ts", "diff": "import { customElement } from 'lit/decorators.js';\n-import { APP_DATE_PICKER_NAME } from './constants.js';\n+import { appDatePickerName } from './constants.js';\ni...
TypeScript
MIT License
motss/app-datepicker
chore: rename element names
429,508
03.10.2021 19:21:59
-28,800
e120bb918e6845e44a24beb0eb433512385725a7
test: add tests for AppDatePicker
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -63,7 +63,7 @@ export class DatePicker extends DatePickerMixin(DatePickerMinMaxMixin(LitElement\n#formatters: Formatters;\n#shouldUpdateFocusInNavigationButtons = false;...
TypeScript
MIT License
motss/app-datepicker
test: add tests for AppDatePicker
429,508
03.10.2021 21:56:51
-28,800
49d3eacf18f4a34f2df385800b15053a912ab1ca
feat: add clampValue with tests
[ { "change_type": "MODIFY", "old_path": "src/helpers/adjust-out-of-range-value.ts", "new_path": "src/helpers/adjust-out-of-range-value.ts", "diff": "-export function adjustOutOfRangeValue(min: Date, max: Date, date: Date): Date {\n- const minTime = min.getTime();\n- const maxTime = max.getTime();\n- ...
TypeScript
MIT License
motss/app-datepicker
feat: add clampValue with tests
429,508
03.10.2021 23:06:24
-28,800
117979847fce3bc417c52933d35069dbabceaafb
refactor: refactor dateValidator, toResolvedDate then update tests
[ { "change_type": "DELETE", "old_path": "src/helpers/adjust-out-of-range-value.ts", "new_path": null, "diff": "-import { clampValue } from './clamp-value.js';\n-\n-export function adjustOutOfRangeValue(min: Date, max: Date, date: Date): Date {\n- return new Date(\n- clampValue(\n- min.getTime(),\n- m...
TypeScript
MIT License
motss/app-datepicker
refactor: refactor dateValidator, toResolvedDate then update tests
429,508
04.10.2021 01:33:58
-28,800
14915a0dbe5bc122bb23bec6350444548bf5061d
refactor: refactor min, max, value with clamping and update tests
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -11,8 +11,8 @@ import { calendar } from 'nodemod/dist/calendar/calendar.js';\nimport { getWeekdays } from 'nodemod/dist/calendar/helpers/get-weekdays.js';\nimport { toUT...
TypeScript
MIT License
motss/app-datepicker
refactor: refactor min, max, value with clamping and update tests
429,508
18.10.2021 17:23:40
-28,800
34e07cd5b88082a4a855dea0fe2e81548df0c40c
test: improve tests and fix date range behavior
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"node_modules/@babel/code-frame\": {\n- \"version\": \"7.15.8\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz\",\n- \"integrity\": \"sha512-2IAnmn8...
TypeScript
MIT License
motss/app-datepicker
test: improve tests and fix date range behavior
429,508
18.10.2021 17:29:18
-28,800
3411afb9e635256685c04a93ee8740ceaadb901f
test: update tests due to code change
[ { "change_type": "MODIFY", "old_path": "src/tests/year-grid/app-year-grid.test.ts", "new_path": "src/tests/year-grid/app-year-grid.test.ts", "diff": "@@ -30,7 +30,7 @@ describe(appYearGridName, () => {\nel.shadowRoot?.querySelectorAll(elementSelectors.yearGridButton) ?? []\n).map<[string, string, st...
TypeScript
MIT License
motss/app-datepicker
test: update tests due to code change
429,508
06.11.2021 12:33:41
-28,800
71eeb1a1cb6072b7fd75c5b32d06db67e3494233
feat: implement DatePickerInputSurface
[ { "change_type": "ADD", "old_path": null, "new_path": "src/date-picker-input-surface/app-date-picker-input-surface.ts", "diff": "+import { customElement } from 'lit/decorators.js';\n+\n+import { appDatePickerInputSurfaceName } from './constants.js';\n+import { DatePickerInputSurface } from './date-p...
TypeScript
MIT License
motss/app-datepicker
feat: implement DatePickerInputSurface
429,508
06.11.2021 12:57:22
-28,800
0c60ee9b5a7cc89bacd63c9f80758464576c1136
style: add overscroll-behavior: contain for year grid view
[ { "change_type": "MODIFY", "old_path": "src/date-picker/stylings.ts", "new_path": "src/date-picker/stylings.ts", "diff": "@@ -23,6 +23,7 @@ export const datePickerStyling = css`\nmax-height: var(--date-picker-height);\nwidth: 100%;\nheight: 100%;\n+ overscroll-behavior: contain;\n}\n:host([startview...
TypeScript
MIT License
motss/app-datepicker
style: add overscroll-behavior: contain for year grid view
429,508
06.11.2021 13:16:03
-28,800
970c2b33dc9ddbdff34abff1171273968a48b3fb
refactor: improve label
[ { "change_type": "MODIFY", "old_path": "src/mixins/date-picker-mixin.ts", "new_path": "src/mixins/date-picker-mixin.ts", "diff": "@@ -63,7 +63,7 @@ export const DatePickerMixin = <BaseConstructor extends Constructor<LitElement>>\npublic weekNumberType: WeekNumberType = 'first-4-day-week';\n@property...
TypeScript
MIT License
motss/app-datepicker
refactor: improve label
429,508
06.11.2021 21:14:36
-28,800
827b063b0c092cc259c565985f2cf7812990ce72
refactor(datePicker): refactor for better customization and a11y
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"lint:build\": \"npm run lint -- --config .build.eslintrc.json\",\n\"prepare\": \"if [ \\\"$CI\\\" != 'true' ]; then npm x -- husky install; fi\",\n\"prepublishOnly\": \"npm run lint && npm run build:prod\",...
TypeScript
MIT License
motss/app-datepicker
refactor(datePicker): refactor for better customization and a11y
429,508
06.11.2021 21:18:48
-28,800
873cd06385c3789c21f3a9d0327672ca9ed8d7f4
refactor: minor rename
[ { "change_type": "MODIFY", "old_path": "src/__tests__/helpers/dispatch-custom-event.test.ts", "new_path": "src/__tests__/helpers/dispatch-custom-event.test.ts", "diff": "import { expect } from '@open-wc/testing';\nimport { dispatchCustomEvent } from '../../helpers/dispatch-custom-event';\n-import ty...
TypeScript
MIT License
motss/app-datepicker
refactor: minor rename
429,508
06.11.2021 21:29:07
-28,800
c785fb741170d3f27926dbfcc3e975e7addf80b7
feat: implement DatePickerInput
[ { "change_type": "ADD", "old_path": null, "new_path": "src/date-picker-input/app-date-picker-input.ts", "diff": "+import { customElement } from 'lit/decorators.js';\n+\n+import { appDatePickerInputName } from './constants.js';\n+import { DatePickerInput } from './date-picker-input.js';\n+\n+@customE...
TypeScript
MIT License
motss/app-datepicker
feat: implement DatePickerInput
429,508
07.11.2021 16:11:26
-28,800
ed80808998872322b2c4a25b2e41f841d4932288
refactor: refactor code around keyboard support and typings
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker/app-date-picker.test.ts", "new_path": "src/__tests__/date-picker/app-date-picker.test.ts", "diff": "@@ -10,7 +10,7 @@ import { toFormatters } from '../../helpers/to-formatters';\nimport { toResolvedDate } from '../../helpers/to-resolv...
TypeScript
MIT License
motss/app-datepicker
refactor: refactor code around keyboard support and typings