Documentation Index
Fetch the complete documentation index at: https://platform.docs.zenoo.com/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
v1.26.0
July 17, 2023New features
- Support for static pages: if there is page in
index.ymlstarting with$character, it becomes accessible outside of any HUB workflow by adding?s=page-nameto URL query (without $). This can be useful for landing pages, handling APIs and other static content
- Sharable headless and publish it inside yaml flow functions context: currently there is
sharableStartwhich consumes token and expect to get route (to continue some subflow) now there is also new call of same API namedsharableHeadlesswhich doesn’t expect to get any route, this is valid behaviour of some specific usage of sharable API of HUB. Both of these functions are accessible in flow functions context, to be callable from yaml pages (most probably static pages)
v1.25.2
July 13, 2023Bug fixes
- Fix
<Datepicker>component date format withoutuseIsoDateproperty
v1.25.1
July 12, 2023Bug fixes
- Use forked version of
console-feedmodule to prevent 404 from npm
v1.25.0
July 3, 2023New features
- Introduce
flowReferenceproperty in target configuration, which can be used to automatically reload workflow after this property change
v1.24.7
June 26, 2023Bug fixes
- Prevent to load
favicon.icofor targets in subfolders
v1.24.6
June 22, 2023Bug fixes
- Properly handle loading state in
<ResendCode>component
v1.24.4
June 7, 2023Bug fixes
<Datepicker>fix correct ISO date format on input change
v1.24.3
June 5, 2023Refactor
- Opmitimization of dynamic sidebar progress steps
v1.24.1
May 19, 2023Bug fixes
- Make translations to work in
index.ymlfile with!tand!teYAML tags
v1.24.0
May 18, 2023New features
<Datepicker>component now hasuseIsoDateproperty, which will force ISO date format
v1.23.0
May 15, 2023New features
- Add
flowSharableRequiredtoindex.ymlconfiguration, which will display error page in case sharable token is missing
v1.22.0
May 5, 2023New features
- Add empty translations fallback to
configureTranslationsmethod exported fromhub-client-translationspackage. This change will not affect targets and used only in Studio
v1.21.9
April 27, 2023Bug fixes
<Iovation>component: remove script from<head>after component onmount
v1.21.6
April 26, 2023Bug fixes
- Fix inconsistent form value set with
multipleproperty in<FileUpload>component on image rotation
v1.21.5
April 24, 2023Bug fixes
- Add global analytics params (
analyticsParamsinindex.yml) to change page action
v1.21.4
April 21, 2023New features
- Add shortcut for
sharabletoken in query, nowtorsharablecan be used, e.g.https://{TARGET_URL}/?t={SHARABLE_TOKEN}
v1.21.2
April 6, 2023Bug fixes
- Fix
<Select>component behaviour: close select list on “not found text” click (notFoundTextprop)
v1.21.0
March 9, 2023Breaking changes
-
All file upload components (
<FileUpload>,<AcuantFileUpload>,<AcuantFileUploadButton>,<Signature>) are now by default sending single file descriptor to HUB (File) instead of an array with single item ([File]before). In casemultipleproperty is set to true — file descriptors are being sent as an array as before. To support this changes you need- If you use single file upload, modify validation JSON schema of appropriate page on FE
- In case you still need payload to be sent as an array of file descriptors use
multipleproperty. Note, that this property also affects UI, e.g.<FileUpload>component will displayAdd another file.
- Make appropriate changes in DSL
v1.20.3
January 5, 2023Bug fixes
<Image>: fix PDF document preview for multiple files
v1.20.2
January 5, 2023Bug fixes
<SidebarProgress>: add--CM-sidebarProgress-border-dashed-colorCSS variable to adjust border dashes color
v1.20.1
December 21, 2022Bug fixes
<Slider>: fix disabled styles in Safari
v1.20.0
December 13, 2022New features
- New
formOutputModifierpage configuration key allows to override form data before submit. Can contain!functionor!expressionYAML tags for dynamic calculation based on expression context values
v1.19.0
November 28, 2022New features
<Slider>: allow to provide custom slider steps with newsteps?: number[]property
v1.18.1
October 18, 2022Bug fixes
<Slider>: force numeric keyboard, fix style issues in Firefox
v1.18.0
October 14, 2022New features
- Introduce
roundToStepproperty for<Slider>component, which is updating slider value to nearest step in case of manual value editing
v1.17.2
October 13, 2022Bug fixes
- Handle value limits in
onBlurevent in<Slider>component
v1.17.1
September 15, 2022Bug fixes
- Do not allow to access process and global in EJS
- Fix default autocomplete value for
<Input>component
v1.17.0
September 15, 2022New features
- Add
<SVGImage>component
v1.16.0
September 15, 2022New features
- Add
<Portal>component as an impementation of React portal - Add
onClickhandler to<RadioButton>component
v1.15.2
September 12, 2022Bug fixes
<MaskedInput>: consider 0 value as filled input
v1.15.1
September 9, 2022New features
- Add possibility to define custom
src,subkeyandversionto<Iovation>component
v1.15.0
August 31, 2022Breaking changes
- Change handoff credentials storage from
LocalStorageto cookies with possibility to set expiration withhandoffTimeoutparameter inindex.yml
Bug fixes
- Switching HUB-client packages versions to exact match
v1.14.16
August 3, 2022New features
- Added support for
-r(--useRelativePaths) target builder CLI parameter for resolving all references to files (inside /public/) folder relative to index.html
v1.14.15
August 2, 2022Refactor
-
Extend link components (
<a>,<LinkButton>, any kind of button inside<Checkbox>label) CSS variables
v1.14.14
August 1, 2022Breaking changes
- Set actual HUB backend version as default, setting
apiVersion: 'v1'inindex.ymlis not mandatory anymore
If you need to run application with legacy version of HUB backend, you need to setapiVersionfield inindex.ymltov0
Refactor
- Expose
changeLocaleaction toCoreContext
Bug fixes
- Set correct value to
app.localein YAML expression context on application initialization