All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- ...
- ...
- Footer now accepts a
version
prop to include your app version, and aversionUrl
prop if you want the version number to be a link. Works great if you use dotenv (see Footer docs for more)
- Reformat code according to StandardJS.
- Removed unused prop in NavTab component. This is a non-breaking change as it was never used at all.
- Button now allows a
type
prop to be passed through to the DOM element. - Prevent
className
being doubled up on Button. - Prevent
variation
being passed through to Button's DOM element.
- Use
indexOf
for strings in Buttons and Card examples. This fixes support in old versions of IE.
- Added CRICOS code to Footer.
- Made
Table
component responsive by default. This was the intended design for this component.
- Added CHANGELOG.md.
- Header component now uses logos from official CDN.
- No changes in this version.
- Initial release of components