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
07.11.2021 16:57:14
-28,800
e51136efe269a4cb02437e855430dea2bfb96734
refactor: improve keyboard support in DatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/date-picker-input/date-picker-input.ts", "new_path": "src/date-picker-input/date-picker-input.ts", "diff": "@@ -9,6 +9,7 @@ import { ifDefined } from 'lit/directives/if-defined.js';\nimport { DateTimeFormat } from '../constants.js';\nimport type { AppDateP...
TypeScript
MIT License
motss/app-datepicker
refactor: improve keyboard support in DatePickerInput
429,508
15.11.2021 00:29:50
-28,800
4d41bbaf5dd90f68be97520458c528c979bf9d8e
feat: implement AppDatePickerDialog
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "+import '../date-picker-dialog/app-date-picker-dialog.js';\nimport '../date-picker-input/app-date-picker-input.js';\nimport '../date-picker/app-date-picker.js';\nimport { css, html } f...
TypeScript
MIT License
motss/app-datepicker
feat: implement AppDatePickerDialog
429,508
20.11.2021 16:32:23
-28,800
3951f8623f2655829ac66212b9b4cc16624e11a7
fix: fix closes unexpectedly for all Enter keys
[ { "change_type": "MODIFY", "old_path": "src/date-picker-dialog/date-picker-dialog.ts", "new_path": "src/date-picker-dialog/date-picker-dialog.ts", "diff": "@@ -150,5 +150,3 @@ export class DatePickerDialog extends DatePickerMixin(DatePickerMinMaxMixin(Root\nthis.value = undefined;\n}\n}\n-\n-// FIXM...
TypeScript
MIT License
motss/app-datepicker
fix: fix @material/mwc-dialog closes unexpectedly for all Enter keys
429,508
21.11.2021 16:58:46
-28,800
8f11e495ef79b43ba2f9618e707c19b7cb5ec1bb
test: add tests for AppDatePickerInputSurface
[ { "change_type": "ADD", "old_path": null, "new_path": "src/__tests__/constants.ts", "diff": "+export const promiseTimeout = 3e3 as const;\n" }, { "change_type": "ADD", "old_path": null, "new_path": "src/__tests__/date-picker-input-surface/app-date-picker-input-surface.test.ts", "...
TypeScript
MIT License
motss/app-datepicker
test: add tests for AppDatePickerInputSurface
429,508
21.11.2021 23:34:26
-28,800
a6d940ef1b59f0bf09afe0da489c0967eb5f8a30
test: add tests for AppDatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-input-surface/app-date-picker-input-surface.test.ts", "new_path": "src/__tests__/date-picker-input-surface/app-date-picker-input-surface.test.ts", "diff": "@@ -2,9 +2,10 @@ import '../../date-picker-input-surface/app-date-picker-input...
TypeScript
MIT License
motss/app-datepicker
test: add tests for AppDatePickerInput
429,508
21.11.2021 23:51:20
-28,800
220abd0c016e29b42c8dfa79f9369ab9a09f6e9e
test: fix test failing in Firefox due to a bug
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "new_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "diff": "@@ -126,8 +126,11 @@ describe(appDatePickerInputName, () => {\nconst mdcTextFieldInput = el.query<HTMLInputEle...
TypeScript
MIT License
motss/app-datepicker
test: fix test failing in Firefox due to a bug
429,508
26.11.2021 23:09:44
-28,800
a11a61a24238ef68ffc6631af43a1b0a58613354
test: add tests for AppDatePickerDialog
[ { "change_type": "ADD", "old_path": null, "new_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "diff": "+import '../../date-picker-dialog/app-date-picker-dialog';\n+\n+import type { Button } from '@material/mwc-button';\n+import { expect, fixture, html } from '@open-wc/test...
TypeScript
MIT License
motss/app-datepicker
test: add tests for AppDatePickerDialog
429,508
27.11.2021 01:07:40
-28,800
b4609b6c331543bba18d8f400e6d2b2a43d2ffba
refactor: minor update in date picker input
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "@@ -8,12 +8,15 @@ import { customElement, queryAsync } from 'lit/decorators.js';\nimport type { AppDatePicker } from '../date-picker/app-date-picker.js';\nimport type { AppDatePickerDi...
TypeScript
MIT License
motss/app-datepicker
refactor: minor update in date picker input
429,508
27.11.2021 01:24:17
-28,800
d706c0c40476609006590e749af473dd5f1a8747
refactor: support Escape key to close DatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "new_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "diff": "@@ -13,7 +13,7 @@ import { appDatePickerInputName, appDatePickerInputType } from '../../date-picke\nimport typ...
TypeScript
MIT License
motss/app-datepicker
refactor: support Escape key to close DatePickerInput
429,508
27.11.2021 22:41:11
-28,800
c46f8d15b39138735729db72c0b11be5ac9f293b
feat: add valueAsDate and valueAsNumber in DatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "@@ -42,6 +42,17 @@ export class DemoApp extends RootElement {\n`,\n];\n+ protected override firstUpdated(_changedProperties: Map<string | number | symbol, unknown>): void {\n+ Object.d...
TypeScript
MIT License
motss/app-datepicker
feat: add valueAsDate and valueAsNumber in DatePickerInput
429,508
27.11.2021 23:02:59
-28,800
3239293f77dc931476966bf49cbbddc9abc3f826
chore: add nano-staged to fix all linting issues in staged changed
[ { "change_type": "MODIFY", "old_path": ".husky/pre-commit", "new_path": ".husky/pre-commit", "diff": ". \"$(dirname \"$0\")/_/husky.sh\"\nnpm run check && \\\n-npm run lint && \\\n+npm run nano-staged && \\\nnpm run ts -- --noEmit\n" }, { "change_type": "MODIFY", "old_path": "package-loc...
TypeScript
MIT License
motss/app-datepicker
chore: add nano-staged to fix all linting issues in staged changed
429,508
27.11.2021 23:53:13
-28,800
5a106236302eb29bde2067d0b82b4e128b58404b
feat: close picker when focus is outside of DatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "new_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "diff": "@@ -12,8 +12,8 @@ import type { AppDatePickerInput } from '../../date-picker-input/app-date-picker\nimport { a...
TypeScript
MIT License
motss/app-datepicker
feat: close picker when focus is outside of DatePickerInput
429,508
28.11.2021 23:13:48
-28,800
e493bfbea2673474d50f8f81bfe65398845058b5
feat: implement DatePickerDialogDialog for extensible slot for input
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "import '../date-picker-dialog/app-date-picker-dialog.js';\nimport '../date-picker-input/app-date-picker-input.js';\n+import '../date-picker-input-surface/app-date-picker-input-surface....
TypeScript
MIT License
motss/app-datepicker
feat: implement DatePickerDialogDialog for extensible slot for input
429,508
28.11.2021 23:37:29
-28,800
1f9247984a3db3b6d1487c23a8e30767d5cdee5a
test: add tests for warnUndefinedElement with hanbi for stubbing methods
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"eslint-plugin-promise\": \"^5.1.1\",\n\"eslint-plugin-regexp\": \"^1.5.1\",\n\"eslint-plugin-simple-import-sort\": \"^7.0.0\",\n+ \"hanbi\": \"^1.0.1\",\n\"nano-staged\": \"^0.3.1\",\n\"typescript...
TypeScript
MIT License
motss/app-datepicker
test: add tests for warnUndefinedElement with hanbi for stubbing methods
429,508
03.12.2021 21:24:58
-28,800
6a0d7e7ef21d311618c4250a7c9286104aee99e4
chore: migrate to use simple-git-hooks
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"eslint-plugin-simple-import-sort\": \"^7.0.0\",\n\"hanbi\": \"^1.0.1\",\n\"nano-staged\": \"^0.3.1\",\n+ \"simple-git-hooks\": \"^2.7.0\",\n\"typescript\": \"^4.5.2\"\n},\n\"engines\": {\n\"integr...
TypeScript
MIT License
motss/app-datepicker
chore: migrate to use simple-git-hooks
429,508
05.12.2021 19:53:43
-28,800
6685f4ac39027d5cf20bd73c13fbc2b91b2e4d2f
test: fix failed tests on optional max and always override min and max
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "@@ -44,7 +44,7 @@ export class DemoApp extends RootElement {\n];\nprotected override firstUpdated(_changedProperties: Map<string | number | symbol, unknown>): void {\n- Object.definePr...
TypeScript
MIT License
motss/app-datepicker
test: fix failed tests on optional max and always override min and max
429,508
06.12.2021 01:39:02
-28,800
f449d2ad517df4a083333d304cb62d98ef10d34f
test: fix tests after updating DatePickerDialogBase to use ShadowDOM
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "+import '../date-picker-dialog/app-date-picker-dialog-base.js';\nimport '../date-picker-dialog/app-date-picker-dialog.js';\n-import '../date-picker-input/app-date-picker-input.js';\nim...
TypeScript
MIT License
motss/app-datepicker
test: fix tests after updating DatePickerDialogBase to use ShadowDOM
429,508
14.12.2021 22:14:45
-28,800
67fc88b0fccb5164e95f0b2c95208b6a5c79f9ca
refactor: fixing all FIXMEs
[ { "change_type": "MODIFY", "old_path": "src/date-picker-dialog/date-picker-dialog.ts", "new_path": "src/date-picker-dialog/date-picker-dialog.ts", "diff": "import type { TemplateResult } from 'lit';\n-import { datePickerSlot } from '../helpers/date-picker-slot.js';\n+import { slotDatePicker } from '...
TypeScript
MIT License
motss/app-datepicker
refactor: fixing all FIXMEs
429,508
10.01.2022 23:12:15
-28,800
c4b8858697cd5afae9ed60f474466fd248977126
chore: cleanup and update README
[ { "change_type": "DELETE", "old_path": ".husky/.gitignore", "new_path": null, "diff": "-_\n" }, { "change_type": "DELETE", "old_path": ".husky/_/husky.sh", "new_path": null, "diff": "-#!/bin/sh\n-if [ -z \"$husky_skip_init\" ]; then\n- debug () {\n- if [ \"$HUSKY_DEBUG\" = \"1\" ...
TypeScript
MIT License
motss/app-datepicker
chore: cleanup and update README
429,508
11.01.2022 00:01:51
-28,800
07211b293a211e2b667b084c339b7e3f09c44195
build: add date-picker-dialog to exports
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"type\": \"module\",\n\"exports\": {\n\".\": \"./dist/date-picker/app-date-picker.js\",\n+ \"./date-picker-dialog/*\": \"./dist/date-picker-dialog/*\",\n\"./date-picker-input-surface/*\": \"./dist/date-picke...
TypeScript
MIT License
motss/app-datepicker
build: add date-picker-dialog to exports
429,508
22.01.2022 17:48:11
-28,800
b68537dd307b53c5b62ba83016063e1b024ff165
refactor: simplify CSS Custom Properties
[ { "change_type": "MODIFY", "old_path": "src/date-picker-dialog/stylings.ts", "new_path": "src/date-picker-dialog/stylings.ts", "diff": "@@ -6,11 +6,9 @@ export const datePickerDialogDialogStyling = css`\n:host {\ndisplay: block;\n- --date-picker-dialog-base-color: #000;\n-\n--mdc-dialog-min-width: 2...
TypeScript
MIT License
motss/app-datepicker
refactor: simplify CSS Custom Properties
429,508
22.01.2022 18:29:24
-28,800
b8cb8c835e84181928a0ddb1c562f6ef2d40ebb2
build: update script to only run in package's working directory
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"node_modules/@open-wc/scoped-elements/node_modules/@lit/reactive-element\": {\n- \"version\": \"1.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/@lit/reactive-element/-/reactive-eleme...
TypeScript
MIT License
motss/app-datepicker
build: update script to only run in package's working directory
429,508
22.01.2022 19:11:12
-28,800
26ea3c66fe7df37c9acbfd8e8efdb3d3bc9f2de3
build: update script again
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"build\": \"tsc -p tsconfig.prod.json\",\n\"check\": \"package-check\",\n\"clean\": \"rm -rf .*cache *.log coverage/ dist/ logs/\",\n- \"postinstall\": \"if [ \\\"$CI\\\" != 'true' ] && [ \\\"$INIT_CWD\\\" !...
TypeScript
MIT License
motss/app-datepicker
build: update script again
429,508
23.01.2022 14:47:30
-28,800
fd2f5b303b99e0f70c125798ff5903992fc8cc01
refactor: improve stylings for better customization
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "</head>\n<body>\n<style>\n+ :root {\n+ --bg-color: #f5f5f5;\n+ --text-color: #000;\n+ }\n+ @media (prefers-color-scheme: dark) {\n+ :root {\n+ --a: rgba(255, 255, 255, .55);\n+ --b: #000;\n+ --c: #fff;\n+\n+ --ap...
TypeScript
MIT License
motss/app-datepicker
refactor: improve stylings for better customization
429,508
23.01.2022 22:18:24
-28,800
105da7ca3411238fe5b95b394603675cbcfa54a9
refactor: try to standardize stylings with MD3
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "--a: rgba(255, 255, 255, .55);\n--b: #000;\n--c: #fff;\n+ --d: #1c1b1f;\n- --app-disabled-color: var(--a);\n- --app-focus-color: var(--c);\n- --app-hover-color: var(--c);\n- --app-primary-color: var(--c);\n- --ap...
TypeScript
MIT License
motss/app-datepicker
refactor: try to standardize stylings with MD3
429,508
25.01.2022 22:39:29
-28,800
911aadcdbc1e959e19ab95d8c769b9f509e81b9c
refactor: optimize dialog elements
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "new_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "diff": "@@ -7,8 +7,8 @@ import { DateTimeFormat } from '../../constants';\nimport type { AppDatePicker } from '../...
TypeScript
MIT License
motss/app-datepicker
refactor: optimize dialog elements
429,508
25.01.2022 22:47:25
-28,800
79ceabb722cba5c3cee64046e324e7f9483a4dd2
chore: update dependencies and update import
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"@reallyland/tsconfig\": \"^4.0.1\",\n\"@rollup/plugin-node-resolve\": \"^13.0.6\",\n\"@skypack/package-check\": \"^0.2.2\",\n- \"@typescript-eslint/eslint-plugin\": \"^5.10.0\",\n- \"@typescript-e...
TypeScript
MIT License
motss/app-datepicker
chore: update dependencies and update import
429,508
25.01.2022 23:03:05
-28,800
081c8f744e1d3beb5a8f339993b89a2c68af43cf
feat: expose scrim color
[ { "change_type": "MODIFY", "old_path": "src/date-picker-dialog/stylings.ts", "new_path": "src/date-picker-dialog/stylings.ts", "diff": "@@ -18,6 +18,10 @@ export const datePickerDialogBaseStyling = css`\n.mdc-dialog .mdc-dialog__actions {\n--mdc-theme-primary: var(--base-on-primary);\n}\n+\n+.mdc-di...
TypeScript
MIT License
motss/app-datepicker
feat: expose scrim color
429,508
25.01.2022 23:24:39
-28,800
376c98bd3482505b9e2dd75941c598772e441ba8
feat: datePicker now always opens in calendar view in DatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "new_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "diff": "-import '../../date-picker-input/app-date-picker-input';\nimport '../../date-picker-input-surface/app-date-pic...
TypeScript
MIT License
motss/app-datepicker
feat: datePicker now always opens in calendar view in DatePickerInput
429,508
25.01.2022 23:46:16
-28,800
a462fbef506688108225a651e3df1e33fd21b2e0
feat: datePickerDialog now re-opens in calendar view
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "new_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "diff": "@@ -15,6 +15,8 @@ import { toResolvedDate } from '../../helpers/to-resolved-date';\nimport type { AppMonth...
TypeScript
MIT License
motss/app-datepicker
feat: datePickerDialog now re-opens in calendar view
429,508
30.01.2022 22:02:26
-28,800
dd5c4133fde80efb921cd488bc34e23307febdb6
refactor: refactor styling in datePickerInput
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": ":root {\n--bg-color: #f5f5f5;\n--text-color: #000;\n+\n+ --b: #000;\n+ --e: #6200ee;\n+\n+ --app-on-primary: var(--b);\n+ --app-primary: var(--e);\n}\n@media (prefers-color-scheme: dark) {\n:root {\n--a: rgba(255...
TypeScript
MIT License
motss/app-datepicker
refactor: refactor styling in datePickerInput
429,508
30.01.2022 22:26:59
-28,800
c4edc353668dc7607bbd6550593366a7f7e433dc
refactor: refactor in base styling
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "--bg-color: #f5f5f5;\n--text-color: #000;\n+ --a: rgba(255, 255, 255, .55);\n--b: #000;\n+ --c: #fff;\n+ --d: #1c1b1f;\n--e: #6200ee;\n--app-on-primary: var(--b);\n}\n@media (prefers-color-scheme: dark) {\n:root ...
TypeScript
MIT License
motss/app-datepicker
refactor: refactor in base styling
429,508
30.01.2022 22:50:13
-28,800
a0633c26d7da69e580eecb1b33229e316153c75e
fix: use live() to ensure datePickerInput updates to selected date
[ { "change_type": "MODIFY", "old_path": "src/date-picker-input/date-picker-input.ts", "new_path": "src/date-picker-input/date-picker-input.ts", "diff": "@@ -3,6 +3,7 @@ import type { TemplateResult } from 'lit';\nimport { html, nothing } from 'lit';\nimport { property, queryAsync, state } from 'lit/d...
TypeScript
MIT License
motss/app-datepicker
fix: use live() to ensure datePickerInput updates to selected date
429,508
04.02.2022 23:50:06
-28,800
2bd0dc5c2be26a2b6565f67f0f7aa3981df250a9
ci: use local cache for npx
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"scripts\": {\n\"build\": \"npm run clean && tsc\",\n\"clean\": \"rm -rf .*cache *.log .swc/ coverage/ dist/ logs/\",\n- \"postinstall\": \"npm x --prefer-online -y -- zx@latest ./postinstall.mjs\",\n+ \"pos...
TypeScript
MIT License
motss/app-datepicker
ci: use local cache for npx
429,508
06.02.2022 17:30:57
-28,800
f3459c459bffa2e6aeba853b90b7bcc5f06b63db
ci: improve CI
[ { "change_type": "MODIFY", "old_path": ".eslintrc.json", "new_path": ".eslintrc.json", "diff": "\"plugin:lit/recommended\",\n\"plugin:lit-a11y/recommended\"\n],\n- \"ignorePatterns\": \"wtr.config.mjs\",\n+ \"ignorePatterns\": [\n+ \"**/*.mjs\",\n+ \"*.config.ts\"\n+ ],\n\"parser\": \"@typescript-es...
TypeScript
MIT License
motss/app-datepicker
ci: improve CI
429,508
06.02.2022 22:17:05
-28,800
0925640d8630379a6ebbde381593253d5c04e926
ci: simple-git-hooks fix
[ { "change_type": "ADD", "old_path": null, "new_path": "list-npx-cache.bash", "diff": "+#!/bin/bash\n+\n+# NOTE: THere is a discrepancy in the npx cache in npm between 8.4.1 and 8.1.4.\n+# There is an additional zx found in the npx cache when compared to the local npx cache using 8.1.4.\n+\n+NPX_CACH...
TypeScript
MIT License
motss/app-datepicker
ci: simple-git-hooks fix
429,508
06.02.2022 23:28:28
-28,800
32d48d32708759283129deaa7d65fd38268af4cc
build: minor update
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"serve\": \"npm x -y @web/dev-server@latest -- wds --node-resolve -dw -p 3000 -a index.html\",\n\"test\": \"npm run test:helpers && npm run test:elements\",\n\"test:coverage\": \"export COVERAGE=true && npm ...
TypeScript
MIT License
motss/app-datepicker
build: minor update
429,508
13.02.2022 00:03:18
-28,800
c8b9c43fc35e66658dbe6d446c08cd7158a5c88c
refactor: major refactoring in stylings to be compatible with MD2
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "<body>\n<style>\n:root {\n- --bg-color: #f5f5f5;\n- --text-color: #000;\n-\n- --a: rgba(255, 255, 255, .55);\n- --b: #000;\n- --c: #fff;\n- --d: #1c1b1f;\n- --e: #6200ee;\n-\n- --app-on-primary: var(--b);\n- --ap...
TypeScript
MIT License
motss/app-datepicker
refactor: major refactoring in stylings to be compatible with MD2
429,508
13.02.2022 16:31:34
-28,800
fa3e0597730c1c71bdddb4c4b07d831af6dd2b1f
feat: use title to replace MD tooltip for all hover-able labels
[ { "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": "@@ -4,6 +4,7 @@ import { expect, fixture, html } from '@open-wc/testing';\nimport { sendKeys } from '@web/test-runner-commands';\nimport type ...
TypeScript
MIT License
motss/app-datepicker
feat: use title to replace MD tooltip for all hover-able labels
429,508
13.02.2022 16:57:40
-28,800
615f99655f6cbe7b6834e54523745b9f90cfb920
fix: fix a rendering bug in mwc-icon-button's ripple in DatePickerInput
[ { "change_type": "MODIFY", "old_path": "src/date-picker-input/date-picker-input.ts", "new_path": "src/date-picker-input/date-picker-input.ts", "diff": "@@ -4,6 +4,7 @@ import { html, nothing } from 'lit';\nimport { property, queryAsync, state } from 'lit/decorators.js';\nimport { ifDefined } from 'l...
TypeScript
MIT License
motss/app-datepicker
fix: fix a rendering bug in mwc-icon-button's ripple in DatePickerInput
429,508
13.02.2022 17:14:26
-28,800
40aec68032413bb26f837a07e3b2f1af6b1f76f2
ci: update step for tests with coverage
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -18,7 +18,6 @@ defaults:\nenv:\nCI_SKIP: false\n- COVERAGE: false\nGITHUB_COMMIT_MESSAGE: ''\nIS_UBUNTU: false\nNODE_VERSION: v0.0.0\n@@ -101,19 +100,7 @@ jobs:\n- n...
TypeScript
MIT License
motss/app-datepicker
ci: update step for tests with coverage
429,508
13.02.2022 17:31:04
-28,800
cc994cecaa02d3276f9b4f593bd010a43da18779
refactor: use .updated() to always update scrolling in YearGrid
[ { "change_type": "MODIFY", "old_path": "src/year-grid/year-grid.ts", "new_path": "src/year-grid/year-grid.ts", "diff": "@@ -63,7 +63,7 @@ export class YearGrid extends RootElement implements YearGridProperties {\n}\n}\n- protected override async firstUpdated(): Promise<void> {\n+ protected override ...
TypeScript
MIT License
motss/app-datepicker
refactor: use .updated() to always update scrolling in YearGrid
429,508
13.02.2022 18:50:09
-28,800
2dbfe1b45692e1cd81f8f9cf7c2cf23c5b17c9c2
test: add tests for title in YearGrid, update ESLint to enforce semi
[ { "change_type": "MODIFY", "old_path": ".eslintrc.json", "new_path": ".eslintrc.json", "diff": "\"disallowTypeAnnotations\": false\n}\n],\n+ \"semi\": \"off\",\n+ \"@typescript-eslint/semi\": [\"error\", \"always\"],\n\"simple-import-sort/imports\": \"error\",\n\"simple-import-sort/exports\": \"erro...
TypeScript
MIT License
motss/app-datepicker
test: add tests for title in YearGrid, update ESLint to enforce semi
429,508
13.02.2022 21:02:29
-28,800
f622efaab81f458da5225880f57ad939b1925c7e
chore: remove .only in tests
[ { "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": "@@ -202,7 +202,7 @@ describe(appYearGridName, () => {\nexpectedTodayYearLabel,\n] = a;\n- it.only(\n+ it(\nmessageFormatter('renders title cor...
TypeScript
MIT License
motss/app-datepicker
chore: remove .only in tests
429,508
14.02.2022 00:33:17
-28,800
ac31cafbcea747fe34270e6d8efe384d3f90d86e
refactor: support shortWeekLabel, weekLabel, weekNumberTemplate
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"@material/mwc-menu\": \"^0.25.3\",\n\"@material/mwc-textfield\": \"^0.25.3\",\n\"lit\": \"^2.1.3\",\n- \"nodemod\": \"^3.0.5\",\n+ \"nodemod\": \"^3.0.6\",\n\"tslib\": \"^2.3.1\"\n},\n\"devDepende...
TypeScript
MIT License
motss/app-datepicker
refactor: support shortWeekLabel, weekLabel, weekNumberTemplate
429,508
19.02.2022 17:13:49
-28,800
62e76acfc2f660f622095155c15c9d521c7062ec
test: add tests for MonthCalendar
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "@@ -76,6 +76,13 @@ export class DemoApp extends RootElement {\n@date-updated=${this.#dateUpdated}\n></app-date-picker>\n+ <app-date-picker\n+ id=\"datePicker2\"\n+ .min=${'1970-01-01'}...
TypeScript
MIT License
motss/app-datepicker
test: add tests for MonthCalendar Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
19.02.2022 17:34:14
-28,800
c32d89257054e5c339e72a74c0e9178183c2affb
test: add tests in YearGrid
[ { "change_type": "MODIFY", "old_path": "src/__tests__/month-calendar/app-month-calendar.test.ts", "new_path": "src/__tests__/month-calendar/app-month-calendar.test.ts", "diff": "@@ -375,7 +375,7 @@ describe(appMonthCalendarName, () => {\n);\n});\n- it('renders with correct title for selected today',...
TypeScript
MIT License
motss/app-datepicker
test: add tests in YearGrid Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
19.02.2022 21:51:31
-28,800
201aaa1ddcde0cd013c34326a951cd715ffec5cf
test: add tests in DatePickerDialog, fix valueAs* not updated with value
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "-import '../date-picker-dialog/app-date-picker-dialog-base.js';\nimport '../date-picker-dialog/app-date-picker-dialog.js';\nimport '../date-picker-input-surface/app-date-picker-input-s...
TypeScript
MIT License
motss/app-datepicker
test: add tests in DatePickerDialog, fix valueAs* not updated with value Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
19.02.2022 23:02:28
-28,800
29892b509cc21f6e244807e86b20dba13ea7a79a
test: add tests in DatePicker, remove unused inline property
[ { "change_type": "MODIFY", "old_path": ".eslintrc.json", "new_path": ".eslintrc.json", "diff": "],\n\"semi\": \"off\",\n\"@typescript-eslint/semi\": [\"error\", \"always\"],\n+ \"no-multiple-empty-lines\": [\"error\", {\n+ \"max\": 1,\n+ \"maxBOF\": 0,\n+ \"maxEOF\": 0\n+ }],\n\"simple-import-sort/i...
TypeScript
MIT License
motss/app-datepicker
test: add tests in DatePicker, remove unused inline property Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
20.02.2022 14:41:39
-28,800
51eb60f9fd9a3861d8f9a6fefdb5f526bcc8f2be
ci: use Playwright CLI instead of Github Action
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -57,7 +57,9 @@ jobs:\n- name: Setup Playwright\nif: env.CI_SKIP == 'false'\n- uses: microsoft/playwright-github-action@v1\n+ # uses: microsoft/playwright-github-action@v1\n+ run: |\...
TypeScript
MIT License
motss/app-datepicker
ci: use Playwright CLI instead of Github Action Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
20.02.2022 18:23:48
-28,800
6f18ca26c0cd71d4019e9493c2e2cfdb15adb37e
feat: implement IconButton to overcome a rendering bug in Ripple
[ { "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": "@@ -25,8 +25,8 @@ describe(appDatePickerName, () => {\ncalendarDayWithLabel: (label: string) => `.calendar-day[aria-label=\"${label}\"...
TypeScript
MIT License
motss/app-datepicker
feat: implement IconButton to overcome a rendering bug in Ripple Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
20.02.2022 18:44:17
-28,800
b3c32f2611b071e4dca4e1591a32461c390ecb56
feat: implement .lazyLoad in DatePickerInput
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "/** Override MDC CSS Variables */\n--mdc-text-field-ink-color: var(--white);\n--mdc-text-field-label-ink-color: var(--a);\n- --mdc-text-field-outlined-hover-border-color: var(--a);\n+ --mdc-text-field-outlined-ho...
TypeScript
MIT License
motss/app-datepicker
feat: implement .lazyLoad in DatePickerInput Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
20.02.2022 18:54:17
-28,800
c201c1472f7ec103ad0b1c3c4cd3fd21b0c4dc61
test: update tests due to lazy loading dependencies
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "new_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "diff": "+import '../../date-picker/app-date-picker';\nimport '../../date-picker-dialog/app-date-picker-dialog';\ni...
TypeScript
MIT License
motss/app-datepicker
test: update tests due to lazy loading dependencies Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
20.02.2022 23:33:52
-28,800
0f106c5a2b2b45f747f17ff6d0147c8140f06573
ci: revert to Playwright Github Action
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -57,9 +57,11 @@ jobs:\n- name: Setup Playwright\nif: env.CI_SKIP == 'false'\n- # uses: microsoft/playwright-github-action@v1\n- run: |\n- npm exec -y -- playwright@latest install-de...
TypeScript
MIT License
motss/app-datepicker
ci: revert to Playwright Github Action Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.02.2022 21:28:15
-28,800
e503ba2c424a2b9bd676c8cdc3347055d61a5b5f
ci: use Playwright CLI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -58,10 +58,8 @@ jobs:\n- name: Setup Playwright\nif: env.CI_SKIP == 'false'\nuses: microsoft/playwright-github-action@v1\n- # FIXME: Continue using the Github Action until it is dep...
TypeScript
MIT License
motss/app-datepicker
ci: use Playwright CLI Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.02.2022 21:32:30
-28,800
983a236c7bd782fd9071a01526669a4d4330a7b2
chore: update dependencies, remove unused uses: in CI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -57,7 +57,6 @@ jobs:\n- name: Setup Playwright\nif: env.CI_SKIP == 'false'\n- uses: microsoft/playwright-github-action@v1\nrun: |\nnpm x -y -- playwright@latest install-deps\n" },...
TypeScript
MIT License
motss/app-datepicker
chore: update dependencies, remove unused uses: in CI Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.02.2022 21:53:59
-28,800
6d4a43cecab79a1bd3371cd099367c4cd1b332b0
ci: remove Playwright setup
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -55,11 +55,6 @@ jobs:\nwith:\nnode-version: ${{ matrix.target }}\n- - name: Setup Playwright\n- if: env.CI_SKIP == 'false'\n- run: |\n- npm x -y -- playwright@latest install-deps\n-...
TypeScript
MIT License
motss/app-datepicker
ci: remove Playwright setup Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.02.2022 22:01:36
-28,800
86aa7d61d0eab895da1c62dcdd28780cbe938e03
test: ignore LoC that causes code coverage to fail sometimes
[ { "change_type": "MODIFY", "old_path": "src/helpers/to-resolved-date.ts", "new_path": "src/helpers/to-resolved-date.ts", "diff": "@@ -15,7 +15,17 @@ export function toResolvedDate(date?: MaybeDate): Date {\ntypeof date === 'string' && !Number.isNaN(Number(date)) ?\nNumber(date) :\ndate;\n- const dat...
TypeScript
MIT License
motss/app-datepicker
test: ignore LoC that causes code coverage to fail sometimes Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.02.2022 22:08:57
-28,800
7f52c6f82ea94826c8d4ec72ae95db32d6483244
ci: trying to install-deps with installed Playwright
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -89,6 +89,11 @@ jobs:\nnpm ci\nbash ./list-npx-cache.bash\n+ - name: Setup Playwright\n+ if: env.CI_SKIP == 'false'\n+ run: |\n+ ./node_modules/.bin/playwright install-deps\n+\n- na...
TypeScript
MIT License
motss/app-datepicker
ci: trying to install-deps with installed Playwright Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
26.02.2022 22:51:24
-28,800
1123f8efe6d7f9cd3a625000544991a7d447f401
fix: fix datePicker renders when inputSurface is not loaded
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "--app-selected-on-focus: var(--on-primary);\n--app-selected-on-hover: var(--on-primary);\n--app-shape: 8px;\n+ --app-surface: var(--surface);\n--app-today: var(--white);\n--date-picker-input-icon: var(--white);\n...
TypeScript
MIT License
motss/app-datepicker
fix: fix datePicker renders when inputSurface is not loaded Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.02.2022 00:24:42
-28,800
050447bfc489615e855eda1f11bae5404574ce2f
test: update tests, fix datePicker opens with a clean slate in input
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "@@ -92,6 +92,17 @@ export class DemoApp extends RootElement {\n.value=${'2020-02-02'}\n></app-date-picker-input>\n+ <app-date-picker-input\n+ id=\"datePickerInput1\"\n+ ?outlined=${tru...
TypeScript
MIT License
motss/app-datepicker
test: update tests, fix datePicker opens with a clean slate in input Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.02.2022 14:54:04
-28,800
d260d8827c84ffb619f07deb5f03890c5d67bca8
refactor: minor update to always use current date unless selected
[ { "change_type": "MODIFY", "old_path": "src/date-picker/date-picker.ts", "new_path": "src/date-picker/date-picker.ts", "diff": "@@ -178,24 +178,30 @@ export class DatePicker extends DatePickerMixin(DatePickerMinMaxMixin(RootElemen\nconst oldStartView =\n(changedProperties.get('startView') || 'calend...
TypeScript
MIT License
motss/app-datepicker
refactor: minor update to always use current date unless selected Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.02.2022 15:42:59
-28,800
36374b2757da6da15b8d71a73839516c6341f2cf
test: add and update tests
[ { "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": "@@ -28,6 +28,7 @@ describe(appDatePickerName, () => {\nnextMonthNavigationButton: 'app-icon-button[data-navigation=\"next\"]',\nprevio...
TypeScript
MIT License
motss/app-datepicker
test: add and update tests Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.02.2022 15:53:37
-28,800
d016f97532dbfbb52391dbdbf07d625768c0e7b0
refactor: update dialog to always re-render datePicker with clean slate
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "new_path": "src/__tests__/date-picker-dialog/app-date-picker-dialog.test.ts", "diff": "@@ -115,7 +115,7 @@ describe(appDatePickerDialogName, () => {\nexpect(dialogActionSet).exist.text(confirmL...
TypeScript
MIT License
motss/app-datepicker
refactor: update dialog to always re-render datePicker with clean slate Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
08.03.2022 21:53:57
-28,800
a317814365b2c238e767c087a172d0755b8666a8
build: convert all bash scripts to shell scripts
[ { "change_type": "DELETE", "old_path": "list-npx-cache.bash", "new_path": null, "diff": "-#!/bin/bash\n-\n-# NOTE: THere is a discrepancy in the npx cache in npm between 8.4.1 and 8.1.4.\n-# There is an additional zx found in the npx cache when compared to the local npx cache using 8.1.4.\n-\n-NPX_C...
TypeScript
MIT License
motss/app-datepicker
build: convert all bash scripts to shell scripts Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
09.03.2022 22:23:19
-28,800
b249e4f38c67066bd5c2fcfcc12ea5f316e7858d
ci: update scripts
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -23,6 +23,7 @@ env:\nNODE_VERSION: v0.0.0\nNPM_CACHE_DIR: ~/.npm\nNPM_VERSION: 0.0.0\n+ TEST_HELPERS: true\njobs:\ntest:\n@@ -49,11 +50,11 @@ jobs:\nif: env.CI_SKIP ...
TypeScript
MIT License
motss/app-datepicker
ci: update scripts Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
09.03.2022 23:01:36
-28,800
13e5209458045bcde28da85501af3ee1c21b8456
fix: fix stylings not using the correct CSS Variables
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/stylings.ts", "new_path": "src/month-calendar/stylings.ts", "diff": "@@ -97,7 +97,7 @@ td {\n}\n.calendar-day:not([aria-disabled=\"true\"]):focus::before,\n.calendar-day:not([aria-disabled=\"true\"]):hover::before {\n- --_border-color: var(-...
TypeScript
MIT License
motss/app-datepicker
fix: fix stylings not using the correct CSS Variables Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
09.03.2022 23:03:22
-28,800
97a058dfc2c1f9c7335f0482f6f0681a1a9ab1f4
ci: trying to improve CI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -99,13 +99,13 @@ jobs:\n- name: Test\nif: env.CI_SKIP == 'false' && env.IS_UBUNTU == 'false'\nrun: |\n- printf \"%s\" \"$TEST_HELPERS\"\nexport TEST_HELPERS=true\nnp...
TypeScript
MIT License
motss/app-datepicker
ci: trying to improve CI Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
09.03.2022 23:09:48
-28,800
46a48482200e75f561f9304ee198019a582da7a3
ci: improve setting ENV in CI
[ { "change_type": "ADD", "old_path": null, "new_path": ".changeset/cyan-taxis-marry.md", "diff": "+---\n+\"app-datepicker\": patch\n+---\n+\n+ci: improve setting ENV in CI\n" }, { "change_type": "ADD", "old_path": null, "new_path": ".changeset/funny-camels-dream.md", "diff": "+---...
TypeScript
MIT License
motss/app-datepicker
ci: improve setting ENV in CI Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
11.03.2022 00:40:56
-28,800
4206b7c830b6256f22216c77b45c3fa6223379f0
build: trying to update changelog with new commit message
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. See [standa\n-# [Unreleased](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.18...46a48482200e75f561f9304ee198019...
TypeScript
MIT License
motss/app-datepicker
build: trying to update changelog with new commit message Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
13.03.2022 21:46:10
-28,800
f46272132b4882fdd88f371430c21ccff77a3b6d
docs: add docs for AppDatePicker
[ { "change_type": "DELETE", "old_path": ".changeset/config.json", "new_path": null, "diff": "-{\n- \"$schema\": \"https://unpkg.com/@changesets/config@1.7.0/schema.json\",\n- \"changelog\": \"@changesets/cli/changelog\",\n- \"commit\": false,\n- \"fixed\": [],\n- \"linked\": [],\n- \"access\": \"rest...
TypeScript
MIT License
motss/app-datepicker
docs: add docs for AppDatePicker Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
13.03.2022 22:15:31
-28,800
b8968d6e72cb89c13cf00fe74fc0968e779071f4
docs: add docs for AppDatePickerDialog
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/app-date-picker-dialog.md", "diff": "+# AppDatePickerDialog\n+\n+![date-picker-dialogs-in-different-themes](https://user-images.githubusercontent.com/10607759/158062977-1c25555d-8596-408a-b612-d55e53c6990e.png)\n+\n+\n+\n+## Properties\n+\n...
TypeScript
MIT License
motss/app-datepicker
docs: add docs for AppDatePickerDialog Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
13.03.2022 22:44:05
-28,800
f531c505c7bb9133b331002f998aa7647007ec1d
docs: add docs for AppDatePickerInput
[ { "change_type": "MODIFY", "old_path": "docs/app-date-picker-dialog.md", "new_path": "docs/app-date-picker-dialog.md", "diff": "@@ -30,7 +30,7 @@ This includes all the methods from [MwcDialog](mwc-dialog-methods-url).\n## Events\n-It includes all the events from [AppDatePicker](app-date-picker-event...
TypeScript
MIT License
motss/app-datepicker
docs: add docs for AppDatePickerInput Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
13.03.2022 22:54:58
-28,800
83c06d5e156fc47b5eefd44393b0768d8f607125
docs: fix broken URLs in docs
[ { "change_type": "MODIFY", "old_path": "docs/app-date-picker-dialog.md", "new_path": "docs/app-date-picker-dialog.md", "diff": "## Properties\n-It includes all properties from [AppDatePicker](app-date-picker-properties-url) and some of the properties from [MwcDialog](mwc-dialog-properties-url).\n+It...
TypeScript
MIT License
motss/app-datepicker
docs: fix broken URLs in docs Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.03.2022 16:22:05
-28,800
969d1ac01b20007b4db321c6b49e1ba8c097f366
feat: add today, toyear parts, and exportparts for calendar and yearGrid
[ { "change_type": "MODIFY", "old_path": "src/__demo__/demo-app.ts", "new_path": "src/__demo__/demo-app.ts", "diff": "@@ -39,6 +39,11 @@ export class DemoApp extends RootElement {\napp-date-picker {\nborder: 1px solid #000;\n}\n+ /* app-date-picker::part(today),\n+ app-date-picker::part(today)::before...
TypeScript
MIT License
motss/app-datepicker
feat: add today, toyear parts, and exportparts for calendar and yearGrid Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.03.2022 16:31:14
-28,800
6460820e79d4d8c85dbb15a2546467617cf9d748
chore(release): 6.0.0-rc.19 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. See [standa\n-# [Unreleased](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.18...4206b7c830b6256f22216c77b45c3fa...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.19 :tada:
429,508
21.03.2022 23:13:06
-28,800
4b1959d619bfb8fbe31f6298b6dd8cf18e350d74
ci: update CI scripts
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -17,9 +17,9 @@ defaults:\nshell: bash\nenv:\n- CI_SKIP: false\n+ # CI_SKIP: false\nCOVERAGE: false\n- GITHUB_COMMIT_MESSAGE: ''\n+ # GITHUB_COMMIT_MESSAGE: ''\nIS_UB...
TypeScript
MIT License
motss/app-datepicker
ci: update CI scripts Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.03.2022 23:21:20
-28,800
2fa05d2e7b158ecc53d343a38c5ac48783e8bd60
chore(release): 6.0.0-rc.20 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.20](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.19...v6.0.0-rc.20) (2022-03-21)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.20 :tada:
429,508
21.03.2022 23:32:44
-28,800
46cbf3ad8c31a3a3e192745400e2b5444f1e8a14
ci: improve CI scripts
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -17,9 +17,7 @@ defaults:\nshell: bash\nenv:\n- # CI_SKIP: false\nCOVERAGE: false\n- # GITHUB_COMMIT_MESSAGE: ''\nIS_UBUNTU: false\nNODE_VERSION: v0.0.0\nNPM_CACHE_DI...
TypeScript
MIT License
motss/app-datepicker
ci: improve CI scripts Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
21.03.2022 23:34:42
-28,800
64ff901909a42dd9fcf9b47443471448196868d7
ci: echo group name
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci-helpers.yml", "new_path": ".github/workflows/ci-helpers.yml", "diff": "@@ -59,6 +59,7 @@ jobs:\necho \"NPM_CACHE_DIR=$(npm config get cache)\" >> $GITHUB_ENV\necho \"NPM_VERSION=$(npm -v)\" >> $GITHUB_ENV\n+ echo \"${{ github.workflow }}-$...
TypeScript
MIT License
motss/app-datepicker
ci: echo group name Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
26.03.2022 14:31:04
-28,800
102600b275e90407f28b56b1fafd3a94cc473be0
refactor(a11y): use :focus-visible instead of :focus
[ { "change_type": "MODIFY", "old_path": "src/month-calendar/stylings.ts", "new_path": "src/month-calendar/stylings.ts", "diff": "@@ -95,7 +95,7 @@ td {\n.calendar-day::before {\nz-index: 1;\n}\n-.calendar-day:not([aria-disabled=\"true\"]):focus::before,\n+.calendar-day:not([aria-disabled=\"true\"]):f...
TypeScript
MIT License
motss/app-datepicker
refactor(a11y): use :focus-visible instead of :focus Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
26.03.2022 14:41:26
-28,800
6b310ed87fa927d5e609e57692e6b0d323bb06b5
chore(release): 6.0.0-rc.21 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.21](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.20...v6.0.0-rc.21) (2022-03-26)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.21 :tada:
429,508
26.03.2022 18:42:13
-28,800
20462d9fc8cc6c7645d7b8be7de7326533574987
chore(release): 6.0.0-rc.22 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.22](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.21...v6.0.0-rc.22) (2022-03-26)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.22 :tada:
429,508
27.03.2022 00:19:16
-28,800
6207802a9362b1f5b3933a90d6fbe722d83a3902
docs: update badges in README
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -236,7 +236,7 @@ Not tested on the following browsers but it should work with all the polyfills n\n[ES2019]: https://kangax.github.io/compat-table/es2016plus/#test-Object.fromEntries\n[esm-sh-url]: https://esm.s...
TypeScript
MIT License
motss/app-datepicker
docs: update badges in README Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.03.2022 00:26:02
-28,800
39776a9a4cc6abbe186b7aca7d657c99a4a345c8
docs: use buymeacoffee icon from flatbadgen
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "<hr />\n-<a href=\"https://www.buymeacoffee.com/RLmMhgXFb\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" st...
TypeScript
MIT License
motss/app-datepicker
docs: use buymeacoffee icon from flatbadgen Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.03.2022 00:27:17
-28,800
d23076f7e88af7b188d313a58b1d5d416376393b
chore(release): 6.0.0-rc.23 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.23](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.22...v6.0.0-rc.23) (2022-03-26)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.23 :tada:
429,508
27.03.2022 00:29:14
-28,800
f052bb80469074ac5012832002b99ef1f1f3b86d
chore: remove unused shell script
[ { "change_type": "DELETE", "old_path": "generate-changelogs.sh", "new_path": null, "diff": "-#!/bin/sh\n-\n-HEADER='# Changelog\\n\\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guid...
TypeScript
MIT License
motss/app-datepicker
chore: remove unused shell script Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.03.2022 00:33:27
-28,800
d1b2a0f52a2ddcd8f3fb12dd81e2998fbe837e17
docs: update link in README to point to main branch
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -278,7 +278,7 @@ Not tested on the following browsers but it should work with all the polyfills n\n[ga-ci-badge]: https://github.com/motss/app-datepicker/actions/workflows/ci.yml/badge.svg\n[ga-ci-helpers-badge]...
TypeScript
MIT License
motss/app-datepicker
docs: update link in README to point to main branch Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
27.03.2022 00:34:34
-28,800
18a0c7760cb90744b2a5c3f3cf5b8a58493beb8c
chore(release): 6.0.0-rc.24 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.24](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.23...v6.0.0-rc.24) (2022-03-26)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.24 :tada:
429,508
29.03.2022 21:50:54
-28,800
8608d7524a836fecd8425b5dafb0b8956cd9bc74
refactor: use import(file_path) for better dynamic import analysis
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"node_modules/@typescript-eslint/eslint-plugin\": {\n- \"version\": \"5.16.0\",\n- \"resolved\": \"https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz\",\n...
TypeScript
MIT License
motss/app-datepicker
refactor: use import(file_path) for better dynamic import analysis Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
29.03.2022 21:56:51
-28,800
5ad10c7de573481afcaeeb8622b5370619bc73b7
chore(release): 6.0.0-rc.25 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.25](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.24...v6.0.0-rc.25) (2022-03-29)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.25 :tada:
429,508
02.04.2022 16:34:30
-28,800
3667009cb52fdd1912ddbc650819abda0ec20352
fix: fix date picker input triggers date picker when clicking reset btn
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"@open-wc/testing\": \"^3.1.2\",\n\"@reallyland/tools\": \"^0.0.13\",\n\"@rollup/plugin-node-resolve\": \"^13.0.6\",\n- \"@web/dev-server-esbuild\": \"^0.2.16\",\n+ \"@web/dev-server-esbuild\": \"^...
TypeScript
MIT License
motss/app-datepicker
fix: fix date picker input triggers date picker when clicking reset btn Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
02.04.2022 16:38:09
-28,800
dd3077cab9f58f1f7e23bd91377e99306fbaeb9d
chore(release): 6.0.0-rc.26 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.26](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.25...v6.0.0-rc.26) (2022-04-02)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.26 :tada:
429,508
02.04.2022 19:42:14
-28,800
dcc4043e224b59400d05272467c8198507278e20
feat: support disabled/ readonly in DatePickerInput, update tests
[ { "change_type": "MODIFY", "old_path": "index.html", "new_path": "index.html", "diff": "--shadow: #000000;\n/** Custom app CSS Variables */\n+ --disabled: rgba(255, 255, 255, .38);\n+ --mwc-primary: #6200ee;\n--white: #fff;\n- --a: rgba(255, 255, 255, .55);\n- --e: #6200ee;\n+ --white55: rgba(255, 2...
TypeScript
MIT License
motss/app-datepicker
feat: support disabled/ readonly in DatePickerInput, update tests Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
02.04.2022 19:46:02
-28,800
ebbbda47920dfde5771e34e4ceb532c9812ca3cb
chore(release): 6.0.0-rc.27 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.27](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.26...v6.0.0-rc.27) (2022-04-02)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.27 :tada:
429,508
02.04.2022 22:57:30
-28,800
6bc4d54bacc36ba03e9d0e62010ed62b117e5d54
fix: fix calling .layout() for certain properties, use 4px for shape
[ { "change_type": "MODIFY", "old_path": "docs/app-date-picker.md", "new_path": "docs/app-date-picker.md", "diff": "@@ -121,7 +121,7 @@ via the read-only `detail` property.\n| `--app-selected-hover` | `#6200ee` | Border color for all hover state when selected. |\n| `--app-selected-on-focus` | `#fff` |...
TypeScript
MIT License
motss/app-datepicker
fix: fix calling .layout() for certain properties, use 4px for shape Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
02.04.2022 23:25:42
-28,800
c8c5c35790d16c30aa0f9bada5794bf31f278756
chore: add missing ESLint config
[ { "change_type": "ADD", "old_path": null, "new_path": ".eslintrc.json", "diff": "+{\n+ \"extends\": [\n+ \"./node_modules/@reallyland/tools/browser/lit/.eslintrc.json\"\n+ ]\n+}\n" }, { "change_type": "MODIFY", "old_path": "wtr.config.mjs", "new_path": "wtr.config.mjs", "diff": "...
TypeScript
MIT License
motss/app-datepicker
chore: add missing ESLint config Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
02.04.2022 23:39:20
-28,800
a84c165b99c75033799ff3030131d8585585811f
chore(release): 6.0.0-rc.28 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.28](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.27...v6.0.0-rc.28) (2022-04-02)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.28 :tada:
429,508
03.04.2022 00:30:34
-28,800
242ff1b1b0782a5b20a53d0fda714a72b2b86339
fix: fix timing to force .layout(), update tests
[ { "change_type": "MODIFY", "old_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "new_path": "src/__tests__/date-picker-input/app-date-picker-input.test.ts", "diff": "@@ -12,6 +12,7 @@ import { appDatePickerName } from '../../date-picker/constants';\nimport type { DialogClosed...
TypeScript
MIT License
motss/app-datepicker
fix: fix timing to force .layout(), update tests Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
429,508
03.04.2022 13:58:39
-28,800
884a7fc94d2bfd1c5ee47c9aedd700b23ccddaed
chore(release): 6.0.0-rc.29 :tada:
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa\n+# [6.0.0-rc.29](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.28...v6.0.0-rc.29) (2022-04-03)\n+...
TypeScript
MIT License
motss/app-datepicker
chore(release): 6.0.0-rc.29 :tada: