Skip to content

Latest commit

 

History

History
714 lines (437 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

714 lines (437 loc) · 12.7 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

v7.1.5

(2024-12-17)

  • Fix select all on client side paginated tables [Andrea Rosci]

v7.1.4

(2024-12-12)

  • Fix regex escape check for object type filters [Andrea Rosci]

v7.1.3

(2024-12-12)

  • add a limit for integer filters [Andrea Rosci]

v7.1.2

(2024-12-12)

  • Fix nested x-no-filter logic [Andrea Rosci]

v7.1.1

(2024-12-12)

  • Fix sorting when the target is a nested schema property [Andrea Rosci]

v7.1.0

(2024-12-12)

  • BooleanAsIconWidget: Add support for JsonTypes.number [myarmolinsky]

v7.0.3

(2024-12-12)

  • Fix stored columns missing render function [Andrea Rosci]

v7.0.2

(2024-12-09)

  • Update UI shared components [myarmolinsky]

v7.0.1

(2024-12-09)

  • Fix tags columns and show checkbox only if necessary [Jonathan Berger]

v7.0.0

(2024-12-06)

  • Replace rendition table with MUI table [Andrea Rosci]
  • Update ui-shared-components [Andrea Rosci]

v6.1.15

(2024-11-25)

  • Update ui-shared-components [Andrea Rosci]

v6.1.14

(2024-11-21)

  • Update ui-shared-components [Jonathan Berger]

v6.1.13

(2024-11-20)

  • Update UI shared components [myarmolinsky]

v6.1.12

(2024-11-20)

  • Update UI shared components [myarmolinsky]

v6.1.11

(2024-11-19)

  • Update ui-shared-components [Jonathan Berger]

v6.1.10

(2024-11-15)

  • Fix linter issues [Andrea Rosci]
  • Update dependency @balena/lint to v9 [Self-hosted Renovate Bot]

v6.1.9

(2024-11-15)

  • Update ui-shared-components [Jonathan Berger]

v6.1.8

(2024-11-14)

  • Update UI shared components [myarmolinsky]

v6.1.7

(2024-11-14)

  • Fix missing translation: info.not_defined [myarmolinsky]

v6.1.6

(2024-11-13)

  • Update UI shared components [myarmolinsky]

v6.1.5

(2024-11-11)

  • Update ui-shared-components to 9.6.0 [Andrea Rosci]

v6.1.4

(2024-11-11)

  • Add renovate.json to .github [myarmolinsky]

v6.1.3

(2024-11-07)

  • Update ui-shared-components [Jonathan Berger]

v6.1.2

(2024-11-06)

  • Fix DisabledTextWidget truncation [myarmolinsky]

v6.1.1

(2024-11-05)

  • Fix disabled text widget truncation [Andrea Rosci]

v6.1.0

(2024-11-04)

  • Add Widget and Renderer component [Andrea Rosci]

v6.0.2

(2024-10-25)

  • Update UI shared components [myarmolinsky]

v6.0.1

(2024-10-25)

  • Update UI shared components [myarmolinsky]

v6.0.0

(2024-10-25)

  • Remove ability to select from focus search component [Andrea Rosci]
  • Adapt focus search for server side pagination [Andrea Rosci]

v5.1.5

(2024-10-24)

  • Update UI shared components [myarmolinsky]

v5.1.4

(2024-10-22)

  • Update @balena/ui-shared-components [myarmolinsky]

v5.1.3

(2024-10-21)

  • Fix edit on any field filter [Andrea Rosci]

v5.1.2

(2024-10-18)

  • Filters: Improve the typings of the listFilterQuery helper [Thodoris Greasidis]

v5.1.1

(2024-10-16)

  • Fix sorting showing NoDataInfo when no items are returned for serverside pagination [myarmolinsky]

v5.1.0

(2024-10-16)

  • Add support for custom sorting based on multiple columns [Thodoris Greasidis]

v5.0.2

(2024-10-16)

  • Fix: retain table sort state [Andrea Rosci]

v5.0.1

(2024-10-15)

  • Fix: prevent header click from triggering parent events or sorting [Andrea Rosci]

v5.0.0

(2024-10-15)

  • Add startsWith and endsWith filters [Andrea Rosci]
  • Drop regex filters to support server side pagination [Andrea Rosci]

v4.3.11

(2024-10-15)

  • Remove filter description from filter dialog [Andrea Rosci]

v4.3.10

(2024-10-14)

  • Update @balena/ui-shared-components [myarmolinsky]

v4.3.9

(2024-10-11)

  • Temporary fix to disable tag sorting with server-side pagination [Andrea Rosci]

v4.3.8

(2024-10-11)

  • Improve copy on column header tooltip [Jonathan Berger]

v4.3.7

(2024-09-27)

  • Prevent creating decimal filters for integer types [Andrea Rosci]

v4.3.6

(2024-09-26)

  • Add support for integer RJSF type [Andrea Rosci]

v4.3.5

(2024-09-26)

  • Update @balena/ui-shared-components to 9.1.0 [myarmolinsky]

v4.3.4

(2024-09-23)

  • Fix string filters by ensuring string values are passed to prevent type coercion [Andrea Rosci]

v4.3.3

(2024-09-16)

  • Fix filter description and filter edit by adding qs decoder and changing operator logic [Andrea Rosci]

v4.3.2

(2024-09-12)

  • Update ui-shared-components from 8.0.6 to 9.0.0 [Thodoris Greasidis]

v4.3.1

(2024-09-05)

  • Fix Update spinner spacing [Andrea Rosci]

v4.3.0

(2024-09-02)

  • Add analytics to tables [Jonathan Berger]

v4.2.1

(2024-08-30)

  • Fix build failing [Jonathan Berger]

v4.2.0

(2024-08-23)

  • Improve toggle buttons [Jonathan Berger]

v4.1.11

(2024-08-22)

  • Update dependency jest to v24.1.1, ts-jest to v29.2.4 and jsdom to v21.1.7 [Andrea Rosci]

v4.1.10

(2024-08-21)

  • Remove unused test and libraries [Andrea Rosci]

v4.1.9

(2024-08-05)

  • Drop unused dependency crypto [myarmolinsky]

v4.1.8

(2024-08-02)

  • Fix table loading by setting loading to false by default [Andrea Rosci]

v4.1.7

(2024-08-02)

  • Replace Alert with Callout in no records views [Jonathan Berger]

v4.1.6

(2024-07-26)

  • Fix enum filters when operator is FULL_TEXT_SEARCH [Andrea Rosci]

v4.1.5

(2024-07-25)

  • Fix autoui loading and some lint rules [Andrea Rosci]

v4.1.4

(2024-07-03)

  • Fix filters dialog to correctly handle null as a valid default value [Andrea Rosci]

v4.1.3

(2024-07-01)

  • Update @balena/ui-shared-components from 5.8.2 to 6.3.0 [Andrea Rosci]

v4.1.2

(2024-07-01)

  • Fix useAnalyticsContext error when using persistent filters [Jonathan Berger]

v4.1.1

(2024-06-24)

  • Fix tags collection summary names [Andrea Rosci]

v4.1.0

(2024-06-20)

  • Fix enum and oneOf default value [Andrea Rosci]
  • Add support for null & not null filter options to enum columns [Andrea Rosci]
  • Update ui-shared-components [Andrea Rosci]

v4.0.5

(2024-06-11)

  • Fix filters examples when filter is a string [Andrea Rosci]

v4.0.4

(2024-06-04)

  • Fix filter views storage [Andrea Rosci]

v4.0.3

(2024-06-04)

  • Fix filters dark styling [Jonathan Berger]

v4.0.2

(2024-05-30)

  • Update ui-shared-components [myarmolinsky]
  • Migrate from rendition Txt/Heading to MUI Typography [myarmolinsky]

v4.0.1

(2024-05-20)

  • Fix filters operator when editing [Andrea Rosci]

v4.0.0

(2024-05-13)

  • Move Filters componet from renditon, refactor and use MUI [Andrea Rosci]

v3.0.5

(2024-04-16)

  • Render Spinner alone while loading data instead of wrapping content [myarmolinsky]

v3.0.4

(2024-04-15)

  • Migrate Spinner from rendition to MUI [myarmolinsky]
  • Update ui-shared-components to 5.2.0 [myarmolinsky]

v3.0.3

(2024-04-11)

  • Migrate Checkboxes from rendition to MUI [myarmolinsky]
  • Update @balena/ui-shared-components [myarmolinsky]

v3.0.2

(2024-04-08)

  • Adapt isDisabled typing [Andrea Rosci]

v3.0.1

(2024-04-04)

  • Fix manage tags when selecting all on serverside pagination [Andrea Rosci]

v3.0.0

(2024-04-02)

  • Migrate from rendition notifications to ui-shared-components Snackbar [myarmolinsky]

v2.0.3

(2024-03-26)

  • Migrate from rendition Flex/Box to MUI Box [myarmolinsky]

v2.0.2

(2024-03-20)

  • Avoid clientside sorting when in serverside mode [myarmolinsky]

v2.0.1

(2024-03-06)

  • Make OData sorting predictable and unique [Andrea Rosci]

v2.0.0

(2024-03-05)

  • Bump ui-shared-components, update TS target to es2017 [Jonathan Berger]

v1.0.4

(2024-03-01)

  • Remove icons-material [Andrea Rosci]

v1.0.3

(2024-02-27)

  • Fix dropdown tooltip preventing actions [Andrea Rosci]

v1.0.2

(2024-02-26)

  • Fix useTranslation import [Andrea Rosci]

v1.0.1

(2024-02-26)

  • Temporarily removed tests on autoUI component [Andrea Rosci]
  • Migrate Rendition Buttons to MUI Buttons [Andrea Rosci]

v1.0.0

(2024-02-20)

  • Publish only as esm [Jonathan Berger]

v0.12.3

(2024-02-06)

  • Filters: Optimize the removal of x-no-filter fields [Thodoris Greasidis]

v0.12.2

(2024-02-06)

  • Fix translations for i18n bump to v23 [myarmolinsky]

v0.12.1

(2024-02-06)

  • getColumnsFromSchema: Remove unnecessary type casting [Thodoris Greasidis]
  • getColumnsFromSchema: Use boolean guards for object destructuring [Thodoris Greasidis]

v0.12.0

(2024-02-05)

  • Add x-no-filter property to remove a column from filters [Andrea Rosci]

v0.11.5

(2023-12-14)

  • Filter views: store views regardless of the persistence of the filters [Andrea Rosci]

v0.11.4

(2023-12-11)

  • Add persistFilters property [Andrea Rosci]

v0.11.3

(2023-12-08)

  • Always call onChange to provide the OData options on mount [Thodoris Greasidis]

v0.11.2

(2023-11-16)

  • Fix main spinner rules [Andrea Rosci]

v0.11.1

(2023-11-14)

  • Fix flickering of no-data info when loading [myarmolinsky]

v0.11.0

(2023-08-09)

  • Update rendition to 35.0.1 [Thodoris Greasidis]

v0.10.1

(2023-07-12)

  • Fix tags filter on table columns creation [JSReds]

v0.10.0

(2023-07-11)

  • Add x-filter-only property that allow to generate only the filter for a specific property [JSReds]
  • Update rendition to 34.16.2 [JSReds]

v0.9.3

(2023-06-22)

  • Update rendition to 34.15.6 [myarmolinsky]

v0.9.2

(2023-06-19)

  • Fix typo for empty table views descriptions [myarmolinsky]

v0.9.1

(2023-06-13)

  • Update rendition from 34.8.5 to 34.15.2 [JSReds]

v0.9.0

(2023-06-13)

  • Restyle autoui no data view [JSReds]

v0.8.0

(2023-04-26)

  • Bump tsconfig target from es5 to es2015 [myarmolinsky]

v0.7.2

(2023-04-24)

  • Fix showing no resources text when there are resources [myarmolinsky]

v0.7.1

(2023-04-24)

  • Use resource name instead of "items" when there are no items [myarmolinsky]
  • Do not show arrow pointing to create button if there is no create action [myarmolinsky]

v0.7.0

(2023-04-20)

  • Add rowKey property [myarmolinsky]

v0.6.10

(2023-03-28)

  • Update rendition from 34.8.3 to 34.8.5 [JSReds]

v0.6.9

(2023-02-14)

  • Fix disabled reason check on update actions [JSReds]

v0.6.8

(2023-02-09)

  • Fix change selected state [JSReds]

v0.6.7

(2023-02-09)

  • Update rendition to 34.8.3 [JSReds]

v0.6.6

(2023-02-07)

  • Stop passing oData options with null values [JSReds]

v0.6.5

(2023-02-03)

  • Minor fixes, remove unused code and lint fix [JSReds]

v0.6.4

(2023-02-02)

  • Update rendition to 34.8.1 [JSReds]

v0.6.3

(2023-02-02)

  • Fix itemsPerPage and usePager rules [JSReds]

v0.6.2

(2023-01-27)

  • Remove FocusSearch on server side pagination [JSReds]

v0.6.1

(2023-01-27)

  • Fix filters rule [JSReds]

v0.6.0

(2023-01-11)

  • Share checkedState information on check change [JSReds]

v0.5.2

(2023-01-09)

  • Update rendition to 34.7.1 [JSReds]

v0.5.1

(2023-01-09)

  • Update rendition to 34.7.0 [JSReds]

v0.5.0

(2023-01-05)

  • Add server side pagination [JSReds]

v0.4.3

(2023-01-04)

  • Fix not calling onChange when filters get deleted [Thodoris Greasidis]
  • Avoid calling onChange on mount twice when filters already exist [Thodoris Greasidis]
  • Fix filters not updating immediately on search [myarmolinsky]

v0.4.2

(2023-01-02)

  • Update rendition to 34.6.0 [JSReds]

v0.4.1

(2022-12-28)

  • Fix invalid hook call error [JSReds]

v0.4.0

(2022-12-27)

  • Change action isDisabled to accept promise [JSReds]

v0.3.3

(2022-12-23)

  • Collection: Fix the column dropdown showing empty column names [Thodoris Greasidis]

v0.3.2

(2022-12-20)

  • Update rendition to 34.5.0 [JSReds]

v0.3.1

(2022-12-15)

  • Update rendition to 34.4.1 [JSReds]

v0.3.0

(2022-12-12)

  • Add header info link to describe table column [JSReds]
  • Disable the creation of package-lock.json [Thodoris Greasidis]

v0.2.9

(2022-11-23)

  • Removes duplicated call to onFiltersUpdate [Otávio Jacobi]

v0.2.8

(2022-11-17)

  • Add translations map in context [JSReds]

v0.2.7

(2022-11-02)

  • Fix missing translations [JSReds]

v0.2.6

(2022-11-01)

  • Stop using deep imports from rendition [Thodoris Greasidis]

v0.2.5

(2022-11-01)

  • Disable source maps since they do not work [Thodoris Greasidis]

v0.2.4

(2022-11-01)

  • Remove forgotten console log [Thodoris Greasidis]

v0.2.3

(2022-11-01)

  • PestistentFilters: Fix restoring falsy values [Thodoris Greasidis]
  • Update rendition to 34.0.2 [Thodoris Greasidis]

v0.2.2

(2022-11-01)

  • Update rendition to 34.0.1 [Thodoris Greasidis]

v0.2.1

(2022-10-28)

  • Fix missing strings and visualization issues [JSReds]
  • test [JSReds]

v0.2.0

(2022-10-26)

  • feat: Add AutoUI and AutoUIAPP components [JSReds]

v0.1.0

(2022-10-25)

  • Add flowzone [JSReds]
  • Add initial repo setup [Stevche Radevski]