Part of the gov.au UI-Kit ecosystem.
- v2.2.0 - Add checkbox list and radiobox list components
- v2.1.6 - Update dependencies
- v2.1.5 - Removing web pack dev server, updating dependencies
- v2.1.4 - Fixed build scripts for Windows
- v2.1.3 - Replace node-sass with sass
- v2.1.2 - Change npm run watch browser-sync location
- v2.1.1 - Update dependencies
- v2.1.0 - Adjust spacing, size and lineheight and fixed errors
- v2.0.3 - Change homepage link
- v2.0.2 - Adding focus offset back to control inputs
- v2.0.1 - Fix dependencies
- v2.0.0 - Change to focus colour and border/muted color mix
- v1.0.0 - Moved to AU namespace, added new color themes and spacing
- v0.3.0 - Added pancake-react plugin, ES5 main file
- v0.2.0 - Added react component
- v0.1.1 - Fixed webkit render bug
- v0.1.0 - 💥 Initial version
- Add checkbox list and radiobox list components
- Update dependencies
- Removing web pack dev server, updating dependencies
- Fixed build scripts for Windows
- Replace node-sass with sass
- Change npm run watch browser-sync location
- Update dependencies
- Adjusted small variation
- Added lineheight for multiline control inputs
- Increased spacing to right for inline control inputs
- Fixed errors not showing in IE9 and IE8
- Change homepage link
- Added focus offset back to control inputs
- Fixed dependencies
- Bumped core version which changed to focus color and border/muted color mix
- Moved to AU namespace
- Added new color themes with dark and alt variants
- Added a new 4px based spacing system via line-height
- Added pancake-react plugin
- Added transpiled react ES5 file as main entry file for
package.json
- Added compiled css file that is automatically imported by ES5 react file
- Added react component
- Fixed a Safari bug that made the labels break into another line. HastagSafariIsTheNewIE. (#184)
- 💥 Initial version