Skip to content

ipl-web v0.12.0

Latest

Choose a tag to compare

@nilmerg nilmerg released this 27 Nov 15:18
· 24 commits to main since this release
v0.12.0

Changes

  • Enhance SearchEditor #324
  • Introduce SuggestionElement #305
  • Completer.js: Add auto submit capability #333
  • Mark required form elements as such with an asterisk #319
  • ButtonLink: Allow to disable the button #284
  • SortControl: Do not check form transmission on request anymore #309
  • CsrfCounterMeasure: Allow external control #307
    • CsrfCounterMeasure::createCsrfCounterMeasure() is now deprecated and ::setCsrfCounterMeasureId() (externally) in combination with ::addCsrfCounterMeasure() (internally) should be used instead

Fixes

  • TermInput broken if it's name contains CSS selector operators #315
  • Pasting into one term input causes the pasted content to appear in all term inputs in the form #300