-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(docs): ssr rendering (#250) * chore(root): update all deps (#248) * fix(lib): MazPicker - timezone handling (#221) * fix(lib): MazPicker - timezone handling * fix(lib): maz-picker - timezone management * fix(lib): maz-picker - timezone management * refactor(lib): date filter - always use timeZone * refactor(docs): maz-phone-number-input - remove commented code * refactor(lib): maz-picker - use dayjs * refactor(lib): maz-picker - use dayjs * refactor(lib): maz-picker - use dayjs * refactor(lib): maz-picker - use dayjs * refactor(lib): maz-picker - use dayjs * refactor(lib): maz-picker - is same date function * refactor(lib): maz-picker - css binding colors * refactor(lib): maz-picker - css binding colors * refactor(lib): maz-picker - css binding colors * test(lib): add test for maz-picker * test(lib): add test for maz-picker * test(lib): add test for maz-picker * test(lib): add test for maz-picker * test(lib): add test for maz-picker * test(lib): add test for maz-picker * chore(lib): remove extensions.json * refactor(lib): config - vitest * refactor(lib): maz-picker - range & double * chore(root): codeclimate disabled eslint * fix(root): codeclimate build * test(unit): fix * refactor(lib): maz-picker - time picker * refactor(lib): maz-picker - time picker 12 format * refactor(lib): maz-picker - time picker 12 format * refactor(lib): maz-picker - time picker & disables dates hours * refactor(lib): maz-picker - time picker & disables dates hours * refactor(lib): maz-picker - documentation * chore(release): bump version to 3.0.0-next.23
- Loading branch information
1 parent
b831bd5
commit ecfb3a8
Showing
130 changed files
with
7,459 additions
and
33,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Lib Test Lint | ||
|
||
on: | ||
push: | ||
branches: [master, next] | ||
pull_request: | ||
branches: [master, next] | ||
|
||
jobs: | ||
lib-test-lint: | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: ./packages/lib | ||
|
||
steps: | ||
- name: Checkout Actions | ||
uses: actions/checkout@master | ||
|
||
- uses: actions/setup-node@master | ||
with: | ||
node-version: "16" | ||
|
||
- uses: actions/cache@v2 | ||
with: | ||
path: "**/node_modules" | ||
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} | ||
|
||
- name: Install modules | ||
run: npm ci | ||
|
||
- name: Run linters | ||
run: npm run lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["johnsoncodehk.vscode-typescript-vue-plugin"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.