Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "6.0.3",
"demo": "4.0.0"
".": "6.1.0",
"demo": "4.1.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.1.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.0.3...react-mfe-shell-v6.1.0) (2025-08-24)


### Features

* add meaningful functionality to demo app navigation buttons ([5b9e085](https://github.com/jonmatum/react-mfe-shell/commit/5b9e085204cf87be74d92d06e0d6bbc8fd985c80))
* comprehensive demo app QA - showcase all available components and features ([8ca788e](https://github.com/jonmatum/react-mfe-shell/commit/8ca788e18e4896343d60706939139ef66e5a4084))
* enhance LoadingSpinner with design tokens and comprehensive safelist ([144bf98](https://github.com/jonmatum/react-mfe-shell/commit/144bf986a75cbf6e14363c1ac3edfdcc1cc18181))
* integrate Headless UI for enhanced Switch component accessibility ([8669453](https://github.com/jonmatum/react-mfe-shell/commit/86694536800307b2e45b7d2534d4115dd42fc4a2))
* remove redundant Live Demo link from footer ([12dde95](https://github.com/jonmatum/react-mfe-shell/commit/12dde9526dc7c7025227a5a79db1b036715b9eac))
* update Avatar demo to showcase jonmatum GitHub profile ([b60077e](https://github.com/jonmatum/react-mfe-shell/commit/b60077ea129b3c03c30b7441b5c9baf3fede60b4))
* update Avatar demo with proper name and professional title ([096b271](https://github.com/jonmatum/react-mfe-shell/commit/096b271b4ba7cf8d8e925a07ac2af18a289580d8))


### Bug Fixes

* improve Switch component thumb centering and sizing ([85a9484](https://github.com/jonmatum/react-mfe-shell/commit/85a948491260fe9b9ed0a646773723be1f60c6fe))
* improve Switch thumb sizing and vertical centering ([ffcfacd](https://github.com/jonmatum/react-mfe-shell/commit/ffcfacd0ceeab7947f13719aa34badbee6bf058c))
* resolve Switch component styling issues with Headless UI integration ([ac08211](https://github.com/jonmatum/react-mfe-shell/commit/ac08211cdd2b11003dfd47b24839dee11f51cead))


### Documentation

* correct author name from Jonathan Matum to Jonatan Mata ([787d3d8](https://github.com/jonmatum/react-mfe-shell/commit/787d3d86f45b65d84d1267ebabb3c33f912d2571))
* remove all emojis from documentation for professional presentation ([1e5ecaf](https://github.com/jonmatum/react-mfe-shell/commit/1e5ecaf4ad6e97e618f91dcffdeae6a6ffd7656d))

## [6.0.3](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.0.2...react-mfe-shell-v6.0.3) (2025-08-24)


Expand Down
12 changes: 12 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.1.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v4.0.0...demo-v4.1.0) (2025-08-24)


### Features

* add meaningful functionality to demo app navigation buttons ([5b9e085](https://github.com/jonmatum/react-mfe-shell/commit/5b9e085204cf87be74d92d06e0d6bbc8fd985c80))
* comprehensive demo app QA - showcase all available components and features ([8ca788e](https://github.com/jonmatum/react-mfe-shell/commit/8ca788e18e4896343d60706939139ef66e5a4084))
* enhance LoadingSpinner with design tokens and comprehensive safelist ([144bf98](https://github.com/jonmatum/react-mfe-shell/commit/144bf986a75cbf6e14363c1ac3edfdcc1cc18181))
* remove redundant Live Demo link from footer ([12dde95](https://github.com/jonmatum/react-mfe-shell/commit/12dde9526dc7c7025227a5a79db1b036715b9eac))
* update Avatar demo to showcase jonmatum GitHub profile ([b60077e](https://github.com/jonmatum/react-mfe-shell/commit/b60077ea129b3c03c30b7441b5c9baf3fede60b4))
* update Avatar demo with proper name and professional title ([096b271](https://github.com/jonmatum/react-mfe-shell/commit/096b271b4ba7cf8d8e925a07ac2af18a289580d8))

## [4.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v3.0.0...demo-v4.0.0) (2025-08-24)


Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jonmatum/react-mfe-shell-demo",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"type": "module",
"description": "Interactive demo application for React MFE Shell component library",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jonmatum/react-mfe-shell",
"version": "6.0.3",
"version": "6.1.0",
"type": "module",
"description": "Production-ready React micro frontend shell with atomic design system, shared components, and utilities for building scalable MFE applications",
"keywords": [
Expand Down