Skip to content

Latest commit

 

History

History
475 lines (271 loc) · 25.5 KB

CHANGELOG.md

File metadata and controls

475 lines (271 loc) · 25.5 KB

Changelog

0.5.14 (2025-01-24)

Bug Fixes

  • v1-components: isURL predicate now returns true for relative URLs without protocol (7de880e)

0.5.13 (2025-01-24)

Features

  • v1-components: Expanded TS type 'Dimensions' with a set of values like -xM (90e270f)

Bug Fixes

  • v1-components: Validator for UiLink & UiToolbarLink allows javascript:void(0) (693e7d4)

0.5.12 (2025-01-23)

Features

  • v1-contexts: Added field for system routing data (5638050)
  • v1-contexts: Added isAdmin/isManager flags to user/current context (a0c491a)

Bug Fixes

  • v1-components: Adjusting types in package according to the fix from v1-types (a3e8f1f)
  • v1-types: Accepts method of fields in schemas (deffa6f)

0.5.11 (2025-01-22)

Bug Fixes

  • v1-components: If workers array is empty, original image source will be used (27fa33c)

0.5.10 (2025-01-21)

Features

  • Added UiImage to known components list (316e39c)
  • v1-components: Added logic for image optimizing: resize/crop, UiImage component that implements optimization logic, UiAvatar images optimized by default, if workers array is provided (6d7dcfa)
  • v1-contexts: Added field 'image.workers' to settings context (38355b2)

0.5.9 (2025-01-15)

Features

  • Added customContexts field to targets's metadata used by docs generators (1bcc318)

0.5.8 (2025-01-14)

Bug Fixes

  • v1-components: Missing UiAvatarList in host environment (a1f1d55)

0.5.7 (2025-01-14)

Features

  • v1-components: Added chevron-left icon sprite (687a69c)
  • v1-components: Added UiAvatar component (ea6ae32)

0.5.6 (2025-01-03)

Bug Fixes

  • Updated vue-remote to v0.2.5 with fixes to host tree update mechanism (72427e5)

0.5.5 (2024-12-28)

Features

  • Added options to useCustomField so it is possible to narrow it's type & handle errors of interactions with host (43a08fa)

0.5.4 (2024-12-25)

Bug Fixes

  • v1-contexts: Setting value in reactive state for custom context (226669d)

0.5.3 (2024-12-25)

0.5.3-alpha.1 (2024-12-24)

0.5.2 (2024-12-24)

Special release for the fixes included. Please take a note here that alpha versions' changes were not included.

Bug Fixes

  • Fixed description of target 'order/card:comment.manager.before' (dbe61c7)

0.5.2-alpha.4 (2024-12-24)

Features

  • v1-types: Removed before/last fields from CustomDictionaryFilter (54f64ab)

Bug Fixes

  • Missing UiCheckbox/UiRadio in components' names list passed to remote root (2d0981e)

0.5.2-alpha.3 (2024-12-23)

Bug Fixes

  • v1-contexts: Missing company.KPP field of order/card context from v0.5.1 (11c3cc4)

0.5.2-alpha.2 (2024-12-23)

Bug Fixes

  • v1-components: Missing UiRadio host export (8811cf6)

0.5.2-alpha.1 (2024-12-23)

Features

  • v1-components: Added UiRadio component (a29ab06)

0.5.1 (2024-12-23)

Special release for the features included. Please take a note here that alpha versions' changes were not included.

Features

  • New target definition 'order/card:comment.manager.before' for widgets in 'Client comments' block (556ce64)
  • v1-contexts: Added company.KPP field to order/card context (c188ccb)

0.5.1-alpha.6 (2024-12-20)

Features

  • v1-components: Added UiCheckbox component (87cbaa8)

0.5.1-alpha.5 (2024-12-19)

Features

  • v1-contexts: Adjusted validator to changed custom fields' kinds (3f730be)
  • v1-contexts: Removed before & last filters from custom dictionary query (9e53e28)
  • v1-types: Renamed custom field kinds, additional custom fields (0100148)

0.5.1-alpha.4 (2024-12-17)

Bug Fixes

  • Missing useCustomField declaration in index.d.ts (4babd03)

0.5.1-alpha.3 (2024-12-16)

Features

  • v1-types: All fields except 'choice' were made nullable (0311cb5)

0.5.1-alpha.2 (2024-12-16)

