Skip to content

Commit

Permalink
Merge branch 'main' into f_adjust_package_json_version_number
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdemos authored Mar 16, 2023
2 parents 619e607 + 7fc1962 commit 202b7e8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## UNRELEASED

## v0.0.16 - 2023-03-15

### Changed

- ([#114](https://github.com/demos-europe/demosplan-ui/pull/114)) Adjust webpack config to enable the usage of demosplan-ui in addons ([@muellerdemos](https://github.com/muellerdemos))
Expand Down Expand Up @@ -32,6 +34,7 @@ Same as v0.0.13, but with up-to-date build dependencies this time around.
### Fixed

- ([#100](https://github.com/demos-europe/demosplan-ui/pull/100)) Set correct value for `aria-live` in DpNotifyContainer when document becomes visible ([@spiess-demos](https://github.com/spiess-demos))
- ([#109](https://github.com/demos-europe/demosplan-ui/pull/109)) Remove @demos-europe/demosplan-utils as dependency ([@spiess-demos](https://github.com/spiess-demos))

## v0.0.12 - 2023-02-13

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# DEMOSPLAN UI

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)

Vue components, Vue directives, Design Token and Scss files to build interfaces for demosPlan.
4 changes: 1 addition & 3 deletions src/mixins/prefixClassMixin/prefixClassMixin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* This mixin can be to provide the prefixClass method and a prop to control when to prefix and when not.
*
* @deprecated USe prefixClassMixin from demosplan-utils instead
* This mixin can be used to provide the prefixClass method and a prop to control when to prefix and when not.
*/
import { prefixClass } from '../../utils'

Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const config = {
externalsType: 'commonjs',
externals: [
'@braintree/sanitize-url',
'@demos-europe/demosplan-utils',
/^@uppy\/.+$/,
'dayjs',
'dompurify',
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9235,9 +9235,9 @@ pkg-dir@^5.0.0:
find-up "^5.0.0"

plyr@^3.7.2:
version "3.7.3"
resolved "https://registry.yarnpkg.com/plyr/-/plyr-3.7.3.tgz#31465bb45dc910babed5f05f4cf2667604898fa5"
integrity sha512-ORULENBvEvvzMYXRQBALDmEi8P+wZt1Hr/NvHqchu/t7E2xJKNkRYWx0qCA1HETIGZ6zobrOVgqeAUqWimS7fQ==
version "3.7.7"
resolved "https://registry.yarnpkg.com/plyr/-/plyr-3.7.7.tgz#f7d20ab9297645d1ad3f68c7c66db6c3d8eef9a8"
integrity sha512-8B2b0HP+j/jKM7GrYdEuSi1hIF3BnNzjaBsBa3bx4/SO9omX3EfhCi78ZFh/0QuCKlwpTBusTMMZ3Hq6bJ5d/g==
dependencies:
core-js "^3.26.1"
custom-event-polyfill "^1.0.7"
Expand Down

0 comments on commit 202b7e8

Please sign in to comment.