Skip to content

feat(material-luxon-adapter): add option to set first day of week #23948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
157cac6
feat(material-luxon-adapter): add option to set first day of week
JiriBalcar Nov 11, 2021
8cb0f12
fix(multiple): update to angular v13.0.1 to emit proper partial compi…
devversion Nov 11, 2021
565a962
docs: release notes for the v13.0.1 release
amysorto Nov 11, 2021
d4a6c3b
release: cut the v13.1.0-next.1 release
amysorto Nov 11, 2021
c381a6c
feat(cdk/bidi): support `auto` direction value (#23906)
crisbeto Nov 15, 2021
6f1a1b7
fix(material/datepicker): Add aria-current="date" to current date (#2…
ByzantineFailure Nov 15, 2021
4be9a6e
refactor(multiple): clean up more ViewEngine-specific code (#23960)
crisbeto Nov 15, 2021
4350552
perf(multiple): don't emit fallbacks for CSS variables in experimenta…
crisbeto Nov 15, 2021
48df9d6
fix(cdk/testing): fake events not propagating through shadow DOM
crisbeto Oct 6, 2021
b9cda57
fix(cdk/drag-drop): handle not working when it has a child inside sha…
crisbeto Oct 6, 2021
8cdd3d7
fix(material/tabs): pagination sometimes incorrectly shown after zoom…
crisbeto Nov 15, 2021
edc2aa3
fix(material-experimental/mdc-list): don't override focus styles with…
crisbeto Nov 15, 2021
c63f552
docs(cdk/testing): expand JsDoc for sendKeys with limitations (#23902)
jelbourn Nov 15, 2021
34d651f
build: enable angular strict template checking for IDE tsconfig (#23933)
devversion Nov 15, 2021
bcb74f5
build: update to yarn v1.22.17 (#23955)
josephperrott Nov 15, 2021
5138328
refactor(multiple): add non-null assertions to first and last (#23958)
dario-piotrowicz Nov 15, 2021
7746bef
ci: remove `cla: yes` from required labels (#23968)
josephperrott Nov 15, 2021
513fb07
build: fix source maps in dev-app due to missing source contents (#23…
devversion Nov 15, 2021
69598f1
build: update to stylelint 14 (#23861)
crisbeto Nov 15, 2021
364bda5
docs: release notes for the v13.0.2 release (#23979)
mmalerba Nov 17, 2021
e5b4dd9
release: cut the v13.1.0-next.2 release (#23980)
mmalerba Nov 17, 2021
62f4370
build: update bazel setup to latest dev-infra and rules_nodejs versio…
devversion Nov 19, 2021
738e514
perf(material/core): tree shake sanity checks (#23969)
crisbeto Nov 19, 2021
02908ce
fix(cdk/drag-drop): remove boundary error (#23966)
crisbeto Nov 19, 2021
7bbe68d
perf(material/bottom-sheet): do not run change detection when focusin…
arturovt Nov 19, 2021
7b275f0
refactor(material-experimental/mdc-slider): clean up leftover depreca…
crisbeto Nov 22, 2021
603b248
docs: update commit message guidelines (#23997)
lekhmanrus Nov 22, 2021
a5fbf3a
fix(multiple): some experimental components not cleaned up completely…
crisbeto Nov 23, 2021
39921f4
perf(cdk/a11y): tree-shake warnings in production (#23967)
arturovt Nov 23, 2021
c66bcaf
feat(material-luxon-adapter): add option to set first day of week
JiriBalcar Nov 11, 2021
f958964
Merge branch 'luxon-first-day-of-week' of github.com:JiriBalcar/compo…
JiriBalcar Nov 26, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/angular-robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ merge:
# list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")
requiredLabels:
- "target: *"
- "cla: yes"

# list of labels that a PR shouldn't have, checked after the required labels with a regexp
forbiddenLabels:
- "blocked"
- "pr: blocked"
- "pr: needs*"
- "presubmit failures"
- "cla: no"

# list of PR statuses that need to be successful
requiredStatuses:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@589f402fa601c4c8ab006bdfb337564b3ea32338
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@3f4646c252bc54b2ae93b4e322ebde9030de30b2
- uses: angular/dev-infra/github-actions/lock-closed@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Generated files for infrastructure.
.yarn/releases/*.cjs

# These schematic ng-generate files are template files that cannot be formatted.
src/material/schematics/ng-generate/*/files/**/*
src/cdk/schematics/ng-generate/*/files/**/*
Expand Down
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"customSyntax": "postcss-scss",
"defaultSeverity": "error",
"reportNeedlessDisables": true,
"reportInvalidScopeDisables": true,
Expand Down
Loading