CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.5.10] - 2024-11-15
Fixed
- fixed query for writable views' lookup
- fixed typo in italian label on export/import delimiter option
Added
- by specifing
format: date
orformat: time
and adding the flagisPartialFormat
to true informOptions
it is possible to use dates and time as simple string and not ISO format.
[1.5.9] - 2024-10-18
Added
group
to components properties
Fixed
- added new key
$dateNow
in handlebars to retrieve current date time in ISO format
[1.5.8] - 2024-10-02
Fixed
- fixed csv export option of column names as field IDs of labels
[1.5.7] - 2024-09-20
Fixed
- fixed validation for integer types in input form fields in bk-form-modal component
- fixed filter by special characters in bk-expanded-filters
- fixed conversion of boolean fields in csv export
[1.5.6] - 2024-07-12
Added
- added default export for web components package
- enriched manifests
Fixed
- fixed validation error on array object fields in accordion
- fixed date picker error on array object fields in accordion form
- fixed flag allowNavigation to navigate array of objects
[1.5.5] - 2024-06-28
Fixed
- fixed
bk-table
fit parent on resize - fixed half hidden tooltip in editor
- fixed error for required array of dates in forms
[1.5.4] - 2024-06-13
Added
- added custom events for bk-dynamic-form-modal and bk-dynamic-form-drawer
[1.5.3] - 2024-06-03
Fixed
- fixed logout redirect
- fixed broken link in readonly file fields
[1.5.2] - 2024-05-16
Fixed
- fixed duplicated options in bk-export-modal
- fixed undefined value in bk-card for boolean type
[1.5.1] - 2024-05-03
Added
- added the possibility to choose the date format and the time zone in
bk-export-modal
andbk-export
can now be used withbk-export-modal
- added
fitParentContainer
property tobk-table
to make the table as height as the parent container
Fixed
- fixed link url generation with special characters
[1.5.0] - 2024-03-22
Added
- added the possibility to search between menu items in
bk-layout
and changed the collapse button. - added
useEstimateCount
property tobk-crud-client
andusePagesCount
property tobk-pagination
Fixes
- improved behavior of
bk-crud-client
andbk-pagination
whenkeepPageCount
is true. - fixed files preview in
bk-file-client
[1.4.17] - 2024-03-08
Added
- added the new format
html-editor
in dataschema for typestring
. Whenhtml-editor
format is set, the form components show an editor to write html and see a readonly preview of it.
[1.4.16] - 2024-02-15
Fixes
bk-expanded-filters
supportslookupDeps
option
[1.4.15] - 2024-02-07
Fixes
- dynamic values may include new line characters
- bk-expanded-filters allows to customize date picker locale
[1.4.14] - 2024-01-28
Added
- components allow to specify custom texts with
customLocale
property bk-dynamic-iframe
component is availablebk-footer
has propertyloadingOnStart
, controlling whether or not the component is initially in loading state
Fixes
bk-dropdown
correctly displays icon specified iniconId
- Fixed lookup deps query in
bk-crud-lookup-client
: spaces inserted by the user in the input field are kept in query - Fixed text-areas borders
[1.4.13] - 2024-01-17
Added
bk-export-modal
component allows to specify whether to use field ids or field labels as column names in the exported filebk-crud-client
component allows to specify additional sorting property to be appended to_s
search parameter- client components allow to specify rerouting rules for HTTP requests
[1.4.12] - 2024-01-10
Fixes
bk-calendar
allows to open appointments details in "week" and "day" views
[1.4.11] - 2023-12-22
Added
geopointFormat
option is available in data-schemaformOptions
to configure geopoint fields interpretation by Form components ([latitude, longitude]
vs[longitude, latitude]
)
[1.4.10] - 2023-12-11
Added
- Form components provide specific field for plain string arrays and string arrays with enum
- Label localization fallbacks to english if browser language is not supported
bk-table
renders empty cell for undefined boolean fields- added
userMenuTrigger
property tobk-layout
Fixes
bk-wizard-form
correctly submits data that include file fields in nested objectsbk-form-wizard
component correctly allows custom title inside stepper- Action buttons in Dynamic Form components correctly perform event actions
bk-layout
component correctly allows to scroll through menu items inleftMenu
mode- Form components correctly localizes read-only enum fields
bk-form-wizard
component holds value updates after failing validationbk-form-card
andbk-dynamic-form-card
components correctly process file fields in initial valuesbk-form-card
components correctly enables submit button on data update
[1.4.9] - 2023-11-23
Fixes
- Form components do not break on relative links
[1.4.8] - 2023-11-22
Fixes
- Form components correctly use monaco editor component to render object / array fields
bk-form-wizard
component correctly handles consecutive steps with same fieldsbk-form-wizard
component correctly holds values of hidden fields
[1.4.7] - 2023-11-10
Added
bk-crud-client
emitscount-data
anddisplay-data
events separately, as soon as needed data is fetched from the backend
[1.4.6] - 2023-11-07
Fixes
bk-pagination
component handles case of element count being equal to 0
[1.4.5] - 2023-11-02
Added
- form components text editor allow raw HTML mode
[1.4.4] - 2023-10-20
Added
- Added table visualization for array properties in manifests
Fixes
g
flag is not included in lookup searches- styling fixes in
bk-layout
componentleftMenu
mode
[1.4.3] - 2023-10-12
Added
- Crud lookup client component provides access to url-mask facilities
[1.4.2] - 2023-10-06
Fixes
- Added boolean type to
filters.value
inbk-tabs
manifest - Added
oneOfGuard
to child elements of categories and groups inbk-layout
manifest - Added schema for
default
property of dataSchema manifest - Calendar component sets style correctly on first render
Added
- Form components allow to edit fields of format
geopoint
[1.4.1] - 2023-09-22
Added
- Component
bk-calendar
supports dynamic configuration inadditionalCreatePayload
- Component
bk-calendar
hasurlMask
property to retrieve data from URL - Component
bk-layout
supports new layout modalityleftMenu
- Form components support month/year navigation and selection in date fields
Fixes
- Title of footer buttons in
bk-gallery
are localized - File upload action propagates returned object in hooks
- Copy action supports dynamic configurations via handlebars
- Component
bk-form-wizard
does not reset in accordion mode on fields changes
[1.4.0] - 2023-08-28
Fixed
bk-layout
shows the user menu whenuser
context is defined (when fetch request to api is successful). This fix will show an empty username
if not providedbk-layout
manifestuserInfoUrl
was missing the mock fetch implementationbk-layout
manifestuserInfoUrl.userPropertiesMapping
fixed key overwrite
Added
- Support for
CRUD Service
import functionality is available through componentsbk-import-modal
andbk-crud-client
- Support for
CRUD Service
writable views is available in components. Standard lookup fields handling is now deprecated. - New components
bk-dynamic-form-modal
,bk-dynamic-form-drawer
,bk-dynamic-form-card
,bk-form-wizard
are available. These extend the functionalities ofbk-form-modal
,bk-form-drawer
,bk-form-card
, which are now deprecated.
[1.3.18] - 2023-07-24
Fixed
phosphor
icons render tags such asrect
orcircle
via@micro-lc/iconic@1.3.1
(https://github.com/micro-lc/micro-lc/pull/796)
[1.3.17] - 2023-07-14
Fixed
bk-layout
icon style back to micro-lc v1 look and feelbk-layout
supportsphosphor
icons via@micro-lc/iconic@1.3.0
[1.3.16] - 2023-06-30
Added
bk-file-picker-modal
allows to visualize and select files that have already been uploaded (requiresFiles Service
version 2.7.0 or higher)
Fixed
bk-button
callback context is responsive to url updatesbk-expanded-filters
with filters parsed from URL correctly perform reset
[1.3.15] - 2023-06-19
Added
- Manifest of component
bk-expanded-filters
includes propertyreadFromUrl
- Manifest of component
bk-file-picker-modal
is available
[1.3.14] - 2023-06-15
Added
bk-expanded-filters
optionally performs bootstrap, applying filters read from URL- new component
bk-file-picker-modal
is available, analogous tobk-file-picker-drawer
- file fields support
dataSchema
anditems
properties, allowing to specify meta-data. Form components interact withbk-file-picker-drawer
andbk-file-picker-modal
to edit files with metadata.
Fixed
nginx:1.24.0-alpine
vulnerability fixes in.docker/Dockerfile
- Nested objects/arrays are correctly updated when editing form is spawned through
customActions
property ofbk-table
disbaleOnAction
property ofbk-button
correctly interacts withbk-file-client
[1.3.13] - 2023-06-01
Fixed
- fixed bug on
selectedParents
property ofbk-button
when used insidebk-layout-container
- fixed bug on
selectedParents
property ofbk-button
not correctly updating bk-table
, form components,bk-breadcrumbs
supportitems
keyword in data-schema for arrays of objects fields
Added
- query parameters of http calls are url-encoded
- new event
http-delete
is listened to bybk-crud-client
, allowing to send DELETE requests toCRUD Service
bk-table
allows to highlight rows that match mongo-like queries through propertyhighlightedRows
[1.3.12] - 2023-05-19
Fixed
bk-layout
setslogo
whenuserInfoUrl
is not specified
[1.3.11] - 2023-05-18
Added
error
events carry response in payload, if present- item menu in
bk-layout
can display extra data next to labels using propertybadge
enum
property ofdata-schema
support array of objects withid
,label
keys, enabling to specify a i18n label for enum values- actions fo type
file-upload
supportaccept
attribute, restricting accepted files bk-card
allows to place footer buttons horizontally through keybuttonsLayout
incardSchema.footer
bk-layout
supports logo source being retrieved from user informationbk-antd-theme-manager
supports retrieving theming information from endpoint
Fixed
bk-confirmation-modal
injectsheaders
andcredentials
into dynamically mounted buttonsbk-button
s with action of typehttp
correctly implementloadingOnAction
anddisableOnAction
logic- actions of type
copy
stop event propagation by default
[1.3.10] - 2023-05-04
Added
- added property
selectedParents
tobk-button
to access the history of previous navigated parents
Fixed
- form components correctly localize default values of date fields
[1.3.9] - 2023-04-26
Added
reflectToUrl
property allows to control whetherbk-crud-client
reflects its state to the URL with awindow.history.pushState
bk-layout-swap
performs a layout change listening tolayout/change
event. The payload of the event is the layout rendered by the component (bundled separately)
Fixed
- form components correctly resolve lookups in initial values from
add-new
event payload
[1.3.8] - 2023-04-07
Fixed
bk-card
component appliesvisualizationOptions
to nested objectsbk-search-bar
andbk-breadcrumb
correctly update their nesting state on layout change insidebk-layout-container
Added
- new component
bk-file-picker-modal
.bk-file-picker-modal
andbk-file-picker-drawer
components allows to attach meta-data to files. - form components allows upload files using to open
bk-file-picker-modal
/bk-file-picker-drawer
component
[1.3.7] - 2023-03-23
Added
- added component
bk-antd-theme-manager
and its manifest - added component
bk-loading-animation
and its manifest (optional) - added manifest to
bk-layout
bk-loading-animation
moved to its own bundle at/dist/bk-loading-animation.esm.js
- http components (eg,
bk-crud-client
) has propertycredentials
, which specifies credentials of http calls
Fixed
- files are downloaded with correct name
[1.3.6] - 2023-03-09
Added
urlMask
properties ofbk-button
andbk-url-parameters
allow separate masks forpathname
andsearch
fields of current URL- actions of type
http
support methodsPATCH
andPUT
Fixed
headers
property is forwarded frombk-layout-container
into its contentbk-layout
adds injected headers in http-calls- locales are correctly loaded on first plugin render
- actions of type
file-upload
call error event if http-call fails - actions of type
href
correctly resolve dynamic configurations - using
bk-layout-container
does not trigger extra http calls - fields are correctly put on focus on
bk-form-modal
wizard mode - form components do not discard "__STATE__" field on data creation
bk-search-bar
keeps state on layout change
[1.3.5] - 2023-02-23
Added
- new component
bk-dropdown
is available bk-form-modal
withextraEndpoint
property injects atriggeredBy
key equal tobk-form-modal-extra-endpoint
intosuccess
/error
eventsbk-simple-list
supportsheight
property, setting max-height of the list body- new Handlebars helper
nFormat
allows to format fields of typenumber
and formatcurrency
, specifying number of decimal places, decimal separator, group separator - new component
bk-notification-center
is available bk-filters-manager
component allows persistent filters
Fixed
bk-expanded-filters
supports internationalized labels- output of fields with format
editor
do not use customquill
classes in form components. Refer to this issue for further details
[1.3.4] - 2023-02-09
Added
- fields in form can have a description in a tooltip
- new web component for auto refresh:
bk-auto-refresh
bk-url-parameters
support wildcards inurlMask
, which can be ignored with propertyexcludeWildcards
- new component
bk-atlas-dashboard
is available bk-card
component supports dynamic footer and buttons usingtemplate
-configMap
pairbk-card
usesvisualizationOptions
in dataschemabk-button
supportsAction
-sdk thorugh propertyaction
.clickConfig
is now deprecated and will be removed in future releases, please refer to documentation for migration instructions
Fixed
bk-form-card
resolves lookups in initial values- lookups are correctly resolved
bk-filter-drawer
initial values - Form components correctly support
editorHeight
property in readonly mode - Tables inside form components render date fields correctly accordingly to
dateOptions.displayFormat
in nested data-schema bk-gallery
component does not render menu icon if emptybk-simple-list
header style is aligned withbk-card
andbk-form-card
[1.3.3] - 2023-01-26
Fixed
bk-export
component emits success / error eventsdate
/date-time
/time
fields are formatted in filter names accordingly todateOptions.displayFormat
in data-schema- table column minWidth is more fitted to the column title
- fields of format "editor" can be edited
- lookups are correctly resolved in filter names
[1.3.2] - 2023-01-18
Added
bk-filter-manager
has a new filter operator for dates:notBetween
- components support array of dates
- filters on fields having
filtersOptions.hidden
set to true can be edited through events -bk-calendar
works after settingfiltersOptions.hidden
to true forstartDate
,endDate
fields
Fixed
$today
keyword in filters works correctly with every operator- hour in date filters works correctly
- improved style of
bk-gallery
component
[1.3.1] - 2023-01-10
Added
bk-simple-list
resolves lookupsbk-form-card
can have a custom card header
[1.3.0] - 2022-23-12
Added
- new component
bk-gallery
is available
[1.2.3] - 2022-22-12
Added
bk-crud-client
can be configured to stay on current page after successful CRUD operationbk-calendar
allows to specify the name of default date filters
Fixed
- Form components support internationalized strings for file picker fields
[1.2.2] - 2022-21-12
Fixed
- Form and Calendar components support internationalized labels
[1.2.1] - 2022-16-12
Added
- new component
bk-layout
is available, allowing plugins layout customization
Fixed
bk-tabs
supportbetween
operator with complex date filters- lookups in forms are correctly resolved with long running queries
- default values integrate with initial values in
add-new
payload - buttons in
bk-confirmation-modal
do not hold state from previous re-renders
[1.2.0] - 2022-11-17
Added
- file download with POST requests
- configurable height of object/array editor in
bk-filter-drawer
,bk-form-drawer
,bk-form-modal
andbk-form-card
bk-table
custom actions can be configured on a per-nested-level basisbk-file-client
forwardsuseOriginalName
query parameter tofiles-service
(needsfiles-service
2.6.4+)- number fields support
date-time
,date
,time
formats sortOption
is supported inlookupOptions
, controlling_s
parameter when fetching lookups
Fixed
bk-card
with default role doesn't show border- nested objects are shown in
bk-table
component without need to includebk-pagination
in page - when the same date is used in a
between
filter inbk-expanded-filters
component, the correct filter is created - fixed infinite loading caused by non-existing file in download-file event
bk-table
correctly performspushState
andreplaceState
whenbrowseOnRowSelect
property hasnavigationType
set to "push" or "replace"
[1.1.2] - 2022-11-02
Fixed
bk-table
correctly indexes rows ifprimaryKey
property is not defined (fixes rendering errors with nested objects)- drawers follow Ant standard styling
Added
bk-button
enables bulk actions- new component
bk-expanded-filter
bk-table
accepts nested object path as data source
[1.1.1] - 2022-10-19
Fixed
bk-form-drawer
andbk-form-modal
showreadOnly
dates with correct format, specified indateOptions
- components keep loading until lookups aren't solved
- skip parameter (
_sk
) is reset when fetching data (unless query was triggered by pagination update) bk-filter-drawer
filters of typedate
work correctlybk-layout-container
supports disabling its render root as shadow dom. Useful to embedbk-calendar
.
Added
- enable
urlMask
inbk-table
customActions
.
[1.1.0] - 2022-10-05
Fixed
bk-form-drawer
sends events created bydataCustomActions
with the correct payload- regex operators are escaped in search queries
bk-form-drawer
fields don't enable save button whenlookupDeps
prop is used- file fields are correctly updated inside nested fields
bk-form-modal
with setextraEndpoint
correctly opens wizard mode- search queries are correctly performed for number fields
- fixed filter drawer bugs: exists operator, monaco editor
Added
- added the possibility to block a column in
bk-form-table
ignoreCase
field is available infiltersOptions
, controlling whether equality filters should be evaluated ignoring case- custom button icon in nested tables
- complex date manipulation on
bk-tabs
filters
BREAKING CHANGES
docker image serving back-kit components moved to:
nexus.mia-platform.eu/back-kit/bk-web-components:{{BACK-KIT-VERSION}}
. How to fix:- retrieve back-kit component from
nexus.mia-platform.eu/back-kit/bk-web-components:1.1.0
- retrieve back-kit component from
component
bk-calendar
usesaddFilter
event to handle data filtering. How to fix:- make sure
bk-filters-manager
is included in the page:
...
{
"type": "element",
"tag": "bk-filters-manager"
}
...- make sure
bk-modal
is nowbk-old-modal
. How to fix:- replace
bk-modal
withbk-old-modal
in configurations
- replace
bk-drawer
is nowbk-old-drawer
. How to fix:- replace
bk-drawer
withbk-old-drawer
in configurations
- replace
[1.0.11] - 2022-10-05
Fixed
bk-form-drawer
sends events created bydataCustomActions
with the correct payloadbk-form-modal
with setextraEndpoint
correctly opens wizard mode
Added
ignoreCase
field is available infiltersOptions
, controlling whether equality filters should be evaluated ignoring case
[1.0.10] - 2022-09-21
Fixed
- fixed bug format currency
- readonly object and array fields are correctly displayed in forms
[1.0.9] - 2022-09-14
Fixed
- fixed export-modal bug on columns selection
- fixed ampersand visualization bug on table cells
- equal and not equal filters of properties with format "date" will not take in consideration the whole day
Added
- new React component
BulkActions
- new components
bk-bulk-delete
andbk-bulk-actions
- added support to
exists
operator in filters
[1.0.8] - 2022-09-07
Fixed
bk-pdf-viewer
opens underbk-form-modal
- when a time/date/date-time field is marked as readOnly, it doesn't display the correct date format in the form
bk-button
does not emit events after plugin is changed
Added
- confirmation dialog on form submit:
bk-form-drawer
,bk-form-modal
- property
showArrayPopover
inbk-table
allows displaying a popover on hovering array cells containing the elements of the array
[1.0.7] - 2022-08-03
Fixed
bk-filters-manager
does not display filters with properties havingfiltersOptions.hidden
equals to true- Fixed trailing comma bug in
bk-crud-client
while adding MongoDB query filters in "$and" clauses
Added
- danger colors can be controlled by global CSS variables
bk-table
allows resizable columns using propertyresizableColumns
- title and content of confirmation modals of
bk-table
row actions can now use the content of the row via Handlebars bk-file-picker
can be used to update fields of typearray
and formatfile
- new components
bk-export-client
andbk-export-modal
- Added
Export Service
frontend client to perform collection exports - fields with type
number
supportcurrency
format
[1.0.6] - 2022-07-20
Fixed
- fixed border-radius issue on select component in multiselect mode
- fixed support to filters added at bootstrap time
Added
- box-shadow color can be controlled by global CSS variables
- new React component
MultipleFileCell
bk-table
has custom visualization for array of filesbk-table
allows to specifydownload
orview
mode in propnavigationRowActions
- added
appendTrailingSlash
property onbk-crud-client
- Update Files Service interface on
bk-file-client
allowing for download with actual filename in Content-Disposition header field bk-form
andbk-file-manager
support file array
[1.0.5] - 2022-07-06
Fixed
bk-table
does not render empty action columnbk-form-modal
correctly solves lookups in wizard mode
Added
bk-card
display main content in a css grid structurebk-modal
reduced top css rule to center the container- actions are evenly spaced in actions column in
bk-table
- http client supports PUT method
bk-filter-drawer
andbk-filters-manager
migrated to lit components.bk-crud-lookup-client
solves nested lookupsbk-pagination
resets pageNumber when count and current page are inconsistentbk-crud-client
patch response can also be a 204 no-contentbk-filters-manager
supports hidden static filters
[1.0.4] - 2022-06-23
Fixed
bk-crud-client
fixed support to projections in GET / and GET /count methods
Added
- new react hook
useDynamicElement
for creating components dynamically - new react components
Stepper
andAccordion
- react components
Form
supportsaccordion
visualization bk-table
supportsdanger
inrowActions
andnavigationRowActions
bk-button
/bk-generic-button
supports http delete asclickConfig
bk-notifications
api fixbk-crud-lookup-client
supports recursive lookup resolution when properly hinted by theDataSchema
bk-form-modal
supports wizard visualization
[1.0.3] - 2022-06-08
Added
bk-card
supports date with configurable formattingbk-form
supports map visualization for object/array fields having format "geopoint"bk-file-client
is implemented in litbk-file-manager
is implemented in litbk-file-picker-drawer
is implemented in litbk-form-card
is implemented in litbk-button
bk-generic-button
supportfile-download
typebk-card
supportsEventBus
in sub-components props +bk-button
style fixes ontype
link
bk-button
supportsdanger
prop
[1.0.2] - 2022-05-25
Added
navigationType
can be specified inbk-table
in propbrowseOnRowSelect
, specifying the desired navigation method.bk-form-modal
andbk-form-drawer
are implemented in litbk-card
footer accepts dynamic configurations with handlebars notationit is allowed to search numbers
nested objects visualization supports file upload/download
bk-table
has custom visualization for array of filesbk-table
allows to specifydownload
orview
mode in propnavigationRowActions
[1.0.1] - 2022-05-12
Added
Table
accepts (template, configMap) pairs in custom components properties.Table
acceptsonCellClickBuilder
, buildingonClick
callback for cells.- property
customActions
inbk-table
accepts (template
,configMap
) pairs for values depending on table row. bk-table
acceptsopenFileInViewerRegex
, determining which file cells are clickable, opening the file inside the native viewer of the browser.- support to subsets of operators in
bk-filter-drawer
+ support tostring
enum fields. - new
bk-layout-container
component allows to render multiple configurations within the same plugin. bk-tabs
migrated to lit components.bk-tabs
can pipe custom events to theEventBus
.- date filters now support key
$today
as value, indicating the current date
[1.0.0] - 2022-04-22
Added
- added new component
Chip
- building custom component inside
Table
handles undefined context in handlebars Pagination
supportsbuttonsOnly
modality, only displaying previous button, next button and page size menu- property
allowNavigation
inbk-form-card
,bk-form-drawer
andbk-form-modal
accepts values true, false, 'show-editor' bk-button
accepts propertynavigationStrategy
which allows to disable/hide the button in navigation- key
showInViewer
informOptions
inside the data-schema and keyshowInViewer
indownloadFile
's meta allow to display supported files (PDFs) inside the browser, while propertyshowPdfInBrowser
inbk-file-client
is no longer needed - added new component
bk-chip
bk-crud-client
can retrievehttp
responses and append the content to thesuccess
event payloadbk-state-adapter
allows carrying some state to another plugin + new documentation onplugin navigation
- if a negative page total count is received,
bk-pagination
only displays previous button, next button and page-size menu, omitting current page, page total and skip all buttons
[0.10.7] - 2022-04-08
BREAKING CHANGES
lookupQueries
require a new keypropertyType
that specifies the type of theproperty
field that is queried if this is notstring
. How to fix: add a new keypropertyType
in each filter insidelookupQueries
, with the type of the queried property.
Added
- added new property
computeOptionKey
toForm
andTable
that allows to compute the key to use when retrieving options forlookup
s andmultilookup
s Table
supports custom components in the actions columnlookup
s andmulti-lookup
s fields are resolved when navigating nested objects/arrays inbk-table
,bk-form-drawer
andbk-form-modal
bk-table
supports custom components in the actions column via the propcustomActions
lookupQueries
now support queries based on fields that are not included as properties in thedata-schema
. KeypropertyType
added tolookupQueries
, indicating the type of the property being filteredbk-tabs
supports handlebars in filters with array valuebk-crud-lookup-client
supportsextraLookupKeys
, which specifies extra fields to retrieve data from CRUD collectionsbk-pagination
is now a lit component
[0.10.6] - 2022-04-01
BREAKING CHANGES
crud-client
interacts withwindow.history
usingreplaceState
instead ofpushState
allowing plugin navigation. (very low impact)
Added
- It is now possible to specify the hiddenLabel visualization option in dataschema properties to hide the table column name.
- It is now possible to specify the sortable visualization option in dataschema properties to enable/disable the table column sort.
- Moved search-bar logic to web components
object
visualization templatebk-crud-lookup-client
now supports searchLookups event, searching lookups against a text valuebk-crud-client
now supports search queries on lookups- removed
bk-search-bar
component bk-file-client
can be configured to request in-browser PDF visualization instead of requesting downloadbk-pdf-viewer
component allows to visualize PDF files in-browser- added new
bk-search-bar
component that allows text search - Add new web component
bk-dynamic-title
- Add new web component
bk-list
- Add new web component
bk-url-parameters
[0.10.5] - 2022-03-17
Added
- Added new component
Generic Button
- Added
between
filter - Dynamic href are resolved for link add-ons.
- Added new components
NavigationBackArrow
andBreadcrumbs
- It is now possible to specify dynamic links for href in link addons.
- It is now possible to navigate and edit nested objects.
dataSchema
supports typeobject
formatlocalized-text
and renders the object according with the browser language- It is now possible to specify a
between
operator for date fields in filters. - Form card component
bk-form-card
- Subtitle for
form-modal
andform-drawer
nativeDownload
onbk-export
enables native browser file download aliasing the export service- Add new web component
bk-generic-button
- it handles configurable onCLick action. bk-dynamic-title
component- Add new web component
bk-navigation-nack-arrow
andbk-breadcrumbs
to handle nested objects navigation.
[0.10.4] - 2022-02-21
Fixed
- Avoid FontAwesome's CSS collision
Added
- fetchOptions for dependent fields is run on on-blur event
[0.10.3] - 2022-01-28
Fixed
- when
null
object reaches a table it is correctly printed as an italic placeholder string
Added
Table
andForm
now receive already resolved lookup dataForm
receives options and fetchOptions properties for dependent lookup and multilookup fields- Options for lookup fields are now fetched live as the user is typing, instead of being retrieved all at once
- If key is turned on --> duplicate keeps the state. If state is passed as not undefined, creating drags it along as well
- Unresolved lookups can be set to display a custom error message on
bk-table
,bk-form-drawer
andbk-form-modal
- It is now possible to specify dependencies between lookup and multilookup fields specifying
lookupDeps
insidelookupOptions
in the dataSchema. - It is now possible to specify
lookupAddTrailingSlash
inlookupOptions
which controls whether or not a trailing/
is added to the url when the lookup data is queried. Defaults totrue
.
[0.10.2] - 2022-01-14
Fixed
- It is now possible to paste content in
Editor
without scrolling back to the top
Added
Form
allows to visualizeobject
s andarray
s either as table or MonacoEditor, when attached to modal viewerallowObjectAsTable
property/attribute added tobk-form-modal
bk-add-new-button
now accepts an initialValues prop that gets forwarded to theadd-new
event.
[0.10.1] - 2021-12-17
Fixed
- Issue-38 definitive delete sends
__STATE__
to CRUD jointly with delete by id request
[0.10.0] - 2021-12-10
Fixed
filterForm
now correctly supports live search in lookup fields- readonly form drawer doesn't overwrite configurations/data-schema
- Query builder now starts off from a fresh query every time and creates it with the current query object, any other query parameter will be removed
bk-tabs
now expects every tab to have also akey
property in tab objects, objects with nokey
property are deprecated, this is to keep consistency with links exchanged between users with different ACL rulesbk-form-drawer
now correctly passes language to its inner componentsbk-filter-form
now correctly supports live search in lookup fields
BREAKING CHANGES
- Tabs props now expect
defaultActiveKey
asstring
instead ofdefaultActiveIndex
,tabs
has to be provided as aRecord<string, Tab>
instead of an array of tabs using-drawer
event is nowusing-form-container
Added
- Created new Editor component
- Created new format
editor
for the form - Created modal as form container
- save is enabled on form drawer if entries are not touched and relative config is enabled
readOnly
anddisabled
properties can be configured separately onform-drawer
insert
orupdate
opening mode- Created bk-form-modal component
[0.9.0] - 2021-11-08
Changed
form
now correctly validatesfileInput
required
prop- date, lookup, file, and form addon properties are now automatically excluded from queries generated by free-text search
- drawer confirmation modal before close is configurable from prop
requireConfirm
- drawer actions is configurable for each action from prop
closeOnClick
BREAKING CHANGES
- Table maxLines has no default value
Added
- Table fill parent size if no maxLines has been specified
[0.8.1] - 2021-10-26
Fixed
bk-file-manager
now correctly sendscreate-data
event after uploading following acreate-data-with-file
Added
table
now supportsdefaultSortedProp
anddefaultSortOrder
props to mark a column as already sorted when generating headersbk-table
now supportsinitialSortProperty
andinitialSortDirection
props to provide a bootstrap sorting order to table
[0.8.0] - 2021-10-22
Fixed
bk-form-drawer
should not overwrite default locales when merging user config
Changed
- Data are now refreshed after an HTTP POST triggered by a table row action
Added
- Form now supports file input fields
bk-form-drawer
can now accept areadonlyOnView
prop, when true, will use a readonly form to represent the selected databk-form-drawer
now communicates with file manager to handle multiple file upload linked to a record while creating/updating a record
[0.7.0] - 2021-10-07
BREAKING CHANGES
bk-file-picker-drawer
,bk-form-drawer
, andbk-filter-drawer
locale labels are now lowercase
Added
- When creating a new event,
bk-calendar
can now pass a configurable payload alongside withstartDate
andendDate
- When creating a new event,
bk-calendar
can now pass a configurable payload alongside withstartDate
andendDate
[0.6.0] - 2021-09-29
Changed
- Changed calendar component props interfaces
Added
- Components use
headers
custom prop to inject headers on http clients
[0.5.0] - 2021-09-23
Fixed
- Lookup queries must involve only fields declared within the
dataSchama
- Href links are limited to current page domain. no external ref allowed
email
text field validation did occur twice
Added
- Drawer component now can render custom data actions in the header
- Confirmation ConfirmationModal component
bk-form-drawer
awaits a success/error on their transaction before to close. On error it stays open- Custom actions are available on
bk-form-drawer
component - Added
bk-confirm-modal
Confirmation ConfirmationModal component - Custom actions now can trigger the
bk-confirm-modal
by specifyingrequireConfirm
and customize the messages in the modal if provided in the object bk-form-drawer
usesbk-confirm-modal
to ask confirmation before closing if fields are touched
[0.4.0] - 2021-09-16
Fixed
- Filters on array properties that are not multilookup are now supported
bk-filter-drawer
will now wait for lookup data if there is at least one lookup property in the data schema
BREAKING CHANGES
bk-notification
component props were modified. Three props are now available:successEventMap
,errorEventMap
andcustomEventMap
event mapscrud-client
andcrud-lookup-client
changed prop name fromschema
todataSchema
- Naming convention moved to
bk-
component-name even forclients
andfile-picker-drawer
Added
- Documentation automation
- Filters marked as hidden are not written in the URL
[0.3.0] - 2021-09-09
BREAKING CHANGES
- Form links now have to be declared in the
properties
property of the data schema. PropertyformLinks
is no longer supported. - Form titles and subtitles now have to be declared in the
properties
property of the data schema. Propertiestitle
,subtitle
andsubtitlePosition
ofdata-schema
'sFormOptions
are no longer supported.
Added
- Properties can be hidden from FiltersForm with property
filtersOptions.hidden
in data schema. - Table
rowActions
supportdownload-file
event when a file is available in row - Table
browseOnSelectRow
supports browsing away by clicking the row - Add-new-button
browseOnButtonClick
supports browsing away by clicking the button - Form web-components now support custom localized labels
[0.2.0] - 2021-09-03
[0.2.0-alpha.6] - 2021-09-02
Fixed
- Tabs now support values with
|
in them - Patch now works on $set $unset
[0.2.0-alpha.5] - 2021-09-02
Fixed
__STATE__
property has been removed from query parameters_q
and moved to_st
. Conflicting__STATE__
changes are defaulted in favour of the selected tab__STATE__
filter- Fixed filters on lookup-client
Added
- Tabs support
currentUser
on queries
[0.2.0-alpha.4] - 2021-08-30
Fixed
- Table lookup and multilookup resolve
- Monaco now correctly load in prod build
- Required complex objects now properly validate
Changed
- The only supported format both in input and output is now only ISO8601 in every component using dates
- Only changed values are sent to patch
- Edited form output formatting for Dates
Added
- File picker now handle the download of a previously uploaded file
- On update data,
null
fields are used for the$unset
- From file drawer is now possible to download the previously uploaded file
- From file drawer is now possible to delete the previously uploaded file
[0.2.0-alpha.3] - 2021-08-23
Fixed
- Fixed date input formatting when format was date-time, time
- Live search in form lookup and multilookup field is now applied to label instead of value
- Fixed multiple lookup on same datasource
- Fixed scroll on top of the drawer when is visible
- Fixed filter duplication reload when there was a filter configured in DataSchema
- Fixed date input formatting when format was date-time, time
- Fixed multiple lookup on same datasource
- Standardized locale for drawer web components
- Aligned test general behavior for eventBus and subscription
Changed
- Dependencies upgrade
- Removed matchMedia mock
- Jest default testEnvironment = 'jsdom'
- Font awesome icons as peer dependency
- Removed peerDependencies from devDependencies
- Reordered scripts
- Now form accept a React.Ref object
- Dependencies upgrade
- Removed testSetup
- At boot, the table loading spinner is activated
BREAKING CHANGES
- The entry point for bk-web-components is now exposed under
/{DOCKER_IMAGE_VERSION}/bk-web-components.esm.js
path
Added
- React Table component supports cell visualization on type:
object
and format:file
- Added filter support to array types
- Added support to includeSome/includeAll/includeExactly operators in array filters
- Form localization
- Form links target property is now configurable
- Support for readonly properties in form
- File picker component
- Inserted
lookupQueries
inlookupOptions
- More efficient components behavior thanks to
useMemo
anduseCallback
- CrudQueryConverter now supports includeSome/includeAll/includeExactly array operators in filter queries
- Added delete support on file-client
- Added
file-manger
web-component - it handles transactions betweenfile-client
andcrud-client
on collections having a property with formatfile
- Support for multiple queries in
and
in Tabs component. - File picker with drawer component
- Inserted
filters
prop incrud-lookup-client
- The sort property in the url are managed by the table
[0.2.0-alpha.2] - 2021-08-05
Fixed
- Fix read only in date inputs.
- Aligned CRUD client format (string) with Calendar events format (date).
Added
- Support to string formats
date-time
andtime
in form.