Skip to content

Release v1.0.1

Latest
Compare
Choose a tag to compare
@haikallfiqih haikallfiqih released this 30 Nov 16:14
· 4 commits to main since this release

Release v1.0.1

🎉 What's New

  • Added documentation about the tech stack
  • Clarified that this is a vanilla JavaScript and CSS solution
  • Added CDN installation option via unpkg

📝 Documentation Updates

  • Added new "Tech Stack" section highlighting:
    • Pure vanilla JavaScript implementation
    • Modern CSS features (Flexbox and Grid)
    • Build size details
    • Browser compatibility information
  • Updated installation instructions with scoped package name (@haikallfiqih/responsive-grid-system)
  • Added direct HTML inclusion option via CDN

🔧 Technical Details

  • Package size: < 10KB minified and gzipped
  • No dependencies required
  • Compatible with all modern browsers

📦 Installation

You can now install the package using:

npm install @haikallfiqih/responsive-grid-system

Or include directly in your HTML:

<script src="https://unpkg.com/@haikallfiqih/[email protected]/src/grid-system.js"></script>