Skip to content

1.3.0 (2026-02-01)

Choose a tag to compare

@Zefling Zefling released this 01 Feb 18:18
· 96 commits to main since this release
4e868ea

🫢 Breaking

  • input-date: has been completely rewritten based on Firefox.
  • input : arrayValue is remove for checkbox. See typeValue & returnValue

✅ New

  • Datetime picker: new component
    • can be used as a component or a directive
    • is used for input-date
  • RTL/LTR: is now supported without breaking the component rendering
  • input:
    • for checkbox, new parameter :
      • add typeValue:
        • default: one value (returnValue) / multiple values (returnValue)
        • value: one value (returnValue) / multiple values (array of returnValue)
        • array: one value (array of returnValue)
      • add returnValue:
        • default: one value (boolean) / multiple values (value)
        • value: force value
        • boolean: force boolean
  • pipes
    • string: to asset string methods
  • Utils
    • getWeek() : calculate week number (ISO and other)

🎦 Demo

  • add button RTL/LTR in menu
image image