diff --git a/.gitignore b/.gitignore index 7088d63..7b32d78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ dist-newstyle node_modules +Session.vim dist .DS_Store tags diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd4c1a..3a13ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ -# Revision history for web-view +# Revision history for atomic-css -## 0.7.0 +## atomic-css 0.1.0 + +Renamed library to atomic-css with a focus on css utilities. View, Url and other Hyperbole-specific types moved to Hyperbole. Still provides an Html monad + +Major rewrite of Library and API + * New interface with operators: (@) for attributes, (~) to utilities + * Defining custom CSS selectors and new utilities is more intuitive + +## web-view 0.7.0 * stack, popup, offset, layer - more intuitive interface * added Web.View.Url.renderPath * Style class * added code, lists -## 0.6.0 +## web-view 0.6.0 * stack - layout children on top of each other * ChildCombinator: apply styles to direct children @@ -15,22 +23,21 @@ * fixed: escaping in auto-generated ` + +