Latest

v1.0.23-beta

Mouse pointer improvements for SubHeader, ButtonBar dropdowns, and buttons with onClick.

Bug Fixes

  • SubHeader / ButtonBar: Mouse pointer in subheader and buttonBar dropdown (MW-78434)
  • Button: mousePointer added when button has onClick (MW-77112)
p

pedro.valverde

Beta

v1.0.22-beta

Add CardView and ListView blocks, fix Vite 7 bundler recursion, improve Nuxt module path resolution.

New Blocks

  • CardView: New card view block (MW-75988)
  • ListView: New list view block (MW-74223)

Bug Fixes

  • Bundler: Per-component chunks to fix Vite 7 recursion (MW-74281)

Improvements

  • MeCriterionInput: Added documentation for static and lazy options (MW-71578)
  • Forehead: Added contextualized example (MW-76173)
  • MCP: Enhanced component metadata retrieval with camelCase/lowerCamelCase support (MW-76174)
v

valdielson.siqueira

c

camila.zambanini

p

polyanna

Beta

v1.0.21-beta

New block (Preview), component (Dualist).

New Blocks

New Components

  • Dualist: New Dualist component (MW-74756)

Bug Fixes

  • Spinner: Changes to the documentation and error color (MW-75252)
p

pedro.valverde

p

polyanna

v

vinicius.araujo

v1.0.20-beta

Official Nuxt module with global component registration and composable auto-imports.

Nuxt Module

  • Module: Added official Nuxt module (@mercadoeletronico/eds-next/nuxt) that globally registers all Me* components — no manual imports needed in templates
  • Auto-imports: Composables useI18n, setupI18n and messages are now auto-imported by the module
v

valdielson.siqueira

v1.0.19-beta

New blocks (Header Mobile, Layout and Subheader), components (ButtonBar, Input and Navbar) and subcomponents for the Forehead.

New Blocks

  • Header: Structuring of mobile vision (MW-69781)
  • Layout: New layout block (MW-72293)
  • Subheader: New subheader block (MW-72279)

New Components

  • ButtonBar: New ButtonBar component (MW-71813)
  • Forehead: Added the CartArea and ActionBar subcomponents (MW-73453)
  • Input: New input component with mask support (MW-70920)
  • NavBar: New NavBar component (MW-69911)
c

camila.zambanini

j

joao.teixeira

p

pedro.valverde

p

polyanna

v

valdielson.siqueira

v1.0.18-beta

New blocks (Header and Login) and components (CriterionInput and Tooltip).

New Blocks

  • Header: New standardized header block (MW-67165)
  • Login: New login page block (MW-68762)

New Components

  • CriterionInput: New criterion input for filter composition (MW-70940)
  • Tooltip: New tooltip component (MW-71889)
j

joao.teixeira

p

polyanna

v

valdielson.siqueira

Beta

v1.0.17-beta

New Spinner and Forehead components.

New Components

  • Spinner: New loading spinner component for visual loading indication (MW-59953)
  • Forehead: New Forehead header component for layout composition (MW-70918)
c

camila.zambanini

p

pedro.valverde

Beta

v1.0.15-beta

AI Assistant Agent and enhanced MCP tools.

AI Integration

  • Assistant Agent: Added AI-powered assistant agent for interactive documentation queries
  • MCP Tools: New tools for component metadata, documentation pages, and search capabilities
  • URL Fix: Fixed double slash issue in AI redirect URLs (ChatGPT/Claude)
v

valdielsons

Beta

v1.0.14-beta

Multi-stage build restored with native module support.

Docker Build

  • Multi-stage Build: Restored multi-stage build with proper better-sqlite3 native module compilation
  • Layer Caching: Maintained dependency caching for faster builds
  • Image Size: Production image optimized using node:22-slim
v

valdielsons

Beta

v1.0.13-beta

Fix multi-stage build compatibility with Nuxt Content.

Docker Build

  • Multi-stage Build: Restored multi-stage build with proper better-sqlite3 native module compilation
  • Layer Caching: Maintained dependency caching for faster builds
  • Image Size: Production image optimized using node:22-slim
v

valdielsons

Beta

v1.0.13-beta

Fix multi-stage build compatibility with Nuxt Content.

Bug Fixes

  • Docker Build: Removed multi-stage build due to better-sqlite3 native dependency required by Nuxt Content
v

valdielsons

Beta

v1.0.12-beta

Docker build optimization.

Docker Build Optimization

  • Layer Caching: pnpm install cached when dependencies unchanged
  • Multi-stage Build: Image reduced from ~1.5GB to ~200MB
  • Dockerignore: Added to reduce build context size
v

valdielsons

Beta

v1.0.11-beta

Build optimization and LLM links fix.

Build Optimization

  • Docs Excluded from Build: pnpm build now excludes docs by default for faster local builds
  • Separate Commands: Use pnpm docs:build when you need to build documentation

Bug Fixes

  • LLM Links: Fixed double slash issue in LLM-generated URLs (removed trailing slash from domain config)
v

valdielsons

Beta

v1.0.10-beta

Build performance improvements and Nitro server optimizations.

