Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

400 update mde to v107 #409

Merged
merged 5 commits into from
Feb 5, 2025
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 .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- Load MDE-CSS from assets-Server -->
<link
rel="stylesheet"
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-fontfaces.css"
href="https://assets.muenchen.de/mde/1.0.7/css/muenchende-fontfaces.css"
/>
<link
rel="stylesheet"
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css"
href="https://assets.muenchen.de/mde/1.0.7/css/muenchende-style.css"
/>
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@
# muc-patternlab-vue

This repository contains a ready-to-use Vue-Components-Library based
on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/). Current supported Version
is [1.0.4](https://patternlab.muenchen.space/?p=documentation-changelog).
on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/).

The supported MDE-Version can be taken out of the following table:

| muc-patternlab-vue | MDE Version |
| >= 4.x | [1.0.7](https://patternlab.muenchen.space/?p=documentation-changelog) |
| >= 3.x | [1.0.6](https://patternlab.muenchen.space/?p=documentation-changelog) |
| < 3.x | [1.0.4](https://patternlab.muenchen.space/?p=documentation-changelog) |

In its current state only some components exist. The library will continually grow as the need for new components grows.

Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In your Webcomponents root you should import the MDE5-CSS from assets.muenchen.d

<template>
<link
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css"
href="https://assets.muenchen.de/mde/1.0.7/css/muenchende-style.css"
rel="stylesheet"
/>

Expand Down
Loading