Releases: cortezaproject/corteza
Releases · cortezaproject/corteza
2024.9.0
2023.9.9
What's Changed
- Fix preview custom auth screen templates by @KinyaElGrande in #1906
- Fix language dynamism to align with user's preferred language by @KinyaElGrande in #1900
- Fix role pickers to have limit and search by @Fajfa in #1910
- Enable privacy app, to conform w/ the new default by @7heo in #1986
- Add roleID request param to role-lists API by @KinyaElGrande in #2005
- Add record update info to records organize API by @KinyaElGrande in #2006
- Fix RecordValue dateOnly and timeOnly casting by @KinyaElGrande in #2012
New Contributors
Full Changelog: 2023.9.8...2023.9.9
2023.9.8
What's Changed
- Fix the number of Dart sass transpiler instances spun up by @KinyaElGrande in #1860
- Fix Postgres timestamp fields sort inconsistencies by @KinyaElGrande in #1844
- Fix updatedAt field value in stylesheet theme provision by @KinyaElGrande in #1868
- Fix allow duplicates on user, record and select fields by @Fajfa in #1882
- Add labels property to default-client response and auth.user by @Fajfa in #1883
- Fix import recordID mapping on UI by @Fajfa in #1886
- 2023.9.x feature code snippets by @KinyaElGrande in #1887
- Fix handling of datetime fields for date-only and time-only record values by @KinyaElGrande in #1892
- Prevent field configuration changes for options that change database … by @Fajfa in #1891
- Fix for the glitch on page blocks being moved and resized by @kelanik8 in #1896
- Address multi value aggregation keys for reporting by @Fajfa in #1895
- Add record values formatter on records patch by @KinyaElGrande in #1898
Full Changelog: 2023.9.7...2023.9.8
2023.9.7
What's Changed
- Add text annotation block to workflows by @Fajfa in #1804
- Fix MFA authentication page error: handle user read permissions by @KinyaElGrande in #1802
- Add stacking capability to reporter graph by @kelanik8 in #1815
- Fix reporter builder state being auto-updated in configurator by @kelanik8 in #1816
- 2023.9.x feature format charts by @katrinDY in #1820
- 2023.9.x ux updates by @Fajfa in #1811
- 2023.9.x feature clone report by @EmmyMay in #1805
- Fix bottom part of page being cut off for ios by @katrinDY in #1823
- Fix deduplication of unique values in module fields by @KinyaElGrande in #1817
- Update chart number formatting by @Fajfa in #1832
- Fix deduplication of module fields translations by @KinyaElGrande in #1828
Full Changelog: 2023.9.6...2023.9.7
2023.9.6
What's Changed
- Fix incorrect multiline and multivalue rendering by @kelanik8 in #1770
- Fix duplicate field name causing field config issues by @katrinDY in #1773
- 2023.9.x fix record field editor value resolution by @Fajfa in #1776
- Fix prompts not opening page in edit mode when used in sucession by @Fajfa in #1775
Full Changelog: 2023.9.5...2023.9.6
2023.9.5
What's Changed
- Fix page not rendering if block not found in layout by @Fajfa in #1717
- Fix clone processing for compose resources by @Fajfa in #1730
- Add user object to all evaluatePrefilter variables by @Fajfa in #1735
- Add open in new tab on redirect WF prompts by @KinyaElGrande in #1726
- re-fetch on prefilter record value change by @kelanik8 in #1736
Full Changelog: 2023.9.4...2023.9.5
2023.9.4
2023.9.3
What's Changed
- Properly fix mapObject undefined error in CMap when switching to anot… by @katrinDY in #1602
- fixing the year issue in TestStepAggregate by @szamuboy in #1605
- Update github workflow with CY tests by @kelanik8 in #1596
- Provisioning support in CI by @petergrlica in #1610
- Update test workflow with publish step by @kelanik8 in #1615
- Fix reference to single-digit record ids by @KinyaElGrande in #1614
- Tests on new/reopened PRs - temp by @petergrlica in #1626
- Update CY test workflow publish step by @kelanik8 in #1629
- 2023.9.x fix new vue select bugs by @Fajfa in #1603
- Optimize test workflow with caching yarn dependencies for libs and docker images. by @kelanik8 in #1642
- Fix unsaved changes alert from triggering when RTE is empty by @kelanik8 in #1632
- 2023.9.x fix layout inline rl by @Fajfa in #1655
- Add support for dark mode in Corteza studio by @KinyaElGrande in #1579
- Refactor multiline delimiter class to wrap text to a newline by @kelanik8 in #1652
- Update release workflow with publishing release to sentry by @kelanik8 in #1665
- Standardize sorting on all c-resource-list-table by @kelanik8 in #1669
- Fixes CInputSelect prop type errors by @EmmyMay in #1675
- Fix permissions trace issue on hasWildcard resources by @KinyaElGrande in #1667
- Apply theming to auth screens by @KinyaElGrande in #1671
- Add theme to existing and new users' metadata by @KinyaElGrande in #1681
- Fix new users theme assignment by @KinyaElGrande in #1684
- Fix error handling when retriving user data in AuthClient by @KinyaElGrande in #1685
New Contributors
Full Changelog: 2023.9.2...2023.9.3
2023.9.2
What's Changed
- Fix yAxis min and max values causing issues when timeline is set to y… by @katrinDY in #1584
- Add reusable map component to vue by @kelanik8 in #1516
- 2023.9.x fix chart time label drildown by @Fajfa in #1588
- Add a hint to configure content field in comment pb by @katrinDY in #1582
- Fix lint error in ConnectionMap.vue by @kelanik8 in #1591
- Add enable and export actions to list items by @EmmyMay in #1583
- Move submit button for admin connection editor to each card to match … by @Fajfa in #1592
- Remove leaflet import preventing privacy app from starting by @katrinDY in #1595
- 2023.9.x repalce vue select by @EmmyMay in #1511
- Add interpolation for certain blocks by @EmmyMay in #1590
- Adjust module record dedup UX by @Fajfa in #1586
- 2023.9.x fix cypress by @katrinDY in #1597
Full Changelog: 2023.9.1...2023.9.2
2023.9.1
What's Changed
- Add clone/copy buttons to tabs in builder by @Fajfa in #1527
- Fix console errors when tab block didn't exist by @Fajfa in #1569
- Transform on delete button component to c-input-confirm by @kelanik8 in #1519
- 2023.9.x feature add per page resource list by @EmmyMay in #1534
- Fix record field viewer description not being in new line by @Fajfa in #1576
- Fix: Unsaved changes message no longer triggered after adding an additional metric and saving a chart by @kelanik8 in #1572
- Fix console errors when setting changing multi mode for geometry field by @Fajfa in #1577
- Fix field description and hint edit being enabled when updating trans… by @Fajfa in #1578
- Replace all title attributes with actual boostrap tooltip functionality by @kelanik8 in #1533
- Added error wrapping for compose record wf functions by @petergrlica in #1571
Full Changelog: 2023.9.0...2023.9.1