v0.12.3
Breaking Changes
Two UI View layout component names need to be updated:
Timeline
->TimelinePanel
ActivityTable
->ActivityTablePanel
What's Changed
New Features
- feat: ag-grid table implementation by @duranb in #67
- feat: render external profiles by @camargo in #69
- feat: required activity parameters by @AaronPlave in #70
- feat: display read-only end time of activity instances by @AaronPlave in #72
- feat: show full decomposition tree in activity form by @AaronPlave in #77
- feat: add Panel component for Timeline and Activity Table by @camargo in #79
- feat: add datepicker component by @duranb in #81
- feat: close DatePicker on date selection by @duranb in #87
- feat: add analysis-only option to scheduling panel by @jeffpamer in #90
Bug Fixes
- fix: listen to correct events for activity start time field by @AaronPlave in #73
- fix: use correct Monaco Editor TypeScript lib string by @camargo in #80
- fix: add disable property to datepicker by @duranb in #85
Refactoring
- refactor: use new env var modues from Svelte Kit by @camargo in #71
- refactor: rename sequence to expansion sequence by @camargo in #82
- refactor: add better Hasura error message reporting by @camargo in #92
Continuous Integration
- ci: add codeql workflow by @camargo in #74
- ci: add container image scanning action by @skovati in #91
Documentation
Build System and Dependencies
- build: add sveltekit-svg Vite plugin to import SVGs by @AaronPlave in #78
- build: upgrade deps to latest by @camargo in #89
Styling
New Contributors
- @AaronPlave made their first contribution in #70
- @jeffpamer made their first contribution in #90
- @skovati made their first contribution in #91
Full Changelog: v0.12.2...v0.12.3