Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 4.84 KB

File metadata and controls

88 lines (46 loc) · 4.84 KB

1.5.4 (2026-03-01)

♻️ Refatoração

  • standardize component radii by removing explicit TrustBadge border radius and setting default ActionIcon radius to 0. (0a95e3a)

1.5.3 (2026-03-01)

♻️ Refatoração

  • relocate Section component from components to primitives and update all references. (a70a595)

1.5.2 (2026-03-01)

🐛 Correções

  • adjust mediaMaw prop value in Demo.jsx (427a6ad)

1.5.1 (2026-03-01)

♻️ Refatoração

  • wrap SectionHeader with Center component in Hero (a357c23)

1.5.0 (2026-03-01)

✨ Novas Funcionalidades

  • Introduce mediaMaw prop to MediaBlock, Hero, and FeatureSplit components for setting media maximum width. (da8db36)
  • introduce Section component as a standardized content wrapper and refactor existing components to utilize it. (4ea5e33)

1.4.0 (2026-03-01)

✨ Novas Funcionalidades

  • Add background prop to various components and update background config to use gray.1 instead of gray.0. (7b8b70b)

1.3.0 (2026-03-01)

✨ Novas Funcionalidades

  • use resolveBackground function for FeaturesGrid background property. (8e9d5c8)

1.2.1 (2026-03-01)

♻️ Refatoração

  • Dynamically adjust component grid layouts and consolidate import statements. (1bb2bde)

1.2.0 (2026-03-01)

✨ Novas Funcionalidades

  • Introduce Prettier configuration, format index.js with single quotes, and export the new Footer component. (f9b56ae)

1.1.1 (2026-03-01)

♻️ Refatoração

  • Migrate build system from Rollup to Vite. (639fd52)

1.1.0 (2026-03-01)

✨ Novas Funcionalidades

  • introduce centralized background configuration and refactor components to use a standardized background prop. (04f59c1)

1.0.1 (2026-02-28)

🐛 Correções

  • add an empty comment line to index.js. (8f599b5)

1.0.0 (2026-02-28)

✨ Novas Funcionalidades

  • Implement automated package publishing via GitHub Actions and update project documentation. (f81ef7b)
  • Set up Rollup build process, Babel, and semantic release for automated package publishing. (d170bf7)

🔧 CI/CD

  • add explicit write permissions for contents, issues, and pull requests to publish workflow. (5a54f35)

🔨 Manutenção

  • Add new Tabler Icons and various other node_modules dependencies. (7c99299)
  • Update project license to MIT, add license field to package.json, and include Node.js setup in CI workflow. (53b0cef)