File tree Expand file tree Collapse file tree
docs/pages/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ tags: release version changes
88
99Sloth.css uses [ semantic versioning] ( https://semver.org/ ) to indicate breaking changes, major changes with downward compatibility or minor changes.
1010
11+ ### v0.4.0 <span class =" text-muted text-lg " >β</span >
12+
13+ - ➕ Component: Icon ([ #57 ] ( https://github.com/devmount/sloth.css/pull/57 ) )
14+ - 🔨 Utilities: Added text alignment ([ #58 ] ( https://github.com/devmount/sloth.css/pull/58 ) )
15+ - 📜 Docs: Improved search ([ #59 ] ( https://github.com/devmount/sloth.css/pull/59 ) )
16+ - 🔨 Utilities: More flex justify classes grow/shrink classes ([ #60 ] ( https://github.com/devmount/sloth.css/pull/60 ) )
17+ - 🔨 Utilities: More font sizes ([ #60 ] ( https://github.com/devmount/sloth.css/pull/60 ) )
18+ - 💚 Core: Improved input fields appearances ([ #60 ] ( https://github.com/devmount/sloth.css/pull/60 ) )
19+
1120### v0.3.0 <span class =" text-muted text-lg " >β</span >
1221
1322- ➕ Component: Badge variants ([ #46 ] ( https://github.com/devmount/sloth.css/pull/46 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import markdownit from "markdown-it";
44import anchor from "markdown-it-anchor" ;
55import tocPlugin from "eleventy-plugin-toc" ;
66
7- const VERSION = '0.3 .0' ;
7+ const VERSION = '0.4 .0' ;
88
99export default function ( eleventyConfig ) {
1010 // Get utility sections
Original file line number Diff line number Diff line change 11{
22 "name" : " @devmount/sloth.css" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " A drop-in utility component CSS-only library for lazy mammals." ,
55 "main" : " sloth.min.css" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments