Skip to content

Latest commit

 

History

History
499 lines (283 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

499 lines (283 loc) · 17.6 KB

3.1.3

Fixes

3.1.2

Features

  • <Navbar> now displays the current language in mobile mode by default for SSR apps. (@alexandre-lelain)

3.1.1

Fixes

Docs

3.1.0

Features

  • <BackToTop> now removes the URL's hash when clicked. Use keepHash 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)

3.0.1

Chores

Docs

3.0.0

Breaking-Changes

  • <Navbar> no longer have a isSticky prop, and instead use position: string to enhance customization. (@alexandre-lelain)
  • icon prop of <Footer.Item> is now of React.ReactNode type. (@alexandre-lelain)
  • bottomBanner prop of <Footer> is now of React.ReactNode type. (@alexandre-lelain)
  • /!\ all onChange callbacks on every component now return the event instead of only the value. (@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.

2.6.2

Docs

  • Complete the bundling guide in the docs. (@alexandre-lelain)

Fixes

  • Fix undefined className in BackToTop's icon. (@alexandre-lelain)

2.6.1

Fixes

2.6.0

Features

Chores

Docs

  • Added a live ThemePicker to enable users to test their colors live. (@alexandre-lelain)

2.5.0

Features

  • All components now have a more consistant and coherent usage of the theme. The backgrounds now relies on the primary main color, and the buttons, text & icons on them now have a contrastColor to adapt to any theme value provided. (@alexandre-lelain)
  • Paragraph's default variant changed to body1. (@alexandre-lelain)
  • components' elevations now follow those of Material-ui. (@alexandre-lelain)

2.4.2

Docs

2.4.1

Features

Fixes

2.4.0

Features

Docs

Fixes

  • Fix label's click not changing value of switch in CookiesConsent. (@alexandre-lelain)

Chores

2.3.4

Docs

Fixes

  • Fix wrong prop-type of bottomBanner prop (Footer) & icon prop (Footer.Item). (@alexandre-lelain)

2.3.3

Docs

2.3.2

Docs

2.3.1

Fixes

Chores

2.3.0

Features

2.2.4

Docs

Fixes

2.2.3

Features

  • Card's description is now of type node. (@alexandre-lelain)
  • Card's content will now render inside a div instead of a button if no onClick function is provided. (@alexandre-lelain)

2.2.2

Fixes

2.2.1

Refactor

  • Reduce bundle size by replacing TextField with OutlinedInput in Newsletter component. (@alexandre-lelain)

2.2.0

Features

Tests

Docs

Fixes

Chores

2.1.4

Features

  • Set default dimensions props on Navbar icons to improve display on SSR rendering. (@alexandre-lelain)

2.1.3

Fix

2.1.2

Fix

2.1.1

Features

2.1.0

Features

Chore

2.0.3

Features

  • Navbar.Language now have smallScreenSupport bool prop to cut the selectedLanguage on very small screens. (@alexandre-lelain)

2.0.2

Fixes

2.0.1

Features

2.0.0

Breaking changes

1.0.0

0.6.0

0.5.2

0.5.1

  • Fix forgotten export of CreditCardNumber component in the main entry. (@alexandre-lelain)

0.5.0

0.4.9

0.4.8

0.4.7

0.4.6

0.4.5

0.4.4

0.4.3

0.4.2

0.4.1

0.4.0

0.3.2

0.3.1

0.3.0

0.2.2

0.2.1

0.2.0

0.1.12

0.1.11

Fixes

0.1.10

Features

Fixes

0.1.9

Features

  • The components' api props-table in the storybook is now generic. (@alexandre-lelain)

Fixes

0.1.8

Fixes

0.1.7

Features

0.1.6

Features

  • Navbar & BackToTop components are now exported as styled-components. (@alexandre-lelain)

0.1.5

Features

0.1.4

Fixes

0.1.3

Features

< 0.1.3

Build not working properly. Do not use.