Commit Graph

312 Commits

Author SHA1 Message Date
Braian Silva 572ed8dbb3 Add NPM Version badge to readme (#10851)
Add NPM Version badge  to readme
2026-06-10 10:27:51 +02:00
ari 97c74ca837 style: readme logo based on color scheme (#10529) 2025-12-09 18:37:50 +00:00
Braian Silva 5d654e5acf Fix: Update readme Github Checks (#10482)
* Fix: Update Github Starts link

* Fix the Readme file to update only the Github stars.

* Fix: Update readme Github Checks
2025-11-19 12:17:47 +00:00
Braian Silva 7852f5e682 Fix:: Update the Github Starts link. (#10476)
* Fix: Update Github Starts link

* Fix the Readme file to update only the Github stars.
2025-11-18 15:02:46 +00:00
Segun Adebayo 3c2658019a chore: update readme 2025-07-30 18:29:10 +01:00
Raktim2001 c25f9a8532 docs(readme): replace expired tweet link with Ryan Florence's profile (#9749) 2025-03-03 17:31:24 +00:00
Bruno Fantauzzi 744c143fa4 [README] Add proper links to npm and github badges (#9307)
add proper links to npm and github badges
2024-12-08 16:21:39 +00:00
Segun Adebayo bf0e5d3c2b docs: streamline readme 2024-12-07 11:29:28 +00:00
TAKO cddbb49734 docs: update the link address for style props (#9056) 2024-10-31 18:01:49 +00:00
Segun Adebayo c654ee31ff perf: redesign styled engine for faster renders 2024-06-28 18:35:34 +01:00
Segun Adebayo 2a1afaf0e3 docs: update readme 2024-06-21 21:36:09 +01:00
Eyitimonwa Akintokun 2ccfd5ba4c fix: Can now preview ReadMe file in VSCode (#8064) 2023-10-16 18:36:31 +01:00
Colin McDonnell 76dffc8279 docs: add Bun and pnpm to readme (#7945) 2023-08-15 23:07:49 +01:00
Segun Adebayo d6ee36d048 chore: remove lgtm from badges 2023-04-28 15:17:33 +01:00
Segun Adebayo 22757fe604 chore: remove lgtm from badges 2023-04-28 15:16:29 +01:00
allcontributors[bot] bd1b42f9e1 docs: add vadimdemedes as a contributor for code (#7597)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-24 20:41:17 +01:00
Javier Arango e85bbc99a1 docs: made small changes to the README.md (#7334) 2023-02-13 16:18:59 +04:00
allcontributors[bot] b8038e7ba9 docs: add yukukotani as a contributor for code, and maintenance (#7022)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-11-22 15:45:58 +04:00
Segun Adebayo 29542681a6 chore: update readme 2022-11-16 16:16:25 +04:00
Johann Ehlers d945b9a7da fix: add [disabled] on top of :disabled selector to fix regression (#6737)
Co-authored-by: Johann Ehlers <johann.ehlers@deutschebahn.com>
2022-09-22 15:36:47 +04:00
allcontributors[bot] 3e5f4f0c99 docs: add itkrt2y as a contributor for code, maintenance (#6405)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-04 10:03:35 +04:00
allcontributors[bot] aeded1022e docs: add be-student as a contributor for doc (#6394)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-01 22:23:24 +04:00
Nishu Murmu 0f017e178b fix: updating link for cra-template 2022-07-04 15:23:16 +05:30
Tim Kolberger b75a5a4d61 breaking: release chakra-ui/react version 2 (#6011)
* fix(popover): check related target onMouseLeave to prevent unexpected collapsing

* refactor(react): remove deprecations
BREAKING CHANGE:

* docs: update changeset

* chore(next): enter changeset pre release next

* chore(next): remove next from main workflow

* feat(react-18-toast): toast with React Portal implementation (#5797)

* feat: add support for React 18

Closes #5795

* chore: add changeset

* feat(react-18-toast): start refactoring toast package

- storybook works
- some tests are failing

* feat(react-18-toast): add changesets

* test(react-18-toast): update tests

* fix(react-18-toast): closeAll at position

* feat(react-18-toast): customize toasts via ToastProvider

* feat(react-18-toast): customize createStandaloneToasts like ToastProvider

* chore(react-18-toast): remove dead code from changeset

* chore(react-18-toast): code review 1

* chore(react-18-toast): code review 2

* chore(react-18-toast): remove duplicate component story

* chore(react-18-toast): fixup rebase

* fix(next): branch setup (#5836)

* chore(next): fix mismatching npm version ranges

* chore(next): rename workflow

* ci(changesets): version packages (next) (#5835)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* fix(ButtonGroup): collapse borders with isAttached enabled

* fix(ButtonGroup): move negative margin to button outline variant

* chore: tweak data attribute

* chore(deps): bump moment from 2.29.1 to 2.29.2 in /examples/gatsby

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(toast): remove dependency to @reach-ui/alert

* test: remove deprecations

fixup #5828

* chore: add changeset

* ci: run PR workflow on next branch as target

* chore(deps): bump moment from 2.29.1 to 2.29.2

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

* chore: update more deps and fix storybook linting

* chore: start updating the types WIP

* fix: use-update-effect in strict mode

* chore: add react-strict mode to storybook

* chore: fix .mjs imports in storybook

* feat: replace useId with React.useId

* chore: add watch script

* fix: use-update-effect

* feat: apply correct aria attributes

* fix: type issue

* chore: update toast package

* chore: update framer motion deps range

* docs: add pomSense as a contributor for code (#5857)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* fix(editable): cancel on blur

* test: add React 18 compatibility for the test suite (#5874)

* chore: upgrade test tooling

* chore: update alert test

* chore: get avatar tests passing

* chore: get more tests passing

* chore: get more tests passing

* fix: prestorybook script

* test: packages from P to V

* feat: allow using the render fn without ChakraProvider

* chore: replace press with user.press

* fix: more tests

* chore: omit color-mode test and get more tests passing

* fix: color mode tests

Co-authored-by: Segun Adebayo <joseshegs@gmail.com>

* feat: memoize toast fn (#5873)

Closes #5868

* feat: add support for async toast (#5310)

* feat(alert): extend alert with loading status

* feat(toast): implement toast promise

* fix: import Spinner

* fix: add chakra-ui/spinner to dependencies

* feat: add toast.promise

* test: fix colormode tests

* fix: apply default duration for toast.promise

* test: render toast provider in toast tests

* test: increase time

* fix: package versions

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* chore(deps): bump nanoid from 3.1.30 to 3.3.2

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.2.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.2)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump url-parse from 1.5.3 to 1.5.10

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: add changeset (#5879)

* fix: replace asterix version (#5880)

* chore: trigger CI (#5881)

* ci(changesets): version packages (next) (#5840)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* chore: bump peer deps

* feat: update templates

* chore(deps): bump engine.io from 4.1.1 to 4.1.2

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump simple-get from 3.1.0 to 3.1.1

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: use-media query

* fix: color contrast of default input elements

* chore: cleanup

* docs: add changeset

* fix: lint error

* fix: suspense issue

* chore: add vite example

* fix: typescript errors

* chore: upgrade typescript and fix types

* chore: update test

* fix: lint errors

* chore(deps): bump follow-redirects from 1.14.5 to 1.14.9

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci(changesets): version packages (next)

* docs: add changelog

* fix(hooks): return a dynamic value for "aria-expanded" prop of getButtonProps

* fix: update csstype and typings

* fix: add reference to popover close button

* docs: add changeset

* Add new use toast prop type `icon` (#5930)

As per the new request of passing in a custom icon on a toast in the issue (#5930), 

Added a new property on the `UseToastOptions` interface which will be used by the toast component's props.

* Add support for rendering the passing in cusom icons on toasts (#5930)

* Add story book for toast with custom icon (#5930)

* Fix displaying a description when the toast is updated on storybook (#5930)

* Replace storybook component name typo

Replaced a typo that used `width` instead of `with` (#5930)

* Render custom icon inside `AlertIcon` to receive styles and themes (#5930).

Rendering the icon component differently or not inside the `AlertIcon` cause issues that will not pass the styles and themes to the custom icon. So to fix that I have added by rendering custom icon inside the `AlertIcon` component.

* Support passing in a custom icon as children to `AlertIcon` (#5930)

I have added support for passing in a custom icon as a children to `AlertIcon` which will help in rendering a custom icon within `AlertIcon`.

* chore: add changeset

* chore: add AlertIcon changeset

* Allow opt-in for outline/shadow on focused elements (#5619)

* Allow opt-in for outline/shadow on focused elements

This will need to be documented, but ultimately this allows users to override the automatic focus style overrides applied when using focus-visible.

The focus-visible documentation suggests adding a get-out like this, so Chakra really needs to give us one!

This fixes #5575

* Update packages/css-reset/src/css-reset.tsx

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* chore(toast): update changeset (#5952)

* chore(css-reset): add changeset (#5953)

* fix: use-outside-click register clicks on document (#5838)

* test: add tests for use-outside-click

It's currently failing because clicks on the document aren't registered.
We want this because sometimes the body is shorter than the browser
height and a click in the blank space outside of the body isn't
registered.

* fix(use-outside-click): register clicks on document

I expect useOutsideClick() to respond to clicks anywhere on the page,
but it was ignoring clicks outside <body>. There can be space below the
end of the body for <body> elements who's height is less than the
browsers height.

Now, we respond to events on document too. the test added in the prior
commit now passes.

Fixes #5837

* test: add types in the use-outside-click test

Thanks Typescript!

* chore: add changeset (#5954)

* chore: do not publish src files

* chore: update changeset

* feat(image): add imageFallbackStrategies #5581 (#5680)

* chore: add changeset

* docs: add changeset

* refactor: Fix unsafe any in theme tools mode()

Currently, using `mode()` returns `any`, which causes TypeScript ESLint to throw an unsafe assignment error:
```
Unsafe assignment of an `any` value. (@typescript-eslint/no-unsafe-assignment)
 FILE  /Users/mc/Sites/saber/client/src/theme/global.ts:9:7

     7 |   global: (props) => ({
     8 |     '*, *::before, &::after': {
  >  9 |       borderColor: mode('gray.300', 'whiteAlpha.300')(props),
       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    10 |     },
    11 |   }),
    12 | }
```

However, looking at the value of `SystemStyleObject`, the return value needs to be a string:
`@chakra-ui/styled-system/src/system.types.ts`
```ts
type CSSDefinition<D> = D | string | RecursiveCSSSelector<D | string>

export interface RecursiveCSSSelector<D> {
  [selector: string]: CSSDefinition<D> & D
}

export type RecursiveCSSObject<D> = D &
  (D | RecursivePseudo<D> | RecursiveCSSSelector<D>)

export type CSSObject = RecursiveCSSObject<CSSWithMultiValues>

export type SystemStyleObject = CSSObject
```

This commit updates `mode()`'s `light` and `dark` args to be `string`, instead of `any`

* Make `leastDestructiveRef` property optional

* fix: restore old zIndex of linkbox

* chore: add changeset

* Fixed type

* fix: ts error from recent pr

* docs: add changeset

* test: resolve flaky tests

* test: temp resolve flaky tests

* ci(changesets): version packages (next)

* docs: add changelog

* docs: reword changesets

* chore: update use of deprecated props

* fix: popper match-width property

* fix: zero spacing value for wrap

* docs: add changeset

* feat: storybook-addon toolbar (#5922)

* build(storybook-addon): remove icons dependencies

* chore(storybook-addon): add a channel event

* chore(storybook-addon): remove the colorModeSwitch

* feat(storybook-addon): create a tool to change the color mode

* docs(storybook-addon): add tool docs

* docs(storybook-addon): include changeset

* docs(storybook-addon): fix some typos

* refactor(storybook-addon): rename the variable that retrieve the localstorage value

Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor(storybook-addon): improve setDarkMode

setDarkMode get the previous value to toggle it

Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor(storybook-addon): rename useCallback variable

Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor(storybook-addon): rename some suggested variables

* chore: update storybook

* feat(sb-addon): use sb toolbar for color mode and direction toggle

* chore: dog feed storybook addon

* fix: type errors

* chore: polish

* feat(sb-addon): introduce getThemingArgTypes

* chore: use getThemingArgTypes in button story

* docs(sb-addon): update README

* chore(sb-addon): add changeset

* chore(sb-addon): replace icons

* feat: keep layout direction between stories

Co-authored-by: AndresSp <ngxcoder@gmail.com>
Co-authored-by: ngxCoder <87735757+ngxCoder@users.noreply.github.com>
Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor: color mode and tests (#5946)

* refactor: color-mode utils and provider

* fix: error when options is null

* feat: support for cookie script

* feat: support for custom managers

* fix: scripts and provider

* chore: update the next-js examples

* refactor: color mode tests and manager

* chore: refactor next-js example

* chore: cleanup

* chore: set correct precedence for color-mode and add color-scheme

* docs: add changeset

* chore: use explicit return

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* chore: use explicit return

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* test: update mocks in utils

* test: add root match media mock

* chore: cleanup

* docs: update changeset

* chore: update utils

* test: update to match expectations

* test: update to match expectations

* chore: update color mode provider

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* tooling: use `swc` for `ts-node` (#5872)

* build: update ts-node; use swc: true option

see: https://typestrong.org/ts-node/docs/swc/

* chore: add @swc/core dependency

* feat: add swc as dependency to the cli package

* chore: regenerate lock file

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* ci(changesets): version packages (next) (#5971)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* chore: deprecated tinycolor helper functions

* chore: update readme for v2 (#5991)

* chore: update readme for v2

* chore: apply review suggestions

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* fix(storybook-addon): use default theme as fallback (#5990)

* fix(storybook-addon): use default theme as fallback

* fix(storybook-example): update the example with the new storybook addon

* chore: add changeset for all packages (#5989)

* ci(changesets): version packages (next) (#5993)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* chore: bump react-remove-scroll

* chore: exit pre release (#6009)

* docs: clean changelog (#6010)

* ci(changesets): version packages (#5999)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: clean changelogrc

Co-authored-by: Brennvo <brennanarvo@gmail.com>
Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Hermann <1596280+novascreen@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: s97712 <s97712@qq.com>
Co-authored-by: Marek Sedlacek <marek.sedlacek.sk@gmail.com>
Co-authored-by: Dennis Morello <dennis.morello@satispay.com>
Co-authored-by: Tatsuya Itakura <itkrt2y.591721200@gmail.com>
Co-authored-by: Hamdy Dakkak <hamdy.dakkak@owkin.com>
Co-authored-by: Haneen Mahdin <haneenmahdin@gmail.com>
Co-authored-by: Tom Hicks <tomhicks@users.noreply.github.com>
Co-authored-by: Daniel Beardsley <daniel.beardsley@gmail.com>
Co-authored-by: Daniel Schulz <daniel@schulz.codes>
Co-authored-by: Alex Burner <alexburner@users.noreply.github.com>
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
Co-authored-by: Max Friedrich <max@friedrich.dev>
Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Co-authored-by: AndresSp <ngxcoder@gmail.com>
Co-authored-by: ngxCoder <87735757+ngxCoder@users.noreply.github.com>
Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>
Co-authored-by: Walter Barbagallo <brb.walter@gmail.com>
Co-authored-by: Johann Ehlers <dev@johann-ehlers.eu>
2022-05-12 19:36:17 +02:00
ashish e485722779 fix browser stack icon 2022-04-06 05:51:00 +05:30
allcontributors[bot] 356b3f8608 docs: add heozeop as a contributor for code (#5667)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-02-28 23:32:20 +01:00
allcontributors[bot] 27eec8de74 docs: add ishowta as a contributor for bug, code (#5652)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-02-24 00:05:40 +01:00
allcontributors[bot] 3520855c8a docs: update README.md [skip ci] 2022-02-04 06:24:16 +00:00
allcontributors[bot] b5d1efbe1c docs: add lukasbach as a contributor for code (#5479)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-28 17:10:28 +01:00
allcontributors[bot] 9a2576d0ad docs: add noobinthisgame as a contributor for doc, code (#5391)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-14 19:02:25 +01:00
allcontributors[bot] 1154754568 docs: add selbekk as a contributor for doc (#5373)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-11 18:37:25 +01:00
allcontributors[bot] eac427c0a8 docs: add ngxCoder as a contributor for code (#5220)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-09 22:53:15 +01:00
Lazar Nikolov 791a1179a8 Merge branch 'main' into docs/remove-website-project
# Conflicts:
#	.all-contributorsrc
#	.all-membersrc
#	.all-sponsorsrc
#	website/CHANGELOG.md
#	website/configs/search-meta.json
#	website/package.json
#	website/pages/docs/features/color-mode.mdx
#	website/public/avatars/105603.jpg
#	website/public/avatars/108493.jpg
#	website/public/avatars/113610.jpg
#	website/public/avatars/158176.jpg
#	website/public/avatars/175726.jpg
#	website/public/avatars/189656.jpg
#	website/public/avatars/75753.jpg
#	website/public/avatars/96783.jpg
#	website/src/components/algolia-search.tsx
#	website/src/components/props-table.tsx
#	website/src/utils/convert-backticks-to-inline-code.tsx
2021-11-28 17:26:31 +01:00
allcontributors[bot] 8f41636bd3 docs: add MichaelKilbane as a contributor for code (#5124)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-11-20 17:02:19 +01:00
Lazar Nikolov ac93b581d4 docs(chore): removed docsite project from this repo 2021-11-06 13:05:52 +01:00
Daniel Schulz f5380a8200 chore: adjust readme to use framer in v5 2021-11-02 13:21:29 +01:00
allcontributors[bot] 03f19d627c docs: update README.md [skip ci] 2021-08-05 13:43:56 +00:00
allcontributors[bot] 827bbd9b93 docs: add takethefake as a contributor for code (#4487)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-07-28 16:43:45 +02:00
allcontributors[bot] 54e59e70b8 docs: add takethefake as a contributor for bug (#4486)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-07-28 16:41:54 +02:00
allcontributors[bot] e10f6f8041 docs: add averyfreeman as a contributor for doc (#4417) 2021-07-21 19:57:03 +02:00
allcontributors[bot] 957b7144ad docs: update README.md [skip ci] 2021-07-19 16:53:50 +00:00
allcontributors[bot] 4ca31d3d91 docs: update README.md [skip ci] 2021-07-18 20:39:11 +00:00
allcontributors[bot] 04b0650d89 docs: update README.md [skip ci] 2021-07-09 17:33:19 +00:00
allcontributors[bot] 1017703d1a docs: update README.md [skip ci] 2021-07-09 15:19:49 +00:00
allcontributors[bot] b2a5cd437c docs: update README.md [skip ci] 2021-07-09 14:30:46 +00:00
allcontributors[bot] a65dbff9cd docs: update README.md [skip ci] 2021-07-07 12:32:30 +00:00
allcontributors[bot] 0ec4ca9fe0 docs: update README.md [skip ci] 2021-07-07 12:22:48 +00:00
allcontributors[bot] e58a5bc412 docs: update README.md [skip ci] 2021-06-24 13:36:22 +00:00
Segun Adebayo c56595454a Merge pull request #4208 from chakra-ui/fix-discord-links
fix(website): update Chakra discord links
2021-06-18 13:10:53 +04:00
allcontributors[bot] 863be80f5f docs: update README.md [skip ci] 2021-06-10 18:37:33 +00:00