Skip to content
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

feat(date-time-picker): add date/time input + picker #3838

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
62d97bb
refactor: remove time field
paulodetarsofm Nov 29, 2023
96a6eeb
refactor: move locales to be used globally
paulodetarsofm Nov 29, 2023
bccfef5
fix: picker button import
paulodetarsofm Nov 29, 2023
33bfd48
chore: bump @internationalized/date from 3.2.1 to 3.5.0
paulodetarsofm Nov 29, 2023
fb2cafc
refactor: use `beforeinput` and `input` events
paulodetarsofm Nov 29, 2023
15d6f33
feat: add `date-time-picker` component
paulodetarsofm Nov 29, 2023
b7f63db
fix: use innerText to render segment text
paulodetarsofm Nov 30, 2023
dd3fc6f
fix: dealing with days and hours
paulodetarsofm Dec 1, 2023
0750b09
fix: fix quiet variant styles
Dec 6, 2023
d8c1c15
docs(tooltip): extend tooltip self-managed documentation (#3815)
TarunAdobe Nov 30, 2023
2ffbff6
perf(checkbox): refactor architecture for more rendering perf and DOM…
Westbrook Nov 6, 2023
60ed117
refactor: prepare for lit@3.0 usage
Westbrook Nov 6, 2023
741bdb5
fix(action-menu): allow tray to display full width
Westbrook Nov 29, 2023
f44e208
docs(split-view): added label for resizable examples for documentatio…
Rajdeepc Dec 1, 2023
9f4f585
ci: help changes exit as a failure
Westbrook Dec 2, 2023
d096b67
fix(overlay): ensure events are only bound once
Westbrook Dec 2, 2023
0909f47
chore(card,dropzone,tabs,textfield): update CSS to fix focus indicato…
jnjosh Dec 4, 2023
9ced715
chore: add join and unsafeHTML to directive imports
Dec 4, 2023
368a69d
fix(picker): ensure menu placement in mobile (#3835)
Rajdeepc Dec 5, 2023
8b4b9db
fix(tabs): prevent vertical scrolling in overflow tabs
Westbrook Dec 4, 2023
3b756e8
chore: bump tar-stream from 3.0.0 to 3.1.6
dependabot[bot] Dec 5, 2023
a680697
chore: bump @spectrum-css/progressbar from 3.0.76 to 3.0.80
dependabot[bot] Dec 5, 2023
29f72f4
chore: release new versions #publish
Westbrook Dec 5, 2023
c258b1b
feat(calendar): add calendar component (#3327)
paulodetarsofm Jul 31, 2023
b4ae5f7
refactor: fix conflicts + bump packages version
paulodetarsofm Aug 30, 2023
73e5cc1
chore: bump packages from 0.39.3 to 0.40.0
paulodetarsofm Nov 29, 2023
34f78a0
fix: add css calculation to fix the width of the date/time picker
Dec 6, 2023
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: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- run: yarn analyze
- run:
name: Are there changes?
command: git diff-files
command: git diff-files --exit-code

preview-docs:
executor: node
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

### Bug Fixes

- **action-menu:** allow tray to display full width ([31415e4](https://github.com/adobe/spectrum-web-components/commit/31415e4ebe6b5369775074e52ed92fcd6b70c932))
- **overlay:** ensure events are only bound once ([abe57ce](https://github.com/adobe/spectrum-web-components/commit/abe57cedcc18a309f3acf1b664bfa561f13b4f8f))
- **picker:** ensure menu placement in mobile ([#3835](https://github.com/adobe/spectrum-web-components/issues/3835)) ([4aba1c6](https://github.com/adobe/spectrum-web-components/commit/4aba1c6094e45481dec428fcc95fb4148f62dbc9))
- **slider:** align editable slider when no label provided ([#3816](https://github.com/adobe/spectrum-web-components/issues/3816)) ([a5f4900](https://github.com/adobe/spectrum-web-components/commit/a5f49009d4acc1e8c5403a08b127769e18bda56c))
- **tabs:** prevent vertical scrolling in overflow tabs ([eb0592f](https://github.com/adobe/spectrum-web-components/commit/eb0592f87c1f52fe34745af030331060b3641a59))

### Performance Improvements

- **checkbox:** refactor architecture for more rendering perf and DOM element count ([7c2277f](https://github.com/adobe/spectrum-web-components/commit/7c2277f1a21e2e886678c3a3ad1d454cbd6637e0))

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["linters/*", "packages/*", "projects/*", "tools/*", "react/*"],
"version": "0.40.0",
"version": "0.40.1",
"granularPathspec": false,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 4 additions & 0 deletions linters/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/eslint-plugin

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion linters/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/eslint-plugin",
"version": "0.40.0",
"version": "0.40.1",
"private": true,
"main": "index.js"
}
4 changes: 4 additions & 0 deletions linters/stylelint-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package stylelint-header

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package stylelint-header
Expand Down
2 changes: 1 addition & 1 deletion linters/stylelint-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-header",
"version": "0.40.0",
"version": "0.40.1",
"private": true,
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"alex": "^10.0.0",
"cem-plugin-module-file-extensions": "^0.0.5",
"chalk": "^5.0.1",
"chromedriver": "119",
"chromedriver": "^119.0.1",
"common-tags": "^1.8.2",
"cssnano": "^6.0.1",
"custom-elements-manifest": "^2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/accordion

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/accordion
Expand Down
12 changes: 6 additions & 6 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/accordion",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -66,11 +66,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/icon": "^0.40.0",
"@spectrum-web-components/icons-ui": "^0.40.0",
"@spectrum-web-components/reactive-controllers": "^0.40.0",
"@spectrum-web-components/shared": "^0.40.0"
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/icon": "^0.40.1",
"@spectrum-web-components/icons-ui": "^0.40.1",
"@spectrum-web-components/reactive-controllers": "^0.40.1",
"@spectrum-web-components/shared": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/accordion": "^4.0.17"
Expand Down
4 changes: 4 additions & 0 deletions packages/action-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/action-bar

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/action-bar
Expand Down
12 changes: 6 additions & 6 deletions packages/action-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-bar",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-group": "^0.40.0",
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/button": "^0.40.0",
"@spectrum-web-components/field-label": "^0.40.0",
"@spectrum-web-components/popover": "^0.40.0"
"@spectrum-web-components/action-group": "^0.40.1",
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/button": "^0.40.1",
"@spectrum-web-components/field-label": "^0.40.1",
"@spectrum-web-components/popover": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/actionbar": "^7.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/action-bar/src/ActionBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class ActionBar extends SpectrumElement {
*
* @param {String} variant
*/
@property({ type: String, reflect: true })
@property({ type: String })
public set variant(variant: string) {
if (variant === this.variant) {
return;
Expand Down
4 changes: 4 additions & 0 deletions packages/action-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/action-button

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/action-button
Expand Down
12 changes: 6 additions & 6 deletions packages/action-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-button",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/button": "^0.40.0",
"@spectrum-web-components/icon": "^0.40.0",
"@spectrum-web-components/icons-ui": "^0.40.0",
"@spectrum-web-components/shared": "^0.40.0"
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/button": "^0.40.1",
"@spectrum-web-components/icon": "^0.40.1",
"@spectrum-web-components/icons-ui": "^0.40.1",
"@spectrum-web-components/shared": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^5.0.7"
Expand Down
4 changes: 4 additions & 0 deletions packages/action-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/action-group

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/action-group
Expand Down
10 changes: 5 additions & 5 deletions packages/action-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-group",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,10 +58,10 @@
],
"dependencies": {
"@lit-labs/observers": "^2.0.0",
"@spectrum-web-components/action-button": "^0.40.0",
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/icons-workflow": "^0.40.0",
"@spectrum-web-components/reactive-controllers": "^0.40.0"
"@spectrum-web-components/action-button": "^0.40.1",
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/icons-workflow": "^0.40.1",
"@spectrum-web-components/reactive-controllers": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/actiongroup": "^4.0.7"
Expand Down
6 changes: 6 additions & 0 deletions packages/action-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

### Bug Fixes

- **action-menu:** allow tray to display full width ([31415e4](https://github.com/adobe/spectrum-web-components/commit/31415e4ebe6b5369775074e52ed92fcd6b70c932))

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/action-menu
Expand Down
14 changes: 7 additions & 7 deletions packages/action-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-menu",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,12 +61,12 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-button": "^0.40.0",
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/icon": "^0.40.0",
"@spectrum-web-components/icons-workflow": "^0.40.0",
"@spectrum-web-components/picker": "^0.40.0",
"@spectrum-web-components/shared": "^0.40.0"
"@spectrum-web-components/action-button": "^0.40.1",
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/icon": "^0.40.1",
"@spectrum-web-components/icons-workflow": "^0.40.1",
"@spectrum-web-components/picker": "^0.40.1",
"@spectrum-web-components/shared": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/actionmenu": "^5.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/action-menu/src/action-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ governing permissions and limitations under the License.
}

#popover {
width: auto;
max-width: none;
}

Expand Down
4 changes: 4 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/alert-dialog

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/alert-dialog
Expand Down
14 changes: 7 additions & 7 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/alert-dialog",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,12 +58,12 @@
],
"dependencies": {
"@lit-labs/observers": "^2.0.0",
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/button": "^0.40.0",
"@spectrum-web-components/button-group": "^0.40.0",
"@spectrum-web-components/divider": "^0.40.0",
"@spectrum-web-components/icons-workflow": "^0.40.0",
"@spectrum-web-components/shared": "^0.40.0"
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/button": "^0.40.1",
"@spectrum-web-components/button-group": "^0.40.1",
"@spectrum-web-components/divider": "^0.40.1",
"@spectrum-web-components/icons-workflow": "^0.40.1",
"@spectrum-web-components/shared": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/alertdialog": "^1.0.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/asset

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/asset
Expand Down
4 changes: 2 additions & 2 deletions packages/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/asset",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.40.0"
"@spectrum-web-components/base": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/asset": "^3.0.48"
Expand Down
4 changes: 4 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/avatar

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/avatar
Expand Down
6 changes: 3 additions & 3 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/avatar",
"version": "0.40.0",
"version": "0.40.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.40.0",
"@spectrum-web-components/shared": "^0.40.0"
"@spectrum-web-components/base": "^0.40.1",
"@spectrum-web-components/shared": "^0.40.1"
},
"devDependencies": {
"@spectrum-css/avatar": "^6.0.52"
Expand Down
4 changes: 4 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)

**Note:** Version bump only for package @spectrum-web-components/badge

# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)

**Note:** Version bump only for package @spectrum-web-components/badge
Expand Down
Loading
Loading