Skip to content

Standups: October 2022

Rob Eisenberg edited this page Oct 26, 2022 · 8 revisions

October 24, 2022

@bheston

  • Working on fast-foundation template updates with @chrisdholt.
  • A few open PRs on plugin and adaptive ui are under review.

@chrisdholt

  • Continuing to refine fast-foundation vNext

@janechu

  • Preparing CLI for broader contribution
  • Working on updating for the latest Foundation
    • Convert CLI project files to vNext

@radium-v

  • Tooltip Floating UI changes are ready. Commit pending menu item, pending select/combobox.
  • Tooltip aria-describedby issue addressed.

@KingOfTac (Community Contributor)

  • Preparing official StackBlitz setups for fast-element v1 and v2
  • Finishing a PR to remove the unsupported delegatesFocus from components.

@nicholasrice

  • Working on a number of different design token issues:
    • First is a bug causing a stack overflow when a token is set within a subscriber.
    • Additionally, need to verify the behavior, but there is a bug where design token isn’t resolving parent context; related to behaviors. This means child components are invoked and behaviors attached before ancestor behaviors.
    • One more design token bug as well.

@eisenbergeffect

  • Finishing up security improvements for fast-element
  • Enabling the use of design tokens in HTML
  • Cleanup of fast-element code (some re-org of code, removing deprecated APIs, etc.)

@vnbaaij

  • Working on combobox, listbox, and select in Blazor.
  • Continuing work on getting the beta out on v2

October 17, 2022

@bheston

  • Finishing up open PRs on fast-foundation templates

@chrisdholt

  • Fixes for TreeView component
  • RadioGroup issue under investigation
  • Continuing to refine fast-foundation vNext
  • Resolving Floating UI proposal
  • Looking into an issue with the FluentAccordionItem and Blazor

@janechu

  • Preparing CLI for broader contribution
  • Working on updating to the latest fast-foundation
    • Converting CLI project files to vNext

@falkicon

  • Onboarding some new collaborators.

@radium-v

  • Exploring Floating UI vs. Anchored Region

@kingoftac (Community Contributor)

  • Preparing official StackBlitz setups for fast-element v1 and v2

@nicholasrice

  • Working on implementing defer-hydration support into fast-ssr and fast-element to enable author control over fast-element hydration timing.

@eisenbergeffect

  • Finishing up the new security improvements PR for fast-element

@vnbaaij

  • Working on non-component functionality next, such as layout stack views, panels, etc.
  • Preparing the Fluent UI Blazor 2.0 release

@prudepixie

  • Exploring a repeat perf regression

October 10, 2022

@chrisdholt

  • Fixes for tree-view component
  • Radio group issue under investigation
  • Continuing to refine fast-foundation vNext

@janechu

  • Finishing up CLI migration
  • Preparing CLI for broader contribution
  • Working on updating for the latest Foundation

@falkicon

  • Looking into Discord events/stages as an opportunity for opening up the FAST Standup and Open Mics
  • Looking at how we can get a website refresh going, potentially using some recent newer designs. Primarily focused on homepage re-design.

@radium-v (John Kreitlow)

  • Exploring Floating UI vs. Anchored Region

@nicholasrice (Nick Rice)

  • Working on implementing defer-hydration support into fast-ssr and fast-element to enable author control over fast-element hydration timing.

@eisenbergeffect (Rob Eisenberg)

  • Bug fix for event
  • Begin security improvements for fast-element
  • Better documentation for non-decorator usage

@vnbaaij (Vincent Baaij)

  • Working on non-component functionality for Blazor, such as layout stack views, panels, etc.

@prudepixie (Wendy Hsu)

  • Exploring a repeat perf regression

October 3, 2022

@bheston

  • Prettier fixes ready to merge in Fluent UI
  • Consolidating color styling without visual changes for Fluent UI.
  • New PR under review to add the Adaptive UI explorer, a componentized version of (initially) the color explorer based on the latest FAST Element, which will be enhanced to explore all adaptive design system attributes. Spoiler: performance looks GREAT!

@chrisdholt

  • Working to remove class names from element hosts; hitting API extractor issue blocking PR checkin for now.
  • Proposing moving the indeterminate className for checkbox to a data- attribute to avoid setting classes. Looking into custom states to support indeterminate state.
  • Auditing other design-system features present on fast-foundation components such as the orientation property that only serves to inform visual design.

@janechu

  • Preparing CLI for broader contribution
  • Resolving an issue in fast-cli regarding pathing; fixing last issues with that this week.
  • Working on updating for the latest fast-foundation

@falkicon

  • Looking at how we can get a website refresh going, potentially using some recent newer designs. Primarily focused on homepage re-design.

@eljefe223

  • Working with @chrisdholt to remove hoisted class attributes from fast-foundation elements.

@radium-v

  • Housekeeping the FAST packages, getting Playwright tests operating more consistently.
  • Fixing Dependabot issues.
  • Fixing issues with benchmarks after updating Karma.

@nicholasrice

  • Adding a feature to uninstall DOM shim from fast-ssr's RequestStorageManager.
  • Working on implementing defer-hydration support into fast-ssr and fast-element to enable author control over fast-element hydration timing.

@eisenbergeffect

  • Writing better documentation for non-decorator usage
  • Begin security improvements work for fast-element

@vnbaaij

  • Mostly done with grid re-implementation in Blazor. Working on non-component functionality next, such as layout stack views, panels, etc.

@prudepixie

  • Working with @radium-v to resolved benchmark issues.