README.md in purecss-0.0.9 vs README.md in purecss-0.0.10
- old
+ new
@@ -61,11 +61,11 @@
*= require purecss-addons
It provides the CSS classes
- ```pure-custom-caret``` for the dropdown menu
-- ```pure-menu-custom-separator-vertical``` to add a vertical separator to the horizontal menu
+- (no more needed) ```pure-menu-custom-separator-vertical``` to add a vertical separator to the horizontal menu
- ```pure-custom-close``` for nicer ```x``` to close eventual modal views (to display modals, bootstrap-modal works quite well with Pure)
- ```pure-custom-alert```, ```pure-custom-alert-error```, ```pure-custo-alert-success```, ```pure-custom-alert-warning```
- *EXPERIMENTAL* ```pure-menu-custom-pull-right``` to align the menu to the right (must be in the same tag of ```pure-menu```. _Bug: the height of the header is sligtly bigger using this class._)
The flag *EXPERIMENTAL* means that the functionality is not fully functional, you can try it and use it but its syntax/use could change in a next release. If you have a fix please add a pull request!
@@ -131,9 +131,10 @@
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Changelog
+- 0.0.10 Updated with new Pure css git version. No more need of some of our customizations.
- 0.0.9 Problem in pushing the new gem, needed another version number to push it again
- 0.0.8 Travis support, Rakefile corrected
- 0.0.7 Fixed dependencies
- 0.0.6 Reorganized CSS Addon structure, added Alerts
- 0.0.5 Slightly improved dropdown (now it works even with different menu font), added purecss-custom.css