Skip to content

Releases: ogticrd/sdd-kit

v0.10.0

20 Aug 18:21
72e202b

Choose a tag to compare

¿Qué Cambió?

Sistema de Compilación:

  • Se migró el proceso de compilación de Rollup a Webpack para mejorar la agrupación de módulos y la optimización.

  • Se actualizó la configuración de webpack.config.js para cambiar el uso de file-loader a url-loader, resolviendo una problemática relacionada con la visualización de imágenes en los componentes de la librería.

Refactorización del Código:

  • Se renombraron todas las interfaces de los componentes para seguir una convención de nombres más coherente. Por ejemplo, IButtonProps ahora es ButtonProps.

Nuevos Componentes:

  • Se creó el componente CardList, diseñado para renderizar eficientemente una lista de elementos tipo tarjeta.

  • Se agregó el componente Download, que proporciona funcionalidad para descargar archivos.

Definiciones de TypeScript: Se aseguró que las definiciones de tipos se incluyan correctamente, mejorando el soporte de TypeScript para la validación de propiedades de los componentes.

0.9.41

30 Jul 14:30

Choose a tag to compare

What's Changed

  • Fix: publishing packages in npm instead of github by @UsernameAlvarez in #32
  • New: Adding chromatic pipeline by @UsernameAlvarez in #33
  • docs: Add instructions to configure Chromatic in the project by @JE1999 in #34
  • doc(readme): use jsx block style by @JeffreyArt1 in #25
  • add: Added the instruction to include the provider for the themes in README by @ChristianDC13 in #24
  • New: Adding workflow updates the version in the package.json by @UsernameAlvarez in #40
  • Edit: including path by @UsernameAlvarez in #41
  • Node.js Update package.json version auto by @UsernameAlvarez in #42
  • refactoring update package json pipeline by @UsernameAlvarez in #43
  • Checkout repository: No change needed here by @UsernameAlvarez in #44
  • Refactor/webpack integration by @JE1999 in #45
  • refactor(LinksOfInterest): change image imports to relative paths by @JE1999 in #46

New Contributors

  • @UsernameAlvarez made their first contribution in #32
  • @JeffreyArt1 made their first contribution in #25

Full Changelog: 0.9.3...0.9.41