Build Improvements

  • Nitro Server: Optimized Nitro server build configuration for better performance
  • External Dependencies: Configured better-sqlite3 and fsevents as external dependencies to speed up build
  • Prerender: Adjusted prerender settings with failOnError: false and crawlLinks: false
v

valdielsons

Beta

v1.0.9-beta

AI integration with MCP Server and LLMs support.

AI Integration

  • MCP Server: Added Model Context Protocol server for AI assistants integration
  • LLMs Support: Documentation now accessible via llms.txt for AI tools like Claude, Cursor, and VS Code
v

valdielsons

Beta

v1.0.8-beta

New documentation site built with Nuxt UI and Nuxt Content.

New Documentation

  • Nuxt UI 4: Documentation rebuilt using Nuxt UI 4 and Nuxt Content
  • Static Generation: Configured for static site deployment via nginx
  • Dynamic Favicon: Favicon changes dynamically based on selected theme color
v

valdielsons

Beta

v1.0.7-beta

Bug fixes and improvements for the beta release.

Improvements

  • Enhanced keyboard navigation for all form components
  • Improved screen reader support with better ARIA labels
  • Better dark mode contrast ratios
  • Updated documentation with Nuxt Content

Bug Fixes

  • Fixed Button focus ring not visible in high contrast mode
  • Resolved Modal backdrop not closing on ESC key
  • Fixed Select component dropdown positioning issues
v

valdielsons

Beta

v1.0.6-beta

Plugin adjustment for Nuxt applications.

New Features

  • UiPlugin: Adjustment to the plugin to work in Nuxt (MW-66889)
v

valdielsons

Beta

v1.0.5-beta

Import of several essential components for the design system.

New Features

  • MeAlert: Import MeAlert component (MW-66007)
  • MeApp: Import MeApp component (MW-66007)
  • MeCard: Import MeCard component (MW-66007)
  • MeModal: Import MeModal component (MW-66007)
  • MeProgress: Import MeProgress component (MW-66007)
  • MeSeparator: Import MeSeparator component (MW-66007)
  • MeSkeleton: Import MeSkeleton component (MW-66007)
  • MeTable: Import MeTable component (MW-66007)
  • MeToast: Import MeToast component (MW-66007)
  • MeTooltip: Import MeTooltip component (MW-66007)
p

pedro.valverde

Beta

v1.0.4-beta

Addition of Chips and Tabs components.

New Features

  • MeChips: Add MeChips component (MW-66005)
  • MeTabs: Add MeTabs component (MW-66005)
Mercado Eletrônico

Mercado Eletrônico

Major

v1.0.3-beta

EletroDS v1.0.3 establishes the foundation for Mercado Eletrônico's design system with comprehensive components and tokens.

✨ Highlights

🎨 Design System Foundation

Complete component library with Button, Input, Badge, Avatar, and Form components. Design token system for consistent colors, typography, and spacing.

New Features

  • Colors: Adapt primary colors for brand consistency (MW-64460)
  • Components: Import header components and adjust routing (MW-64063)
  • Configuration: Setup Tailwind CSS and font configuration (MW-59526)
  • Icons: Add FontAwesome Pro icons via Iconify integration (MW-59529)
  • Nuxt UI: Update Nuxt UI and add form components (MW-63031)
  • Routing: Improve home route configuration
  • Tokens: Update and standardize design tokens (MW-61211)

Bug Fixes

  • Configuration: Fix Tailwind CSS configuration issues
  • Fonts: Configure proper font loading and fallbacks
  • Nuxt UI: Fix Nuxt UI integration and component imports
  • Tokens: Adjust hex values for color standardization
v

valdielsons

c

camila.zambanini

p

pedro.valverde

p

polyanna

j

joao.teixeira

Beta

v1.0.2-beta

Token configuration and icon integration.

New Features

  • Colors: Adapt primary colors for brand consistency (MW-64460)
  • Configuration: Setup Tailwind CSS configuration (MW-59526)
  • Icons: Integrate FontAwesome Pro icons via Iconify (MW-59529)
  • Tokens: Add and update tokens for standardization (MW-61211)

Bug Fixes

  • Configuration: Fix Tailwind CSS setup issues
  • Fonts: Resolve font loading and configuration problems
  • Routing: Improve home route handling
v

valdielsons

m

marcusvlc

j

joao.teixeira

Alpha

v1.0.1-alpha

Initial project setup and Nuxt UI integration.

New Features

  • Colors: Adjust primary color hex values (MW-62921)
  • Components: Add form components and fix imports (MW-63031)
  • Configuration: Initial project setup and configuration
  • Nuxt UI: Update Nuxt UI integration (MW-63031)

Bug Fixes

  • Components: Resolve import and routing problems
  • Configuration: Fix initial setup issues
  • Nuxt UI: Fix integration issues and component loading
v

valdielsons

c

caique

Alpha

v0.7.0-alpha

Alpha release for internal testing and early feedback.

Alpha Release

This alpha release includes the core foundation of EletroDS:

  • Initial EletroDS project structure
  • Development environment configuration
  • Design system requirements and specifications defined

Note: This release is for internal testing only and is not recommended for production use.

Mercado Eletrônico

Mercado Eletrônico