Skip to content

Releases: inosca/ember-ebau-gwr

v1.5.3

30 Mar 10:22
Compare
Choose a tag to compare

1.5.3 (2021-03-30)

Bug Fixes

  • models: dont take class name as querySelector root for xml (2ba8400)

v1.5.2

26 Mar 07:55
Compare
Choose a tag to compare

1.5.2 (2021-03-26)

Bug Fixes

  • select: convert the values to number for selects since otherwise the active option is broken (0ce3ca4)

v1.5.1

24 Mar 13:18
Compare
Choose a tag to compare

1.5.1 (2021-03-24)

Bug Fixes

  • modal: set the container of the modal so its still in a uikit context (e2f32e0)

v1.5.0

22 Mar 15:07
Compare
Choose a tag to compare

1.5.0 (2021-03-22)

Bug Fixes

  • checkbox: set checkvalue according to passed data (faa91b0)
  • form: set constructionSurveyDept from config and make field readonly (303ebbb)
  • linked-buildings: dont transition to form if current route is linked-buildings (5bdf9a7)
  • linked-table: reload table if new project is added (96ac1ff)

Features

  • building-search: implement building search mask (b52aab6)
  • buildings: display linked buildings with ability to remove them (5125df8)
  • link-building: add error handling (1babd88)
  • link-building: add form modal for kindOfWork (80cb62a)
  • link-building: add update call to bind buildings (aca5b21)

v1.4.1

10 Mar 09:02
Compare
Choose a tag to compare

1.4.1 (2021-03-10)

Bug Fixes

  • project/new: return instance id from model hook and not an object (5fb64ca)

v1.4.0

10 Mar 08:49
Compare
Choose a tag to compare

1.4.0 (2021-03-10)

Features

  • form: add remove link button (427fde4)

v1.3.0

08 Mar 09:00
Compare
Choose a tag to compare

1.3.0 (2021-03-08)

Features

  • login: make login credentials configurable (684c07d)

v1.2.1

05 Mar 08:57
Compare
Choose a tag to compare

1.2.1 (2021-03-05)

Bug Fixes

  • service/construction-project: fix url for project search (2f1f459)

v1.2.0

05 Mar 08:27
Compare
Choose a tag to compare

1.2.0 (2021-03-05)

Features

  • gwr-api: make gwr endpoint configureable (861bce9)

v1.1.1

04 Mar 16:43
Compare
Choose a tag to compare

1.1.1 (2021-03-04)

Bug Fixes

  • form: fix data import since we already recieve a json object and not a response (ab7705a)