Releases: alexandre-lelain/components-extra
Releases · alexandre-lelain/components-extra
v3.2.1
v3.2.0
Features
- The project now uses
react@17
andreact-dom@17
.
Docs
- Fix "copy code" button in the documentation.
- Bump latest gatsby plugin versions.
3.1.3
Fixes
- Fix class collision bug for SSR in
BackToTop
component. (@alexandre-lelain)
3.1.2
Features
<Navbar>
now displays the current language in mobile mode by default for SSR apps. (@alexandre-lelain)
3.1.1
Fixes
- Fix
BackToTop
anchor bug when scrolling to top. (@alexandre-lelain)
Docs
- Add components-extra icon to Readme! :) (@alexandre-lelain)
3.1.0
Features
<BackToTop>
now removes the URL's hash when clicked. UsekeepHash
prop to disable this default behavior. (@alexandre-lelain)
Fixes
- The
<Card>
's title is now a<p>
element to prevent bad titles order in the page's DOM. (@alexandre-lelain) - Prevent
<CreditCardNumber>
to autofocus on mount. (@alexandre-lelain)
Docs
- Add minimal version required for styled-components in the get started page. (@alexandre-lelain)
- Add a description in each component documentation page. (@alexandre-lelain)
v3.0.1
Chores
- Bump deps to latest versions. (@alexandre-lelain)
- Refactor
CookiesConsent.Category
to useAccordion
name from MUI. (@alexandre-lelain)
Docs
- Fix dead link on README. (@Armanio)
- Update
CookiesConsent.Category
doc. (@alexandre-lelain)
v3.0.0
Breaking-Changes
<Navbar>
no longer have aisSticky
prop, and instead useposition: string
to enhance customization. (@alexandre-lelain)icon
prop of<Footer.Item>
is now ofReact.ReactNode
type. (@alexandre-lelain)bottomBanner
prop of<Footer>
is now ofReact.ReactNode
type. (@alexandre-lelain)- /!\ all
onChange
callbacks on every component now return theevent
instead of only thevalue
. (@alexandre-lelain) - Fixed
image
prop of<Card>
. It now follows MUI's CardMedia. (@alexandre-lelain)
Features
- The library now fully supports TypeScript! (@alexandre-lelain)
- You can now import components' types & props interfaces. (@alexandre-lelain)
- The github project now used lerna to separate the components library from its documentation site; (@alexandre-lelain)
Fixes
- The types errors appearing in browser's console were fixed to include the components' name instead. (@alexandre-lelain)
Docs
- No more Docz :'( The documentation site was completely rewritten:
- UI is much more faster
- Props are now correctly parsed from both TS & PropTypes sources.
- No more compilation error due to docs-core bugs.
- Compilation time is a lot faster.
- Enhanced SEO.
- Added
TypeScript
page - Enhanced
Palette
page with the full palette instead.
v2.6.2
Fixes
- Fix
undefined
className inBackToTop
's icon. (@alexandre-lelain)
v2.6.1
Fixes
- Add
contrastText
default color toNavbar
's brand container. (@alexandre-lelain)