hedgedoc/src/components/landing/pages
renovate[bot] 1a5d4f6db8
Update dependency react-bootstrap to v1.2.1 (#320)
* Update dependency react-bootstrap to v1.2.1

* Fixed sort-button event name

With the upgrade to Bootstrap-React 1.2.1 the ButtonProps extend now React.HTMLAttributes which in favor extends the DOMAttributes interface. This interface defines almost every possible attribute for DOM-/HTML-elements.

Our SortButtonProps interface introduced an onChange event handler with a type matching our condition. With the BS-React upgrade the onChange event must not be redefined/overriden with this type and therefore I renamed it.

* updated react-bootstrap to 1.2.2

* fixed wrong prop name in HistoryToolbar

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
Co-authored-by: Philip Molares <philip.molares@udo.edu>
2020-07-15 23:34:34 +02:00
..
history Update dependency react-bootstrap to v1.2.1 (#320) 2020-07-15 23:34:34 +02:00
intro added branding option (#301) 2020-07-01 23:20:00 +02:00
login Sort components (#163) 2020-06-07 21:29:09 +02:00
profile better support for rtl languages (#170) 2020-06-08 23:49:14 +02:00