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(responsive): add support for non-FrameworkElement #1084

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

Xiaoy312
Copy link
Contributor

@Xiaoy312 Xiaoy312 commented Mar 27, 2024

GitHub Issue (If applicable): closes #950

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature

What is the current behavior?

previously ResponsiveExpression didnt support non-FrameworkElement targets such as Grid.ColumnDefinitions or TextBlock.Inlines.

What is the new behavior?

^ they are now supported.

PR Checklist

Please check if your PR fulfills the following requirements:

@Xiaoy312 Xiaoy312 enabled auto-merge March 27, 2024 16:08
@Xiaoy312 Xiaoy312 force-pushed the dev/xygu/20240327/responsive-columndef-and-inlines branch 3 times, most recently from 84eabf5 to cf85f87 Compare March 27, 2024 20:08
@agneszitte agneszitte requested review from kazo0 and pictos March 28, 2024 01:17
@Xiaoy312 Xiaoy312 force-pushed the dev/xygu/20240327/responsive-columndef-and-inlines branch 2 times, most recently from 5c24d2d to 0b06d70 Compare March 28, 2024 16:51
@Xiaoy312 Xiaoy312 force-pushed the dev/xygu/20240327/responsive-columndef-and-inlines branch from 0b06d70 to d3bb48b Compare March 28, 2024 20:03
@Xiaoy312 Xiaoy312 merged commit 1ebf792 into main Mar 28, 2024
26 checks passed
@Xiaoy312 Xiaoy312 deleted the dev/xygu/20240327/responsive-columndef-and-inlines branch March 28, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResponsiveExpression does not support non-FrameworkElement, like TextBlock>Run
3 participants