- 09 Aug, 2019 3 commits
-
-
Jimmy Jia authored
-
Brady Pascoe authored
* fix: first pathrough of migration to AbstractNav forwarding ref does not currently work, due to various bugs * Various fixes for context functionality for AbstractNav * Apply suggestions from code review Co-Authored-By:
Jimmy Jia <tesrin@gmail.com> * Migrate AbstractNav implementation to use hooks in replace of HOC This reduces the complexity of the AbstractNav implementation, especially in regards to how the contexts are integrated with it. * fix: Nav and TabContainer selectors not finding the right element This fixes the assertion issues caused by the selectors testing implementation details to find the DOM elements, rather than testing for something that is gauranteed to be in the implementation (E.g. the class `nav` on the Nav component, since it's part of the Bootstrap design spec) of the rendered DOM element. * fix: AbstractNav not properly merging both of its refs Currently, we use a ref to gain access to the underlying component to implement our own functionality. However, this causes an issue with not allowing the user to forward their own ref to gain access to the underlying component. using `useMergedRefs`, we are able to forward both refs to the underlying component. * use useMergedHooks from restart/hooks
-
Jimmy Jia authored
-
- 23 Jul, 2019 1 commit
-
-
Jimmy Jia authored
-
- 19 Jul, 2019 2 commits
-
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/5.3.0...6.0.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [dtslint](https://github.com/Microsoft/dtslint) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/Microsoft/dtslint/releases) - [Commits](https://github.com/Microsoft/dtslint/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 16 Jul, 2019 1 commit
-
-
Jimmy Jia authored
-
- 15 Jul, 2019 1 commit
-
-
Jason Quense authored
-
- 14 Jul, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v2.2.0...v3.0.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 09 Jul, 2019 2 commits
-
-
Brady Pascoe authored
Also removes the now unused dependency Hammerjs, which was previously used for handling touch events for Carousel.
-
Brady Pascoe authored
Touch support should be provided for our Carousel components, as per the upstream docs for Carousel (as of Bootstrap v4.2).
-
- 03 Jul, 2019 2 commits
-
-
Jimmy Jia authored
-
dependabot-preview[bot] authored
-
- 02 Jul, 2019 2 commits
-
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
- 26 Jun, 2019 1 commit
-
-
dependabot-preview[bot] authored
-
- 19 Jun, 2019 1 commit
-
-
dependabot-preview[bot] authored
-
- 13 Jun, 2019 1 commit
-
-
dependabot-preview[bot] authored
-
- 10 Jun, 2019 2 commits
-
-
Jimmy Jia authored
-
dependabot-preview[bot] authored
-
- 30 May, 2019 1 commit
-
-
Jason Quense authored
-
- 29 May, 2019 1 commit
-
-
dependabot-preview[bot] authored
-
- 13 May, 2019 1 commit
-
-
dependabot[bot] authored
-
- 25 Apr, 2019 1 commit
-
-
dependabot[bot] authored
-
- 22 Apr, 2019 1 commit
-
-
dependabot[bot] authored
-
- 19 Apr, 2019 1 commit
-
-
Max Schmitt authored
- Ran prettier to fix CI - moved prettier Eslint rule into eslintrc file, so that it will be automatically recognized by Visual Studio Code e.g. and automatically fixed
-
- 17 Apr, 2019 1 commit
-
-
dependabot[bot] authored
Bumps [react-transition-group](https://github.com/reactjs/react-transition-group) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/reactjs/react-transition-group/releases) - [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactjs/react-transition-group/compare/v3.0.0...v4.0.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- 16 Apr, 2019 1 commit
-
-
dependabot[bot] authored
-
- 12 Apr, 2019 2 commits
-
-
Jason Quense authored
-
Jason Quense authored
-
- 10 Apr, 2019 3 commits
-
-
Brady Pascoe authored
As mentioned in #3616, we don't really use storybook for anything currently. We should just remove it entirely. Closes #3396
-
-
dependabot[bot] authored
-
- 29 Mar, 2019 1 commit
-
-
Jimmy Jia authored
-
- 21 Mar, 2019 2 commits
-
-
Jason Quense authored
-
Jason Quense authored
bootstrap way ahead of me
-
- 07 Mar, 2019 4 commits
-
-
Jason Quense authored
-
Jason Quense authored
-
Jagatjyoti Tuladhar authored
package.json
-
-