Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.1.0](v1.0.1...v1.1.0) (2019-04-15) ### Bug Fixes * dvr-116: clearing dateTimePickers now works properly ([4c85273](4c85273)) * dvr-116: make datetimepicker respond to first keyboard events ([dd6b578](dd6b578)) * dvr-116: pass cors origins to correct property ([caac842](caac842)) * dvr-116: prevent the life cycle stage id from skipping numbers ([19aca32](19aca32)) * dvr-116: use 'inexact' named routes ([2ce9ef2](2ce9ef2)) * dvr-116: workaround for inability to register projections with deps ([92ada86](92ada86)) * use correct name for connection string ([de0df6a](de0df6a)) ### Features * dvr-116: add current life cycle stage to PublicServiceList ([e4f7f0c](e4f7f0c)) * dvr-116: add migrations for current life cycle stage ([97baf5d](97baf5d)) * dvr-116: Add readonly select when editing life cycle stage ([84f73ff](84f73ff)) * dvr-116: add support for life cycle paging and sorting ([c2aef34](c2aef34)) * dvr-116: add translations to life cycle stage type ([7566ae2](7566ae2)) * dvr-116: allow life cycle stages to be removed ([0a32862](0a32862)) * dvr-116: allow user to remove life cycle stage through ui ([7df40aa](7df40aa)) * dvr-116: be strict in how dates are returned from the api ([147b7bd](147b7bd)) * dvr-116: do not require 'from' dates ([020df9e](020df9e)) * dvr-116: Enable changing the period of a life cycle stage ([66f7ae5](66f7ae5)) * dvr-116: expose the life cycle stage type name via api ([765f3e9](765f3e9)) * dvr-116: handle LifeCycleStageWasRemoved ([01dbabb](01dbabb)) * dvr-116: keep the grid in loading mode until refreshed ([9c5e0c2](9c5e0c2)) * dvr-116: make column widths look better imho ([4a5ec03](4a5ec03)) * dvr-116: make responses and queries consistently Dutch ([61cfc92](61cfc92)) * dvr-116: make route consistent with resource name ([8f81576](8f81576)) * dvr-116: make style more consistent with vl.be ([79a51c5](79a51c5)) * dvr-116: navigate to overview after add/change ([d583bbc](d583bbc)) * dvr-116: refresh list after removing a life cycle stage ([6e1db80](6e1db80)) * dvr-116: rename db column to LifeCycleStageType ([f89a5d3](f89a5d3)) * dvr-116: rename localId to lifeCycleStageId ([71811cc](71811cc)) * dvr-116: rename to be consistent with life cycle stage types ([10bbaa0](10bbaa0)) * dvr-116: rename UnderDevelopment to Planned ([84cafc3](84cafc3)) * dvr-116: show active life cycle stage on service view ([13d7e3a](13d7e3a)) * dvr-116: sort fields on numericals to avoid local evaluation ([8663d66](8663d66)) * dvr-116: update startup to include health checks and more ([b73bd1f](b73bd1f)) * dvr-116: use appropriate text for button ([6076370](6076370)) * dvr-116: use async and pass cancellation token ([6d28a92](6d28a92)) * dvr-116: use Dutch in routes ([414194b](414194b)) * dvr-116: use LocalDate instead of DateTime ([5cb4515](5cb4515)) * dvr-116: use value object for LifeCycleStageId ([d0ca177](d0ca177))
- Loading branch information