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!: release chip, searchfield, pagination, form.autosuggest #2964

Merged
merged 9 commits into from
Jan 19, 2024

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    d64ee5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde9223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe342f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee8b077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e187749 View commit details
    Browse the repository at this point in the history
  6. feat!: update Autosuggest component to better support freeform and se…

    …lected values (#2899)
    
    This updates the Autosuggest component to provide the consumer with:
    * The value entered in the textbox by the user
    * The selected value (as it is displayed in the dropdown)
    * The id of the selected option
    
    This also allows the consumer to determine if the Autosuggest component should be in an error state when
    * No text has been entered
    * Text has been entered, but not selection has been made
    * An external validation check has failed - "customError"
    
    The consumer will provide error messages for the appropriate error states
    
    BREAKING CHANGE: value of Autosuggest component is now an object instead of a string
    BREAKING CHANGE: Autosuggest component now uses onChange instead of onSelected
    BREAKING CHANGE: Autosuggest component now takes in different error messages for value/selection required, and custom errors
    
    ---------
    
    Co-authored-by: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com>
    Co-authored-by: Kyr <40792129+khudym@users.noreply.github.com>
    Co-authored-by: Viktor Rusakov <vrusakov66@gmail.com>
    4 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    35485ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6e5f72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc4e791 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8416547 View commit details
    Browse the repository at this point in the history