primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.48k stars 4.6k forks source link

Splitter: Ultima Template with horizontal Splitter minSizes not working #15629

Open spennyf opened 5 months ago

spennyf commented 5 months ago

Describe the bug

When following the Integration with Existing Angular CLI Projects guide from the documentation of the Ultima template and then adding a splitter that is layout="horizontal" with a [minSizes] is does not apply the [minSizes]. If it is layout="vertical it works".

Environment

I made a new angular application ng new --no-standalone smaple-prime and then followed the guide on how to add the template to an existing app.

Reproducer

I can share the sample project but did not want to upload here as it has the template code which shouldnt be posted publicly

Angular version

17.3.0

PrimeNG version

17.17.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.13.1

Browser(s)

No response

Steps to reproduce the behavior

  1. Make new angular app
  2. follow the guide https://www.youtube.com/watch?v=yl2f8KKY204
  3. Add a horizontal splitter with minSizes and the sizes do not apply

Expected behavior

The minSizes should be applied

spennyf commented 5 months ago

When I set my my prime ng in package.json from "primeng": "^17.17.0", to "primeng": "17.2.0", the issue is fixed. Looks like there is a bug i 17.17.0

spennyf commented 5 months ago

version 17.12.0 was the last working version 17.13.0 it does not work