Releases: topcoat/topcoat
Releases · topcoat/topcoat
v0.8.0 Color me Topcoat
Major update to the Topcoat theme.
Refactored 50+ colors down to:
- Text color
- Control base color
- Page base color
- Notification color
- Highlight color
- Shadow color
The rest of the colors are generated from the these.
We also refactored the controls to separate the :focus and :active states by updating the way the focus border is used.
v0.7.5
Some much goodness, it couldn't wait for 0.8.0.
v0.7.0 Desktop Parity
New Components:
Additional Updates:
- Autoprefixer Added to allow platform specific builds!!!
- Parity achieved for Desktop Designs
- All components now have their own web page at topcoat.io/{ component name }
- Button Bar
- Button
- Checkbox
- Icon Button
- List *Mobile only
- Navigation Bar *Mobile only
- Radio Button
- Search Input
- Text Input
- Text Area
Version 0.6.0
New Components:
Additional Updates:
Version 0.4.1
- Updated grunt-styleguide to fix critical bug which would cause building of styleguide to fail
Version 0.4.0
- Updated grunt-topcoat to fix critical bug due to a github api change
- Added support to util for inline-block based containers to keep their contents from wrapping
- Fixed bug due to inline block containers in navigation bar
- Added initial variables for Desktop theme
Version 0.3.0
- Added search input
- Updated build to use shallow clones for development
- Cleaned up docs
- Bug fixes
- Navigation bar alignment issue due to not using box-sizing
- Svg icons added to avoid need for media query
- Icon button alignment issues
Version 0.2.5
- Added build system
- Enables a user to define what components to add to css
- Enables individual fixing and versioning of components
- Added initial set of base components ( Reset components to style )
- Button Base
- List Base
- Input Base
- Added initial set of components
- Button
- standard
- quiet
- large
- quiet large
- call to action
- Icon Button
- Navigation Bar
- List
- Text Input
- Button
- Added theme architecture
- Added style guide generation from css comments
Version 0.2.0
- Cleaned up repo to prepare for new architecture
- Moved static css to docs to be in line with where guides will be generated
- Added mobile css file to release folder *Class naming API will be changing in 0.3.0 release to match coding guidelines
- Added CSS Coding guidelines
- Added first pass at component architecture document
- Updated the CSS styles to match the desktop design kit PSD.
- Added a mobile design kit PSD that matches the current set of mobile styles.
Version 0.1.0
- Initial set of TopCoat components and style guide adapted for desktop web apps
- Known issue: component and bower installs not working properly. You have to manually download from /release folder