- 18 Apr, 2020 1 commit
-
-
Artem Shmanovsky authored
-
- 15 Apr, 2020 3 commits
-
-
Tor Raswill authored
Add mention that <Card.Text> is a <p> tag and can be used multiple times. Co-authored-by:
Tor Raswill <tor.raswill@dqc.se>
-
Tor Raswill authored
* Update OverlayTrigger.js Set flip to true if placement is auto * Update OverlayTrigger.js Handle auto, auto-start and auto-end placements * Update OverlayTriggerSpec.js Added test for flip to true of placement is auto Co-authored-by:
Tor Raswill <tor.raswill@dqc.se>
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 14 Apr, 2020 1 commit
-
-
heroboy authored
* export the UMD global. * Update index.d.ts
-
- 13 Apr, 2020 1 commit
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 10 Apr, 2020 2 commits
-
-
Jason Quense authored
* fix(types): more accurate form types * WIP * amend
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- 08 Apr, 2020 1 commit
-
-
Tor Raswill authored
fixes #5084. Adds test to check that aria-labelledby is set on the Modal element. Co-authored-by:
Tor Raswill <tor.raswill@dqc.se>
-
- 07 Apr, 2020 2 commits
-
-
Armon Roberts authored
*
🔧 changed self-closing script tags to closing script tags * changed script self-closing tags to non self-closing tags * Delete package-lock.json Co-authored-by:Max Schmitt <max@schmitt.mx>
-
tragessere authored
* Allow id and aria-controls props to pass through AbstractNavItem if navContext doesn't provide a value. * Fix documentation typo * Add aria-controls to NavDropdown and always render the dropdown menu. * Add tests for the dropdown id and aria-controls changes * Add aria-controls to DropdownToggle in DropdownButton and SplitButton * Add tests for aria-controls attribute on DropdownButton and SplitButton * Fix test name typo * Add tests for aria-controls attribute on DropdownButton and SplitButton * Add prop to render dropdown menus in the DOM before being shown * Display a warning if user's id is ignored in AbstractNavItem. Also pass the user provided id through to Tab children so the inner AbstractNavItem knows the user's id is being overwritten.
-
- 06 Apr, 2020 2 commits
-
-
Tor Raswill authored
* Fixes docs for NavDropdown in Navs #5090 fixes docs * Update www/src/pages/components/navs.mdx Co-Authored-By:
Jimmy Jia <tesrin@gmail.com> Co-authored-by:
Tor Raswill <tor.raswill@dqc.se> Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
-
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 6 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
-