- 06 Apr, 2020 1 commit
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 05 Apr, 2020 1 commit
-
-
Jimmy Jia authored
* chore: Use Codecov action * fix * more * Update README.md
-
- 03 Apr, 2020 1 commit
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 30 Mar, 2020 1 commit
-
-
renovate[bot] authored
* chore(deps): update all non-major dependencies * fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
- 28 Mar, 2020 1 commit
-
-
Tor Raswill authored
* Re-structure getting started Re-structure getting started with sensible header levels and ordering of information. Rename "Importing" to "Importing Components" Reorder some subcontents within their headers Add missing space in theming Update link to examples Co-authored-by:
Tor Raswill <tor.raswill@dqc.se> Co-authored-by:
Max Schmitt <max@schmitt.mx>
-
- 27 Mar, 2020 1 commit
-
-
Max Schmitt authored
-
- 25 Mar, 2020 1 commit
-
-
Bob Silverberg authored
-
- 24 Mar, 2020 2 commits
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
Tor Raswill authored
* #5056 fix types for FormLabel Fixes #5056 and adds 'sm' and 'lg' as types for FormLabel column * Update simple.test.tsx Updated with test for types on Form.Label column Co-authored-by:
Tor Raswill <tor.raswill@dqc.se>
-
- 23 Mar, 2020 4 commits
-
-
Jason Quense authored
-
Jason Quense authored
-
Max Schmitt authored
* feat(BreadcrumbItem): pass props to li element Closes #5054 * fix: linting * fix: adjustments to property handling * Update src/BreadcrumbItem.js Co-Authored-By:
Jimmy Jia <tesrin@gmail.com> * feat: applied review changes * fix: prettier * fix: linting * fix: Prettier finally after upgrade Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
Jimmy Jia authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 22 Mar, 2020 1 commit
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * format Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
- 20 Mar, 2020 1 commit
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 16 Mar, 2020 5 commits
-
-
Jason Quense authored
* feat: update to popper v2 BREAKING CHANGE: only breaking if you pass a popperConfig directly to overlay or dropdown components. The config format is now the v2 one. This change only relevant to users of `popperConfig` prop on Overlay, OverlayTrigger, and Dropdown * docs: update some packages, clean up version dropdown a bit * Apply suggestions from code review * fail in the right place * clean up popper injected props * fix types Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
Tor Raswill authored
* #3047 add file input component A file input component that also supports the custom prop. Adds FormFile, FormFileInput, FormFileLabel Adds types Updates docs * #3047 remove bs-custom-file-input script remove bs-custom-file-input script and import, remove useEffect since it is not used in FormFile for anything else. * #3047 rename buttontext rename buttontext to buttonText * #3047 update docs Update docs with how to customize the inner markup * #3047 fix missed case for buttonText * #3047 Update FileApi.js Update FileApi.js with more comprehensive example * #3047 add lang prop The lang prop allows translating the Browse button text via SCSS as per the bootstrap documentation. Add types and docs * Update FileApi.js fix conflicting Ids for elements * #3047 Update forms.js Update docs with * recommended script for managing visible output of FormFile custom * Better readability of FormFile docs when customizing the output * #3047 Create FormFileSpec.js Added test for FormFile * #3047 removed buttonText prop This commit removes the buttonText prop, the types for it and the test. Instead it forwards the data-browse attribute to the underlying components. Updates docs. This is to be more uniform with TWBS. * #3047 fix types Added simple type test and added File to Form.d.ts * Update simple.test.tsx Fix lint/prettier error after removing ignore line from docs * #3047 fix conflicting ID's * #3047 FormFile docs Updated to make sure that * The example in the API for the "customizing" version" docs prints Input before Label since custom is not set * Updates the description for the data-browse attribute * Adds queries for the API docs for FormFile, FormFileInput and FormFileLabel * Update FormFile.js Add error for data-browse if custom is not set * Add test for data-browse and typescript ref * Added test for data-browse attribute * Add FormFile to types export * Add FormFile ref test to simple.test.tsx * Clean up innerRefs Per comments from @bpas247 * Update FormFile.js Update the description printed in the API section * Update FormFile.js * add inputAs with desc * rewrite as with new desc * add type def to data-browse * set form-file as default class instead of form-group when not setting custom * use as like in other components to create wrapping div * Rename FileButtonTextSCSS rename one to incorrect since MacOS does not carer about casing in filenames * Rename FileButtonTextScss Rename it to its correct name, update imports and references * Update FormFileSpec.js Update tests to * test changed class * test inputAs * test as with another element type Co-authored-by:
Tor Raswill <tor.raswill@dqc.se>
-
Mark Uretsky authored
* Update Modal.d.ts * Update Modal.d.ts Co-authored-by:
Max Schmitt <max@schmitt.mx>
-
ericvergnaud authored
Co-authored-by:
Max Schmitt <max@schmitt.mx>
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 14 Mar, 2020 2 commits
-
-
BM authored
* fix(Carousel): support for ref attribute * fix(Carousel): revisions to ref attribute * fix(Carousel): add imperative logic to expose refs * refactor: Revise implementation to use hooks more * simplify * fix callbacks * Apply suggestions from code review Co-authored-by:
muzakparov <b.muzakparov@newagesol.com> Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
nbriannl authored
* Make FormLabel support as prop Add test for FormLabel * Update types
-
- 13 Mar, 2020 7 commits
-
-
Brady Pascoe authored
feat: can customize BreadcrumbItem's inner link
-
Jimmy Jia authored
-
Jonathan Giroux authored
-
Luis Filipe authored
* docs(Stylesheets): Add basic instructions to setup with Sass and customize Bootstrap in Sass #4578 * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Brady Pascoe <18705892+bpas247@users.noreply.github.com> * docs(introduction.mdx): update introduction.mdx to include suggestion on PR review re #4627 * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Brady Pascoe <18705892+bpas247@users.noreply.github.com> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Brady Pascoe <18705892+bpas247@users.noreply.github.com> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Brady Pascoe <18705892+bpas247@users.noreply.github.com> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Brady Pascoe <18705892+bpas247@users.noreply.github.com> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Max Schmitt <max@schmitt.mx> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Max Schmitt <max@schmitt.mx> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Max Schmitt <max@schmitt.mx> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Max Schmitt <max@schmitt.mx> * Update www/src/pages/getting-started/introduction.mdx Co-Authored-By:
Max Schmitt <max@schmitt.mx> * docs(introduction.mdx): refactor casing - css to CSS rel #4627 Co-authored-by:
Brady Pascoe <18705892+bpas247@users.noreply.github.com> Co-authored-by:
Max Schmitt <max@schmitt.mx>
-
Jonathan Giroux authored
-
Jenny Fung authored
Also, fix documentation errors: - Tab component docs stated that the transition prop of value 'true' would use the 'Fade' transition. Rather, the 'Fade' transition is applied by default. Otherwise, the transition prop accepts 'false' or a react-transition-group 'Transition' component. - Replace references to v2 with v4 Refs #3497
-
nbriannl authored
-
- 11 Mar, 2020 1 commit
-
-
Tor Raswill authored
* Update Row.js Extend Row with colSize prop and let it accept sizing inputs similar to <Col> * Update RowSpec.js Extend RowSpec test to include changes to Row * Extend docs to include Row Columns Extend docs to include Row Columns * Update Row.js Update const names, props and descriptions to better explain what they do * Update Row.js Re-added type object, renamed cols array to rowCols, renamed col const to cols to match cols in object * Update Row.js clean up per comments from @taion * Update Row.js Place comment for as correctly, remove rowCols and replace with classes to tidier code. * Update Row.js remove unneeded code * Updated docs Updated docs, re-wrote text * Update src/Row.js Co-Authored-By:
Jimmy Jia <tesrin@gmail.com> * Add types to Row.d.ts Add types for rowColumns * Update types/components/Row.d.ts Co-Authored-By:
Jimmy Jia <tesrin@gmail.com> * Update docs Update docs for <Row> column widths and simplify it a bit by rewording some and removing unneeded example that showed the same thing again. Updated imports to better follow previously imported examples. Co-authored-by:
Tor Raswill <tor.raswill@dqc.se> Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
- 10 Mar, 2020 1 commit
-
-
Tor authored
* #3047 add range and custom range input and custom prop for selects #3047 add range and custom range input and custom prop for selects * #3047 update FormControlSpec.js #3047 Add tests * #3047 update docs * Update FormControl.js clean up leftover commented code * #3047 simplify custom error check * Update FormControl.js Re-add removed @types * #3047 add types for custom * Update src/FormControl.js Co-Authored-By:
Jimmy Jia <tesrin@gmail.com> * Update src/FormControl.js Co-Authored-By:
Jason Quense <monastic.panic@gmail.com> Co-authored-by:
Tor Raswill <tor.raswill@dqc.se> Co-authored-by:
Jimmy Jia <tesrin@gmail.com> Co-authored-by:
Jason Quense <monastic.panic@gmail.com>
-
- 09 Mar, 2020 2 commits
-
-
Tor authored
Include responsive containers in changelog. Only the types fix was included. Co-authored-by:
Tor Raswill <tor.raswill@dqc.se>
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 08 Mar, 2020 1 commit
-
-
Mohamed Nainar authored
-
- 07 Mar, 2020 1 commit
-
-
Devin Riegle authored
The React Typescript definition for an input supports strings, an array of strings, or numbers. I've adjusted the types and PropType of the "value" prop to support this. Reference: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L2058 https://github.com/react-bootstrap/react-bootstrap/issues/5028
-
- 06 Mar, 2020 1 commit
-
-
David Beitey authored
* Fix whitespace on homepage Previously, the hyphen at the end of the line caused whitespace to appear between `React-` and `Bootstrap` on the homepage * Update www/src/pages/index.js Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
- 02 Mar, 2020 1 commit
-
-
Jimmy Jia authored
Co-authored-by:
WhiteSource Renovate <renovatebot@gmail.com>
-
- 28 Feb, 2020 3 commits
-
-
Jason Quense authored
-
Jason Quense authored
-
Jason Quense authored
-