Bug Fixes

  • v1-contexts: Missing utilities, renaming according to types changes (5cdd029)
  • v1-types: Replacing experimental types (3ebc4d2)

0.5.1-alpha.1 (2024-12-13)

Features

  • Added useCustomField composable (8290af2)
  • v1-contexts: Logic of custom contexts (b4e3dff)
  • v1-types: Added types for custom contexts (a86c795)

0.5.0 (2024-12-11)

⚠ BREAKING CHANGES

  • Renaming fields of order/card context

Features

  • Renaming fields of order/card context (cc8f72f)

0.4.9 (2024-12-10)

Features

  • v1-contexts: Added additional value to contragent.type (95ad354)

0.4.8 (2024-12-09)

Features

  • v1-contexts: Added fields to order/card context (1320580)
  • v1-contexts: Types clarification, processing errors in changes handler method 'on' of ContextAccessor, created by createContextAccessor (111a08c)

0.4.7 (2024-12-08)

0.4.6 (2024-12-08)

Bug Fixes

  • v1-context: Fixed exported ContextStore ts type (5496f3e)
  • v1-contexts: Moved v1-testing to dev dependencies, where it was intended to be (88f3d06)

0.4.5 (2024-12-06)

Bug Fixes

  • v1-testing: Missing exports field in package.json - reason why v0.4.4 is missing in npm (a7601df)
  • v1-types: Missing exports field in package.json - reason why v0.4.4 is missing in npm (2dcfd9c)

0.4.4 (2024-12-06)

Features

  • v1-contexts: Reactive contexts logic moved to a separated package (025c68b)
  • v1-testing: Package for testing utils (2670e5a)
  • v1-types: Package for basic types (a80bf8f)

Bug Fixes

  • v1-components: Updated @omnicajs/vue-remote to v0.2.3 with fixed logic of TouchEvent serialization (09d447f)

0.4.3 (2024-12-03)

0.4.2 (2024-12-02)

Bug Fixes

  • Exporting types from scaffolding.d.ts (504500f)

0.4.1 (2024-11-29)

Bug Fixes

  • v1-components: Fallback i18n injection to null (2c9250f)

0.4.1-beta.4 (2024-11-29)

Bug Fixes

  • v1-components: Missing event in UiYandexMap remote component declaration, replaced CrmYandexMap with UiYandexMap in remote root known components list (e18c3cf)

0.4.1-beta.3 (2024-11-29)

Features

  • v1-components: Added experimental component - UiYandexMap (19219dd)

0.4.1-beta.2 (2024-11-29)

Features

  • Replaced typeCode / siteCode with type / site in order/card schema (102124b)

0.4.1-beta.1 (2024-11-29)

Features

  • Added typeCode / siteCode to order/card schema (c3c4a27)

Bug Fixes

  • v1-components: Styles of ellipsis modifier of UiLink (c3b2189)

0.4.1-alpha.25 (2024-11-28)

0.4.1-alpha.24 (2024-11-28)

0.4.1-alpha.23 (2024-11-28)

0.4.1-alpha.22 (2024-11-28)

Bug Fixes

  • v1-components: Added slot 'icon' to remote UiLink definition (c15bd98)

0.4.1-alpha.21 (2024-11-27)

Bug Fixes

  • v1-components: Missing VueI18n export (ed6ef3a)

0.4.1-alpha.20 (2024-11-27)

Bug Fixes

  • v1-components: Missing i18n plugin (635b839)

0.4.1-alpha.19 (2024-11-27)

Features

  • Added field 'photo' to 'user/current' context (4d6aece)

0.4.1-alpha.18 (2024-11-27)

Bug Fixes

  • Missing components info for remote root (ee0cf4a)

0.4.1-alpha.17 (2024-11-27)

0.4.1-alpha.16 (2024-11-27)

Bug Fixes

  • v1-components: exports configuration (4756f47)

0.4.1-alpha.15 (2024-11-26)

Bug Fixes

  • Types across schemas, removed artifacts from unsuccessful rebase (d34514d)

0.4.1-alpha.14 (2024-11-26)

0.4.1-alpha.13 (2024-11-26)

0.4.1-alpha.12 (2024-11-26)

0.4.1-alpha.11 (2024-11-26)

Features

  • v1-components: Added links validator for UiButton and UiLink (94788df)
  • v1-components: Added UiToolbar, UiToolbarButton and UiToolbarLink (2bba2b5)

