diff --git a/libs/angular/package.json b/libs/angular/package.json index 0fb674f..9882bf4 100644 --- a/libs/angular/package.json +++ b/libs/angular/package.json @@ -1,6 +1,6 @@ { "name": "@berg-layout/angular", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "repository": { "url": "https://github.com/blidblid/berg-layout" diff --git a/libs/angular/src/lib/components/panel/panel.component.html b/libs/angular/src/lib/components/panel/panel.component.html index f58a0d6..5d86a96 100644 --- a/libs/angular/src/lib/components/panel/panel.component.html +++ b/libs/angular/src/lib/components/panel/panel.component.html @@ -6,6 +6,7 @@ [attr.size]="size" [attr.min-size]="minSize" [attr.max-size]="maxSize" + [attr.animation-disabled]="animationDisabled" [attr.event-binding-mode]="eventBindingMode" (afterCollapsed)="onAfterCollapsed($event)" (afterExpanded)="onAfterExpanded($event)" diff --git a/libs/core/package.json b/libs/core/package.json index 0cd2816..72a996c 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@berg-layout/core", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "repository": { "url": "https://github.com/blidblid/berg-layout" diff --git a/libs/react/package.json b/libs/react/package.json index 54b3cf5..7074d39 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@berg-layout/react", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "repository": { "url": "https://github.com/blidblid/berg-layout"