-
Notifications
You must be signed in to change notification settings - Fork 25
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
angular 17 update #2704
Closed
Closed
angular 17 update #2704
Conversation
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
…d code examples (#2423)
…rors with appropriate orders of magnitude (#2437)
…les on form group components (#2420)
…icators/help-inline` (#2428)
… and inline form code examples (#2432)
…ouched" on initialization (#2443)
…odals, pages, and others (#2435)
…alculator value (#2459)
* feat(components/ag-grid): add support for AG Grid 31.3.2 * Update peer range
* fix(components/icon): provide HTTP with interceptors * Update icon.module.ts * make HTTP optional * Provide HTTP for apps with icons --------- Co-authored-by: John White <[email protected]>
…h async pipe (#2590) * fix(components/forms): fix field group `labelText` inputs to work with async pipe * Fix logic * Switch to shared directive for hiding elements without a label.
…rrors are present (#2596)
…ntry is changed programmatically (#2593)
… when using an async search when no dropdown was previously open (#2610)
…een deprecated and consumers should use the `searchAsync` event instead (#2617)
…x `label` deprecation warning (#2641)
* ci: use fewer connections * One task at a time per agent
johnhwhite
added
the
risk level (author): 1
No additional bugs expected from this change
label
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
indicators/help-inline
(feat(components/help-inline): update documentation and deprecateindicators/help-inline
#2428)SkyDatePipe
(feat(components/datetime): add support for additional date formats toSkyDatePipe
#2447)@ag-grid-devtools/cli
for AG Grid codemods (fix(components/packages): switch to@ag-grid-devtools/cli
for AG Grid codemods #2483)expectAsync
type includes async matchers from Jasmine (fix(sdk/testing):expectAsync
type includes async matchers from Jasmine #2503)::ng-deep
from tile styles (fix(components/tiles): remove::ng-deep
from tile styles #2527)::ng-deep
from sort styles (fix(components/lists): remove::ng-deep
from sort styles #2538)labelText
input (fix(components/lookup): lookup aria labels are now set appropriately when using the input boxlabelText
input #2548)aria-controls
on help inline button when widget element exists (fix(components/help-inline): setaria-controls
on help inline button when widget element exists #2541)SkyModalTestingController.closeTopModal
passesreason
andresult
to the modal instance (fix(components/modals):SkyModalTestingController.closeTopModal
passesreason
andresult
to the modal instance #2565)SkyHrefHarness
to find elements whenskyHref
is bound to a template variable (fix(components/router): fixSkyHrefHarness
to find elements whenskyHref
is bound to a template variable #2580)@angular-eslint/template
(test: add ESLint rules from@angular-eslint/template
#2588)labelText
inputs to work with async pipe (fix(components/forms): fix field grouplabelText
inputs to work with async pipe #2590)sky-form-errors
is no longer created and destroyed when form errors are present (fix:sky-form-errors
is no longer created and destroyed when form errors are present #2596)data
input has been deprecated and consumers should use thesearchAsync
event instead (deprecation(components/lookup): lookup component'sdata
input has been deprecated and consumers should use thesearchAsync
event instead #2617)searchAsync
event (fix(code-examples): update lookup code examples to all use thesearchAsync
event #2621)label
deprecation warning (fix(components/lists): selectable repeater items do not log a checkboxlabel
deprecation warning #2641)--no-agents
flag (ci: additional--no-agents
flag #2683)