Skip to content

Releases: LegendaryMediaTV/LMTV-Bootstrap

FontAwesome 6, React 17 or 18

25 May 14:40
Compare
Choose a tag to compare
  • upgraded to FontAwesome 6 for the default icon names
  • updated FontAwesome reference to 6.1.1
  • updated Bootstrap Icons CSS reference to 1.8.2
  • updated the peer dependency for React to 17.x or 18.x

Alert component with title, subtitle, and error properties

28 Oct 04:11
Compare
Choose a tag to compare

added an <Alert> component with title, subtitle, and error properties

ListGroup.Item component, sleep() function, React Bootstrap 2, Gatsby 3 or 4

22 Oct 21:20
Compare
Choose a tag to compare
  • added a <ListGroup.Item> component with subitem and subactions properties
  • added a sleep() function that is a Promise-based wrapper for JavaScript’s setTimeout() function, allowing your script to pause using await or .then() syntax
  • bugfix for Link opening internal links in a new tab when requested
  • updated the peer dependency for React Bootstrap to 2.x
  • updated the peer dependency for Gatsby to 3.x or 4.x
  • updated Bootstrap CSS reference to 5.1.3

React Bootstrap 2.0 RC, Spinner title

28 Sep 14:19
Compare
Choose a tag to compare
  • updated the dependency for React Bootstrap to 2.0.0-rc.0
  • added a title property to the <Spinner> component
  • bugfix for the <ListGroup> default italics class on displaySubClassName

added Pagination component using Gatsby Link, converted Button blocks, Demo updates

15 Sep 01:22
Compare
Choose a tag to compare
  • added custom Pagination components that use Link component for Gatsby
  • changed Button "block" reference to use "w-100" instead ("block" was removed in Bootstrap 5)
  • reduced Button margins on the demo and added active/disabled samples
  • changed Demo containers to be fluid until large (flows better)
  • changed Navbar demo to expand at medium breakpoint instead of small (easier for tweaking styling)
  • added Home link to the Demo navigation
  • added Breakpoint component to the top of the Grid Layout demo
  • added more breakpoints to the Button Group demo
  • changed Demo to Nav.Link active flag instead of event keys
  • added missing React keys for code loops on the demo

React Bootstrap 2, Bootstrap 5, expanded Demo

14 Sep 12:08
Compare
Choose a tag to compare
  • upgraded peer dependency to React Bootstrap 2.0.0-beta.6
  • upgraded to React Bootstrap 2 components and Bootstrap 5 class names
  • added new Bootstrap 5 Display Heading sizes to Display
  • added new Bootstrap 5 XXL breakpoint to Breakpoint
  • converted the Demo to use only React Bootstrap's and this plugin's components instead of raw tags with classes
  • made the Demo use variables and loops instead of repeated HTML blocks
  • organized Demo into HTML sections
  • split Grid demo into a fluid container with new XXL breakpoints
  • added subtitle support to ListGroup object items (v2.13.1)
  • made the scrollToTopHandler event optional (v2.13.1)

FormData checkboxes, ListGroup itemsAs, Demo

10 Jun 04:18
Compare
Choose a tag to compare
  • made checkboxes return boolean for FormData
  • added itemsAs property to ListGroup
  • fixed Carousel and utilized Link on Demo
  • updated/clarified examples and ReadMe

InfoIcon styling, code cleanup, DatePicker alpha

01 Mar 16:30
Compare
Choose a tag to compare
  • made InfoIcon use REM size instead of percent and allowed box shadow
  • code clean-up
  • started work on DatePicker component
  • converted index.js to a class with state
  • updated dev dependencies