0.4.1-alpha.10 (2024-11-26)

Bug Fixes

  • Missing import of ReadonlyField (5a068ce)

0.4.1-alpha.9 (2024-11-26)

Bug Fixes

  • Types declaration in index.d.ts (2751630)
  • v1-components: Missing slot of remote UiModalWindow definition (2bf97a3)

0.4.1-alpha.8 (2024-11-25)

Bug Fixes

  • Missing contexts in meta.json (52d3529)

0.4.1-alpha.7 (2024-11-25)

0.4.1-alpha.6 (2024-11-25)

0.4.1-alpha.5 (2024-11-25)

0.4.1-alpha.4 (2024-11-25)

0.4.1-alpha.3 (2024-11-25)

0.4.1-alpha.2 (2024-11-25)

Bug Fixes

  • v1-components: Missing exported files (9166a30)

0.4.1-alpha.1 (2024-11-25)

Features

  • v1-components: Added UiButton, UiLink, UiLoader, UiTransition & scaffolding (9685390)
  • v1-components: Added UiError, UiScrollBox, UiTag, i18n and documentation for UiButton and UiLink (e2d2b21)
  • v1-components: Added UiModal, UiModalSidebar, UiModalWindow and UiModalWindowSurface (24d3705)

0.4.0 (2024-11-25)

⚠ BREAKING CHANGES

  • Удалены поля order.templates.number.api и order.templates.number.crm из контекста settings

Features

  • ref #98287 Completed order/card with data (23129cc)
  • ref #98287 Контекст с данными о текущем пользователе (a6cdb78)

0.3.7 (2024-11-25)

Fixes

  • Added generation of meta.json to ci (1b3b776)

0.3.6 (2024-11-22)

0.3.5 (2024-11-22)

Fixes

  • TypeScript types: Writable, WidgetRunner (4b0f656)

0.3.4 (2024-11-21)

0.3.3 (2024-11-20)

Features

  • Добавил блок со списком использований контекстов (6bdd5d6)
  • Добавил испанские переводы (0329323)

Fixes

  • Corrections of documentation types (dc9f297)
  • tsconfig module type (a0f01c1)

0.3.2 (2024-11-20)

Fixes

  • Fixed import of SchemaList in index.d.ts (3da857a)

0.3.1 (2024-11-19)

0.3.0 (2024-11-19)

⚠ BREAKING CHANGES

  • Removed targets order/card:store.after, order/card:dimensions.after

Features

  • Removed targets order/card:store.after, order/card:dimensions.after (4fe9240)

0.2.9 (2024-11-18)

Features

  • Added new targets' definitions for order/card (6054272)

0.2.8 (2024-11-14)

Features

  • 'payload' argument of httpCall methods was made optional (103b6a4)

0.2.7 (2024-11-13)

Features

  • Added useHost composable for calling host methods & first method httpCall (72ec875)

Fixes

  • Fixed customer/card.phone => customer.card:phone naming (9356313)

0.2.6 (2024-11-11)

Fixes

  • Metadata types for protection from missing fields & generation (c6541f3)

0.2.5 (2024-11-04)

Fixes

  • dts plugin removed from build configuration (d5c6991)

0.2.4 (2024-11-04)

Fixes

  • Types declaration of the main entrypoint (4c50e51)

0.2.3 (2024-11-04)

Fixes

  • Types declaration generation (e555013)

0.2.2 (2024-11-04)

Fixes

  • Missing types field in package.json manifest (71fe0a5)

0.2.1 (2024-11-04)

Features

  • Added CrmYandexMap to known components (90621b0)

Fixes

  • ContextAccessor getter return type (5a98241)

0.2.0 (2024-11-02)

⚠ BREAKING CHANGES

  • Removed all types from types/endpoint.d.ts, old ones were replaced with types from types/widget.d.ts
  • Removed previous pages API, which was replaced with reactive context API

Features

  • Scaffolding logic for widgets, reactive context, json metadata for creating documentation (9ddd8f8)

0.1.0 (2024-04-27)

⚠ BREAKING CHANGES

  • @remote-ui/core types replaced with alternatives from @omnicajs/vue-remote

Features

  • @remote-ui/core types replaced with alternatives from @omnicajs/vue-remote (c265070)

0.0.1 (2024-04-26)

Features