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

fix(components/datetime): add missing harness exports #3079

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

Blackbaud-SandhyaRajasabeson
Copy link
Contributor

No description provided.

Sandhya Raja Sabeson added 2 commits January 30, 2025 10:41
@Blackbaud-SandhyaRajasabeson Blackbaud-SandhyaRajasabeson added the risk level (author): 1 No additional bugs expected from this change label Jan 30, 2025
Copy link

nx-cloud bot commented Jan 30, 2025

View your CI Pipeline Execution ↗ for commit dee7c5a.

Command Status Duration Result
nx affected --target lint test posttest --confi... ✅ Succeeded 1m 31s View ↗
nx affected --target build postbuild lint test ... ✅ Succeeded 17s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-30 16:21:23 UTC

@Blackbaud-SandhyaRajasabeson Blackbaud-SandhyaRajasabeson changed the title fix(components/datetime): Add missing harness exports fix(components/datetime): add missing harness exports Jan 30, 2025
@blackbaud-sky-build-user
Copy link
Collaborator

@Blackbaud-SandhyaRajasabeson Blackbaud-SandhyaRajasabeson merged commit 3379fc8 into 11.x.x Jan 30, 2025
35 checks passed
@Blackbaud-SandhyaRajasabeson Blackbaud-SandhyaRajasabeson deleted the datpeicker-harness-bug branch January 30, 2025 16:26
blackbaud-sky-build-user pushed a commit that referenced this pull request Jan 30, 2025
Co-authored-by: Sandhya Raja Sabeson <sandhya.rajasabeson@blackbaud.me>
@blackbaud-sky-build-user
Copy link
Collaborator

Cherry-pick successful! 🍒 🎉 See #3080

johnhwhite added a commit that referenced this pull request Jan 30, 2025
…test

* origin/11.x.x:
  fix(components/datetime): add missing harness exports  (#3079)
johnhwhite added a commit that referenced this pull request Jan 31, 2025
…option

* origin/11.x.x:
  chore(code-examples): add skyux-eslint as an implicit dependency to the code-examples app (#3085)
  fix(components/datetime): add missing harness exports  (#3079)
johnhwhite pushed a commit that referenced this pull request Feb 3, 2025
🤖 I have created a release *beep* *boop*
---


##
[11.38.0](11.37.0...11.38.0)
(2025-02-03)


### Features

* **components/errors:** add error test harness
([#3082](#3082))
([d5e961d](d5e961d))
* **components/tabs:** add harnesses for tab component
([#3064](#3064))
([2f84106](2f84106))


### Bug Fixes

* **components/ag-grid:** allow overriding grid min-height
([#3077](#3077))
([b9b6c7d](b9b6c7d))
* **components/ag-grid:** refocus cell editors on api refresh
([#3087](#3087))
([f98c2f7](f98c2f7))
* **components/ag-grid:** row delete confirmation event handling
([#3078](#3078))
([9761f52](9761f52))
* **components/datetime:** add missing harness exports
([#3079](#3079))
([3379fc8](3379fc8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
johnhwhite added a commit that referenced this pull request Feb 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[12.0.0-alpha.3](12.0.0-alpha.2...12.0.0-alpha.3)
(2025-02-04)


### ⚠ BREAKING CHANGES

* **components/indicators:** remove forwarded exports from
`@skyux/help-inline` and `@skyux/icon`
([#3069](#3069))
* **components/forms:** file attachment components now wait for system
dialogs to close before handling files so that errors are read to screen
readers appropriately
([#3073](#3073))

### Features

* add `[@docs](https://github.com/docs)IncludeIds` to action bars, tree,
autonumeric, avatar, colorpicker, core, datetime, errors, flyout, and
forms packages ([#3074](#3074))
([b5747b2](b5747b2))
* add remaining `[@docs](https://github.com/docs)IncludeIds` and
validation steps
([#3076](#3076))
([cb59851](cb59851))
* **components/errors:** add error test harness
([#3082](#3082))
([#3094](#3094))
([4343e0a](4343e0a))
* **components/forms:** file attachment components now wait for system
dialogs to close before handling files so that errors are read to screen
readers appropriately
([#3073](#3073))
([847c970](847c970))
* **components/indicators:** remove forwarded exports from
`@skyux/help-inline` and `@skyux/icon`
([#3069](#3069))
([e2e3883](e2e3883))
* **components/layout:** tokenize fluid grid styles
([#3090](#3090))
([f7cf004](f7cf004))
* **components/tabs:** add harnesses for tab component
([#3064](#3064))
([#3095](#3095))
([37d2e90](37d2e90))
* **components/tiles:** add test harnesses for tile and tile dashboard
([#3052](#3052))
([#3066](#3066))
([2019f56](2019f56))
* create @skyux/code-examples NPM package (internal use only)
([#3091](#3091))
([c0c9c48](c0c9c48))
* implement `[@docs](https://github.com/docs)Id` and
`[@docs](https://github.com/docs)IncludeIds` JSDoc tags to capture
documentation relationships in the manifest
([#3063](#3063))
([ba33999](ba33999))
* **sdk/skyux-eslint:** add linting rule to detect the use of legacy
icons ([#3061](#3061))
([1abcf12](1abcf12))


### Bug Fixes

* **components/action-bars:** summary action bar should stack with back
to top ([#3096](#3096))
([#3107](#3107))
([cc9b793](cc9b793))
* **components/ag-grid:** allow overriding grid min-height
([#3077](#3077))
([#3088](#3088))
([20670ca](20670ca))
* **components/ag-grid:** datepicker cell editor should handle refresh
refocus ([#3056](#3056))
([#3057](#3057))
([fa878fe](fa878fe))
* **components/ag-grid:** refocus cell editors on api refresh
([#3087](#3087))
([#3092](#3092))
([c387ac2](c387ac2))
* **components/ag-grid:** row delete confirmation event handling
([#3078](#3078))
([#3089](#3089))
([b9372f1](b9372f1))
* **components/datetime:** add missing harness exports
([#3079](#3079))
([#3080](#3080))
([6d30585](6d30585))
* **components/forms:** ensure form error always has `errorName`
attribute for test harnesses
([#3071](#3071))
([#3072](#3072))
([da19379](da19379))
* **components/lists:** mark repeater item `reorderable` property as
internal as a consumer setting this property has no affect
([#3106](#3106))
([#3108](#3108))
([ec89181](ec89181))
* **components/text-editor:** allow initializing as disabled
([#3099](#3099))
([#3102](#3102))
([b4b55db](b4b55db))
* **components/text-editor:** value initializing for multiple
text-editors ([#3067](#3067))
([#3070](#3070))
([b0b3533](b0b3533))
* **components/toast:** toasts read to assistive technology on initial
rendering ([#3104](#3104))
([#3105](#3105))
([a115bd8](a115bd8))


### Deprecations

* deprecated action button icon `iconType` input and checkbox and radio
button `icon` inputs in favor of new `iconName` input which utilizes SVG
icons ([#3062](#3062))
([567f922](567f922))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: John White <750350+johnhwhite@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
risk level (author): 1 No additional bugs expected from this change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants