- 10 May, 2021 2 commits
-
-
langtuqntk authored
-
langtuqntk authored
-
- 02 Apr, 2021 1 commit
-
-
Phoebe Gao authored
chore(deps): [security] bump y18n from 3.2.1 to 3.2.2
-
- 29 Mar, 2021 1 commit
-
-
dependabot-preview[bot] authored
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 05 Mar, 2021 1 commit
-
-
Phoebe Gao authored
* chore(travis): Update to handle prerelease deploys * add tag: next for prerelease packages
-
- 23 Feb, 2021 1 commit
-
-
JD authored
-
- 05 Feb, 2021 3 commits
-
-
dependabot-preview[bot] authored
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.0.3 to 6.4.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v6.4.1/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.3...v6.4.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.3 to 7.22.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.22.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 4.43.0 to 4.46.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.43.0...v4.46.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 28 Jan, 2021 1 commit
-
-
Andy Seracuse authored
* feat(Dropdown, DropdownMenu, DropdownToggle): allow Dropdown to have listbox or menu role Dropdown Menu should allow for listbox or menu roles. Before this commit, the Dropdown could only have the menu role. After this commit, a user can add a menuRole property to the Dropdown component which will set a corresponding aria-haspopop property on the DropdownToggle, role property on the DropdownMenu, and role property on the Dropdown Items * feat(Dropdown, DropdownMenu, DropdownToggle): simplify code and fix bugs Address all code cleanlieness and backwards compatibility issues brought up in PR * feat(Dropdown, DropdownContext, DropdownMenu, DropdownItem): refactor and fix a typo Address all issues mentioned in PR review Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 19 Jan, 2021 1 commit
-
-
Kyle Tsang authored
-
- 12 Jan, 2021 2 commits
-
-
Kyle Tsang authored
* feat(Progress): Add barStyle prop * Types
-
Kyle Tsang authored
-
- 10 Jan, 2021 1 commit
-
-
Uzwername authored
+ Add missing className prop of Dropdown component to docs + Fix ident issue in an example Co-authored-by:
Igor Bykov <igor.bykov@protonmail.com> Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 08 Jan, 2021 1 commit
-
-
alula authored
* Add types field to package.json * Update package.json Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 29 Dec, 2020 1 commit
-
-
Kyle Tsang authored
-
- 28 Dec, 2020 1 commit
-
-
Kyle Tsang authored
-
- 24 Dec, 2020 2 commits
-
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Kyle Tsang authored
-
- 23 Dec, 2020 5 commits
-
-
Kyle Tsang authored
-
Willian Massami Watanabe authored
* Modal: Trap focus on opened component (FIX #1497 and FIX #1679) * fix shift+tab focus navigation controls on nested modal * Changes this.modalCount(1-based) -> this.modalIndex(0-based index), to improve readability * Sets tabstop=2 and includes comments for trapFocus function. * add/remove focus listener with correct signatures (using the capture flag) Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
Kyle Tsang authored
-
Harry Yu authored
Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
Harry Yu authored
* feat: add positionFixed prop to Tooltip and Popover * fix: added positionFixed to PopperContent PropTypes Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 22 Dec, 2020 3 commits
-
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.4 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-cli ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.10.4 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-plugin-transform-runtime ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 21 Dec, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.10.4 to 7.12.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.5/packages/babel-runtime ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 20 Dec, 2020 1 commit
-
-
Willian Massami Watanabe authored
* fix(#1990): changes priority of target element passed to popper component * fix(#1185): navigates through this._targets for placing popover event (fixes reintroduced bug)
-
- 14 Dec, 2020 1 commit
-
-
Johnathan Miller authored
* Add ListInline * Add ListInlineItem * Add tests * Update docs * Rename ListInline to List * Update List * Update ListInlineItem * Update tests * Add ListUnstyled example * Update docs * Update indentation * Update to use forwardRef * Update docs
-
- 10 Dec, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 08 Dec, 2020 1 commit
-
-
Kyle Tsang authored
-
- 17 Nov, 2020 1 commit
-
-
Harry Yu authored
* Added container prop to DropdownMenu using React.portal * Fixed tabbing and keyboard events for menu items * Fixed timing issue in tests with getMenuItems
-
- 10 Nov, 2020 1 commit
-
-
Harry Yu authored
* Updated pull request template to mention Typescript, eslint * Reverted adding linting to pull request checklist Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 09 Nov, 2020 1 commit
-
-
Harry Yu authored
-
- 04 Nov, 2020 1 commit
-
-
Evan Sharp authored
-
- 02 Nov, 2020 3 commits
-
-
Kyle Tsang authored
- Adds missing cssModule for Col - Fixes innerRef for Input to allow HTMLTextAreaElement - Removes CSSModule export in root index.d.ts
-
Josh Mandel authored
-
koenvg authored
Update card title and subtitle in the examples to be in sync with the upstream bootstrap docs Closes #1991 Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
-
- 31 Oct, 2020 1 commit
-
-
koenvg authored
Fix the typos in the pull request template
-