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

docs: fix typo #8414

Closed
wants to merge 37 commits into from
Closed

docs: fix typo #8414

wants to merge 37 commits into from

Commits on Jan 30, 2024

  1. Fix custom font code snippet typo on nextjs-pages-guide (chakra-ui#8240)

    There's a small typo on the `_app.js` snippet for adding custom fonts with NextJS. This just fixes that to `return` the fragment instead of prefixing the fragment with a semicolon.
    samyok committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    80406fd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. feat: support custom conditions / psuedo props (chakra-ui#8218)

    * chore: wip
    
    * chore: update generated conditions
    
    * docs: update changeset
    
    * feat: add new pseudos
    segunadebayo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a89c598 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 3, 2024

  1. refactor(v3): simplify changelog (chakra-ui#8253)

    * refactor(v3): simplify v1 changelog
    
    * refactor(v3): simplify v2 changelog
    Omikorin committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    09696a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix(deps): update dependency github-slugger to v1.5.0 (chakra-ui#8258)

    * fix(deps): update dependency @docusaurus/utils to v2.4.3
    
    * fix(deps): update dependency github-slugger to v1.5.0
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a30435d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    e5c9eb5 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency framer-motion to v9.1.7 (chakra-ui#8257)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    05c10a6 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency @docusaurus/utils to v2.4.3 (chakra-ui#8256

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    21c8c47 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. docs: Add block about styleType to List documentation (chakra-ui#…

    …8278)
    
    docs: add block about styleType to List documentation
    ltlaitoff committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    42a006a View commit details
    Browse the repository at this point in the history
  2. feat(v3): support asChild composition (chakra-ui#8302)

    * feat: support as child composition
    
    * refactor: simplify types
    
    * chore: deprecate as props
    
    * refactor: rename vars
    segunadebayo committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8296ad3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. feat(v3): component namespacing (chakra-ui#8303)

    * feat: component namespacing
    
    * refactor: alert
    
    * refactor: decompose avatar
    
    * refactor: recompose breadcrumb
    
    * chore: complete breadcrumb
    
    * refactor: card
    
    * refactor: editable
    
    * feat: add for component
    
    * feat: add for component
    
    * chore: rm control box
    
    * feat: add client only
    
    * refactor: decompose checkbox
    
    * refactor: progress and circular progress
    
    * docs: document migration
    
    * refactor: stepper
    
    * refactor: stat
    
    * refactor: menu
    
    * fix: typecheck
    
    * chore: sort imports
    
    * refactor: tag
    
    * fix: form control
    
    * refactor: tabs
    
    * fix: tabs tests
    
    * chore: update textarea
    
    * refactor: switch
    
    * refactor: popover
    
    * chore: update
    
    * refactor: tooltip
    
    * chore: update breadcrumb tests
    
    * refactor: form-control -> field
    
    * fix: field story
    
    * refactor: select -> native select
    
    * refactor: pin input
    
    * refactor: number input
    
    * refactor: number input
    
    * refactor: use defineStyles more
    
    * fix: lint
    
    * refactor: modal -> dialog
    
    * chore: add positioner to dialog
    
    * refactor(theme): container -> root
    
    * fix: types
    
    * fix: dialog theme
    
    * refactor: drawer
    
    * refactor: popover to use positioner
    
    * chore: update tooltip
    
    * chore: update
    
    * fix: types
    
    * chore: update menu trigger
    
    * chore: update
    
    * refactor: simplify button
    
    * feat: add more primitive componetns
    
    * refactor: accordion
    
    * chore: update accordion
    
    * fix: types
    
    * refactor: radio group
    
    * fix: types
    
    * docs: update migration
    
    * fix: split props
    
    * refactor: tabs
    
    * chore: cleanup
    
    * chore: update dialog
    
    * refactor: remove icons package
    
    * chore: rm icons package usage
    
    * refactor: reduce usage of define styles
    
    * fix: types
    
    * refactor: flatten stories
    
    * test: fix tooltip tests
    
    * fix: switch tests
    
    * test: fix radio group
    
    * test: fix select
    
    * test: fix field
    
    * chore: update tests
    
    * chore: cleanup
    
    * test: fix
    
    * docs: refactor
    
    * fix: remove isInline usage
    
    * refactor: table
    
    * refactor: table theme
    
    * refactor: menu-button -> menu-trigger
    
    * refactor: close-button -> close-trigger
    
    * docs: fix menu trigger
    
    * fix: menu on website
    
    * refactor: tooltip
    
    * refactor: decompose tooltip content
    
    * refactor: rm tag start-end icons
    
    * docs: update migration
    
    * refactor: list
    
    * chore: update changelog
    
    * feat: add bleed pattern
    
    * chore: update
    
    * chore: update
    
    * fix: docs
    
    * chore: update
    segunadebayo committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    2ac836e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d9e29 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore(deps): update dependency tsx to v4.7.1 (chakra-ui#8321)

    * chore(deps): update dependency @types/node to v18.19.18
    
    * chore(deps): update dependency tsx to v4.7.1
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    88706a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. refactor(v3): remove usage of descendants (chakra-ui#8245)

    * feat: migrate accordion
    
    * feat: remove from menu
    
    * feat: migrate pin
    
    * feat: migrate tabs
    
    * fix: remove node
    
    * feat: removed descendant
    
    * fix: remove exports
    
    * fix: query selector issue
    
    * chore: fix tests
    
    * fix: refactor
    
    * chore: fix stories and tests
    
    * fix: escape value
    
    * fix: use menu item id if supplied
    
    * chore: update docs
    
    * chore: rewrite
    
    * fix: tab syltes
    Pagebakers committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c7a4722 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/node to v18.19.19 (chakra-ui#8320)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4f5c273 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix(components): suppress unnecessary re-renders of Checkbox and Radi…

    …o component (chakra-ui#8349)
    
    * fix(components): suppress unnecessary re-renders of Checkbox and Radio component
    
    * fix(components): ensure global event listeners are set up
    autologie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bb3ce66 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix(transition): upgrade framer motion to latest and add test to skip… (

    chakra-ui#8354)
    
    fix(transition): upgrade framer motion to latest and add test to skipAnimations (chakra-ui#3696)
    
    Co-authored-by: Nasir Bawa <nasir.bawa@aviva.com>
    NASlR and nasir-aviva committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    71c0244 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat: rename is* props (chakra-ui#8332)

    * feat: renamed isDisabled to disabled
    
    * feat: rename isReadOnly to readOnly
    
    * chore: rename isRequired to required
    
    * chore: rename isInvalid to invalid
    
    * feat: rename isChecked to checked
    
    * feat: rename isIndeterminate to indeterminate
    
    * feat: rename isFocusable to focusable
    
    * feat: rename isFocused to focused
    
    * feat: renamed isOpen to open, defaultIsOpen to defaultOpen, isLazy to lazyMount
    
    * feat: rename isExpanded to isOpen in AccordionItem api
    
    * feat: rename isAttached to attached
    Pagebakers committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a1aaaec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f655866 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. feat(v3): redesign styled system (chakra-ui#8312)

    * refactor: move styled-system into main package
    
    * chore: initial system scaffold
    
    * fix: base condition
    
    * chore: define base preset using new api
    
    * feat: define new system api
    
    * chore: update tests to use system api
    
    * refactor: move generated stuff to dedicated folder
    
    * chore: add robust tests and conditions
    
    * feat: add color mix
    
    * chore: get first prototype working. woohoo!
    
    * chore: test color mix
    
    * fix: color palette
    
    * fix: color palette
    
    * chore: scaffold for system
    
    * chore(deps): update dependency tsx to v4.7.1 (chakra-ui#8321)
    
    * chore(deps): update dependency @types/node to v18.19.18
    
    * chore(deps): update dependency tsx to v4.7.1
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    
    * refactor(v3): remove usage of descendants (chakra-ui#8245)
    
    * feat: migrate accordion
    
    * feat: remove from menu
    
    * feat: migrate pin
    
    * feat: migrate tabs
    
    * fix: remove node
    
    * feat: removed descendant
    
    * fix: remove exports
    
    * fix: query selector issue
    
    * chore: fix tests
    
    * fix: refactor
    
    * chore: fix stories and tests
    
    * fix: escape value
    
    * fix: use menu item id if supplied
    
    * chore: update docs
    
    * chore: rewrite
    
    * fix: tab syltes
    
    * feat: include reset css in system
    
    * fix: dont generate reset always
    
    * chore: setup styled factory
    
    * feat: implement use recipe
    
    * chore(deps): update dependency @types/node to v18.19.19 (chakra-ui#8320)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    
    * fix: assign static properties
    
    * feat: slot recipe
    
    * feat: expose identity functions
    
    * chore: add define system
    
    * refactor: theming -> config
    
    * chore: scaffold for new cli
    
    * refactor: redesign cli
    
    * chore: prune packages
    
    * chore: fix deps
    
    * chore: add preset
    
    * feat: add breakpoint
    
    * feat: support conditional variants
    
    * fix: codegen
    
    * docs: document new api
    
    * refactor: use new system in components
    
    * chore: update lock
    
    * refactor: component themes -> recipes
    
    * refactor: theme recipes
    
    * chore: rm extend theme
    
    * fix: token references
    
    * fix: token refernce in css
    
    * chore: rm props of
    
    * chore: rename foundations to tokens
    
    * refactor: phase 1
    
    * refactor: optimize media query based on chakra-ui#7978
    
    * chore: rm media query mod
    
    * refactor: redesign theme to use new convention
    
    * chore: cli emits to src
    
    * chore: simplify simplify
    
    * refactor: reorganize all things
    
    * chore: some more progress
    
    * fix: improve inference for For
    
    * refactor: redesign avatar
    
    * chore: goodbye to storybook addon
    
    * chore: phew
    
    * chore: update lockfile
    
    * refactor: revamp badge
    
    * refactor: move tweaks
    
    * refactor: redesign inputs and field
    
    * chore: cleanup input
    
    * chore: clean up card
    
    * refactor: tabs
    
    * refactor: dialog
    
    * refactor: prop getter naming
    
    * refactor: textarea
    
    * chore: textarea refactor
    
    * refactor: checkbox
    
    * refactor: radio group and progress
    
    * feat: add generic enter and exit keyframes
    
    * refactor: slider
    
    * refactor: popover
    
    * refactor: story groups
    
    * refactor: breadcrumb component and recipe
    
    * docs: update migration guide
    
    * refactor: accordion
    
    * chore: cleanup button stories
    
    * chore: cleanup button stories
    
    * chore: rm close button
    
    * refactor: badge and code
    
    * feat: add classic look for radio
    
    * feat: update kbd
    
    * refactor: link component
    
    * refactor: menu
    
    * refactor: menu
    
    * chore: wip menu
    
    * refactor: avatar and tag
    
    * chore: update menu
    
    * chore: rm clickable
    
    * chore: mv switch to slot recipe
    
    * refactor: revamp select
    
    * refactor: skeleton
    
    * refactor: skeleton theme
    
    * chore: cleanup stories
    
    * feat: account for empty badge
    
    * fix(components): suppress unnecessary re-renders of Checkbox and Radio component (chakra-ui#8349)
    
    * fix(components): suppress unnecessary re-renders of Checkbox and Radio component
    
    * fix(components): ensure global event listeners are set up
    
    * refactor: table
    
    * refactor: stat
    
    * refactor: stepper -> steps
    
    * refactor: blockquote
    
    * refactor: divider to separator
    
    * refactor: stories
    
    * refactor: cleanup layout components
    
    * refactor: layout component stories
    
    * refactor: drawer component
    
    * refactor: overlay -> backdrop
    
    * fix: hidefrom and hidebelow
    
    * fix: hidefrom and hidebelow
    
    * chore: sort stories
    
    * refactor: number input
    
    * refactor: pin input
    
    * chore: update cli
    
    * refactor: a lot of components
    
    * refactor: rm custom forward-ref
    
    * refactor: round 2
    
    * refactor: round 3
    
    * refactor: toasts
    
    * refactor: is props
    
    * fix: lint
    
    * chore: get build working
    
    * fix: build
    
    * fix: build
    
    * refactor: code
    
    * test: fix
    
    * fix: storybook build
    
    * test: fix
    
    * test: updates round 2
    
    * test: updates round 3
    
    * test: updates round 4
    
    * test: updates round 5
    
    * chore: update lockfile
    
    * test: fix
    
    * chore: update deps
    
    * refactor: docs and imports
    
    * chore: update eslint
    
    * refactor: docs
    
    * docs: update content
    
    * docs: round 2
    
    * docs: update
    
    * docs: update tabs
    
    * docs: rename field
    
    * docs: rename
    
    * refactor: search meta
    
    * chore: update
    
    * feat: implement unstyled prop on root components
    
    * test: refactor
    
    * refactor: docs
    
    * chore: update stats
    
    * refactor: slider and range slider
    
    * chore: update breadcrumb
    
    * docs: card
    
    * docs: checkbox
    
    * docs: editable
    
    * refactor: link and docs
    
    * docs: update
    
    * chore: add missing transition
    
    * docs: update scripts
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Eelco Wiersma <eelco@appulse.nl>
    Co-authored-by: autologie <7351859+autologie@users.noreply.github.com>
    4 people committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    29322fc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix: typedocs snippets

    segunadebayo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    778f0ef View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    segunadebayo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e7c074e View commit details
    Browse the repository at this point in the history
  3. fix: changeset config

    segunadebayo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d67ea08 View commit details
    Browse the repository at this point in the history
  4. ci: rm sync action

    segunadebayo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    562b7a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    e516332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76a9e3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52d499e View commit details
    Browse the repository at this point in the history
  4. chore: fix lockfile

    segunadebayo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9ed4684 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2fe829 View commit details
    Browse the repository at this point in the history
  6. fix: split props

    segunadebayo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ef27ebf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc147d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1195171 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fix(v3): update Button migration guide (chakra-ui#8397)

    Update Button migration guiide
    
    - change isDisabled to disabled
    - change colorScheme to colorPalette
    isBatak committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9373518 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. fix(deps): update dependency framer-motion to v11.0.25 (chakra-ui#8401)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c97e9b5 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @emotion/styled to v11.11.5 (chakra-ui#8400

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    dfc81b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. docs: fix typo

    Change "cient" -> "client" in a code comment in the Remix Getting Started guide (`/getting-started/remix-guide`)
    pwbriggs committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    23b4d92 View commit details
    Browse the repository at this point in the history