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(floating-ui): add feature flag for dynamic floating-ui styles #17446

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    33c3a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9f95f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    447e51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f8bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e57eae7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    13a8042 View commit details
    Browse the repository at this point in the history
  2. chore: shorten flag name

    annawen1 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    148c054 View commit details
    Browse the repository at this point in the history
  3. chore: shorten flag name

    annawen1 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c86b9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ca0926 View commit details
    Browse the repository at this point in the history
  5. chore: set a few controls

    annawen1 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cb20e52 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    044b1c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    6598c75 View commit details
    Browse the repository at this point in the history
  2. Update packages/react/src/components/FeatureFlags/overview.mdx

    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    annawen1 and kennylam authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6fe3100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c10dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8926896 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update packages/react/src/components/Popover/DynamicStyles.featurefla…

    …g.mdx
    
    Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
    annawen1 and tay1orjones authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    90b53cb View commit details
    Browse the repository at this point in the history
  2. Added tests for FluidTimePicker (carbon-design-system#17541)

    * test: added tests for FluiTimePicker
    
    * fix: changed from fireevent to userevent
    guidari authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f85285b View commit details
    Browse the repository at this point in the history
  3. Added typescript types to fluid combobox and its skeleton state (carb…

    …on-design-system#17563)
    
    * fix: renamed js files to tsx for fluid combobox components
    
    * fix: added typescript types to fluid combobox
    
    * fix: snapshots
    
    * Update packages/react/src/components/FluidComboBox/FluidComboBox.tsx
    
    ---------
    
    Co-authored-by: Gururaj J <89023023+Gururajj77@users.noreply.github.com>
    Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
    Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
    4 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    36bc225 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump rollup (carbon-design-system#17631)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.14.0 to 4.24.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.14.0...v4.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    561e9eb View commit details
    Browse the repository at this point in the history
  5. test(togglesmallskeleton): add test coverage (carbon-design-system#17674

    )
    
    * test(togglesmallskeleton): add test coverage
    
    * chore: fix copyright date
    
    * chore: fix date
    alisonjoseph authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    09e0b63 View commit details
    Browse the repository at this point in the history
  6. fix(FileUploaderDropContainer): resolve click handler errorerror (car…

    …bon-design-system#17568)
    
    Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
    2 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e11b039 View commit details
    Browse the repository at this point in the history
  7. feat: combobox's new feature, autocomplete with typeahead (carbon-des…

    …ign-system#17268)
    
    * feat: autocomplete is fked
    
    * feat: autoComplete typeahead feature fixed
    
    * feat: added tests for autocomplete
    
    * feat: adds functionality test cases
    
    * feat: matcsh case exactly with option list when Tab is pressed
    
    * feat: adds tests, refines functions
    
    * feat: updated prop name to component and tests
    
    * refactor: fixed conflict
    
    * test: covered allowcustomValue prop
    
    ---------
    
    Co-authored-by: Nikhil Tomar <63502271+2nikhiltom@users.noreply.github.com>
    Co-authored-by: Nikhil Tomar <nikhiltomar753@gmail.com>
    3 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e811736 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a899f7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f944e26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7596e86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b73dfb View commit details
    Browse the repository at this point in the history
  12. fix(date-picker): clearing input and selecting a date (carbon-design-…

    …system#17669)
    
    * fix(date-picker): keep open when clearing input
    
    * fix(date-picker): add type single to condition
    ariellalgilmore authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2ba7b2c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77a7327 View commit details
    Browse the repository at this point in the history
  14. chore(release): v11.68.0 (carbon-design-system#17696)

    Co-authored-by: alisonjoseph <2753488+alisonjoseph@users.noreply.github.com>
    2 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d040496 View commit details
    Browse the repository at this point in the history
  15. test: increase test coverage to 100% for Tag (carbon-design-system#17614

    )
    
    * test: increase test coverage to 100% for Tag
    
    * refactor: spyOn updated
    
    * refactor: removed unused import
    
    ---------
    
    Co-authored-by: Preeti Bansal <146315451+preetibansalui@users.noreply.github.com>
    2 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d18e138 View commit details
    Browse the repository at this point in the history
  16. fix: increase test coverage for ToggleTip (carbon-design-system#17661)

    * fix: increase test coverage for ToggleTip
    
    * refactor: userEvent over fireEvent
    
    ---------
    
    Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
    2 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d64492f View commit details
    Browse the repository at this point in the history
  17. chore(issue-templates): always apply needs triage label (carbon-desig…

    …n-system#17681)
    
    * chore(issue-templates): always apply needs triage label
    
    * chore: add web components package to package selection dropdown
    tay1orjones authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fc55a79 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    929ac98 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fb6bcb6 View commit details
    Browse the repository at this point in the history
  20. fix(tabs): add icon only 1px spacing (carbon-design-system#17671)

    * fix(tabs): add icon only 1px spacing
    
    * chore: cleanup story updates
    alisonjoseph authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dc2aebe View commit details
    Browse the repository at this point in the history
  21. ci(actions): add workflow to calculate and surface PR merge rate (car…

    …bon-design-system#17684)
    
    * ci(actions): add workflow to calculate and surface PR merge rate
    
    * ci(actions): add workflow to calculate and surface PR merge rate
    
    ---------
    
    Co-authored-by: Nikhil Tomar <63502271+2nikhiltom@users.noreply.github.com>
    Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
    3 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a7b5141 View commit details
    Browse the repository at this point in the history
  22. fix(TreeNode): preserve nested node expand state (carbon-design-syste…

    …m#17630)
    
    * fix(TreeNode): preserve nested node expand state
    
    * fix(TreeView):  prevent focus on hidden child nodes
    emyarod authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fa1548e View commit details
    Browse the repository at this point in the history
  23. feat(tabs): added hover and active styles (carbon-design-system#16523)

    * feat(tabs): added hover and active styles
    
    * feat(tabs): revert test style
    
    * feat(tabs): active tab style order fix
    
    * feat(tabs): issue fix :last tab is being partially hidden
    
    * feat(tabs): issue fix :last tab is being partially hidden
    
    * feat(tabs): added to contributors list
    
    * feat(tabs): rebase
    
    ---------
    
    Co-authored-by: Soumya Raju <soumyaraju@ip-192-168-1-8.us-west-2.compute.internal>
    Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
    3 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cf0a241 View commit details
    Browse the repository at this point in the history
  24. chore(deps): update dependency @types/prop-types to v15.7.13 (carbon-…

    …design-system#17657)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
    2 people authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fa24616 View commit details
    Browse the repository at this point in the history
  25. fix(combobox): rendering aria-label (carbon-design-system#17678)

    * fix(combobox): rendering aria-label
    
    * test(combobox): update tests with aria-label and titleText
    ariellalgilmore authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    43f1eea View commit details
    Browse the repository at this point in the history
  26. fix: implement unique dynamic id generation for FileUploader component (

    carbon-design-system#17651)
    
    * fix: implement unique dynamic id generation for FileUploader component
    
    * test(FileUploader): fix failing tests and update snapshot
    Shankar-CodeJunkie authored and annawen1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    729cf7d View commit details
    Browse the repository at this point in the history