Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 20:42
· 535 commits to main since this release

💥 BREAKING CHANGES

  • due to be00f9b - Icons (commit by @sfxcode):

    IconField and InputIcon from latest PrimeVue 3.39.x is required for showing Icons - displaying icons on both sides is not longer supported

🐛 Bug Fixes

  • 7cb09aa - state: Missing input disabled state, while submitting a form via XHR/Fetch request. #35 (commit by @sfxcode)
  • 80396b0 - ui: Typo for TriStateCheckbox (commit by @sfxcode)
  • 6f137aa - demo: Some more styling for editor was needed (commit by @sfxcode)

♻️ Refactors

  • be00f9b - InputText: Icons (commit by @sfxcode)
  • 9e2520e - Inputs: Use v-bind for Attributed to passthrouh the maximum of all available attributes for PrimeVue components - however, some attributes has to be defined to work ... (commit by @sfxcode)

🔧 Chores