Skip to content

Releases: devforth/adminforth-list-in-place-edit

v1.0.3

09 Jun 08:01
Compare
Choose a tag to compare

1.0.3 (2025-06-09)

Bug Fixes

  • remove unused secrets from release configuration (0b23dd8)

v1.0.2

07 May 11:12
Compare
Choose a tag to compare

1.0.2 (2025-05-07)

Bug Fixes

  • enhance edit functionality in InPlaceEdit component with change detection (9486c3e)

v1.0.1

17 Apr 13:03
Compare
Choose a tag to compare

1.0.1 (2025-04-17)

Bug Fixes

  • update package.json and package-lock.json to add vue-i18n dependency and improve localization support in InPlaceEdit component (56d15b2)

v1.0.0

02 Apr 08:29
Compare
Choose a tag to compare

1.0.0 (2025-04-02)

Bug Fixes

  • change package name (4e4da27)
  • fix incorrect value adding to array (3949dad)
  • remove npm version patch from build script in package.json (59dce8d)
  • remove unnecessary components (0df153c)
  • simplify InPlaceEdit component by replacing ArrayColumnValueInput with ColumnValueInputWrapper (54d29e7)
  • update package-lock (6428234)

Features

  • add build and notification scripts for CI/CD process (e61032e)