Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miljodir/md-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: md-css@6.25.0
Choose a base ref
...
head repository: miljodir/md-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: md-react@6.27.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 5 contributors

Commits on Feb 19, 2026

  1. Add AI instructions for repo guidelines and testing best practises (#479

    )
    
    * feat: add pagination component with styles and documentation
    
    * Update storybook
    
    * clean up code
    
    * clean up story
    
    * fix: add validation for totalPages and currentPage, enhance accessibility with aria attributes
    
    * test: enhance MdPagination component with accessibility improvements and add comprehensive tests
    
    * feat: add tsconfig.test.json for test configuration and update vitest.config.ts for type checking
    
    * feat: add AGENTS.md and Copilot instructions for AI coding agents
    test: update MdPagination tests to use role-based queries for accessibility
    
    * docs: update README with testing guidelines and best practices
    
    * test: simplify prop forwarding tests in MdAccordion, MdCheckboxGroup, and MdRadioGroup
    
    * test: simplify prop forwarding test in MdRadioGroup
    
    * docs: add AI tools instructions for project assistance
    aurorascharff authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    087eb1d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Storybook 10 + minor updates (#481)

    * Updates Storybook dependencies to v10
    
    Updates Storybook dependencies to the latest v10 versions.
    
    This change brings the project up to date with the newest features,
    performance improvements, and bug fixes in the Storybook ecosystem.
    
    * Updates material-symbols dependency to v0.40.2
    
    Updates the material-symbols dependency to the latest version.
    This ensures the application uses the most up-to-date icons
    and features provided by the library.
    
    * Updates dependencies
    
    Increases the versions of development dependencies
    including eslint, @typescript-eslint, react, vitest,
    and webpack. Also updates the @types/react dependency.
    
    Removes the now redundant explicit @types/node dependency.
    
    ---------
    
    Co-authored-by: Helge Johnsen <helge.johnsen@crayon.no>
    hj-inmeta and Helge Johnsen authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    7c347c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. feat: add MdMenu component (#480)

    * First draft MdMenu
    
    * Refactor menu styles for improved layout and consistency
    
    * Add jest-dom for improved testing assertions in MdMenu tests
    
    * Remove mode prop from MdButton in Small and Large menu stories for consistency
    
    * Update IconButtonTrigger in MdMenu stories to use MdIconButton with profile icon
    
    * Remove unused jest-dom import from MdMenu tests
    
    * Apply suggestion from @Copilot
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Apply suggestion from @Copilot
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Trigger to react element
    
    * Remove unnecessary comments from MdMenuProps interface
    
    * Add unmountOnHide prop to MdMenuProps and pass it to Ariakit.Menu
    
    * Remove unnecessary comments and unused size variants from Menu stories
    
    * Change MdMenuGroupDef to MdMenuGroupOption
    
    * Remove font-size definitions for small and large menu items and group headings
    
    * Update seperator size
    
    * Update stories/Menu.stories.tsx
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Rename MdMenuItemDef to MdMenuItemOption for consistency and update references
    
    * Update packages/css/src/menu/menu.css
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Add action handlers to menu item clicks in Menu stories
    inmetajacoblarsen authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    7f4a39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5eb5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f252eb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a6e3d5 View commit details
    Browse the repository at this point in the history
Loading