Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mapomodule/core

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapomodule/core - npm Package Versions

13

1.0.0-alpha.27

Diff

Changelog

Source

1.0.0-alpha.27 (2022-08-25)

Bug Fixes

  • remove unused options plugin (45004bb)
  • colorfield: return string in colorfield (3acbd5c)
  • detail: added force option to languages (8ed4b69)

Features

  • fields: added color field (ead7448)
  • mediapreview: added title tag to medias (d063162)
  • implemented enhanced media compomentent (fe336e1)
  • implemented media preview through MediaPreview component (575c285)
bnznamco
published 1.0.0-alpha.23 •

Changelog

Source

1.0.0-alpha.23 (2022-05-04)

Bug Fixes

  • detail: prevent rendering of fields until the model is fully loaded (0421d79)
  • repeater: better borders and padding for repeater lines (07faf36)
  • seoPreview: fix permalink preview to integrate the domain (8bdd6a3)
  • utils: better File recognition for deepClone util (72a1002)
  • fix detail component not redirecting on save and continue action (3ba4bb6)
  • fix readonly fields in forms (564a853)

Features

  • forms: update style of group and tabs (a8d902b)
  • added maxHeight prop to repeater (5adc02e)

Performance Improvements

  • forms: Decrease rendering time of form component, and all Components based on form (22a191a)
bnznamco
published 1.0.0-alpha.22 •

Changelog

Source

1.0.0-alpha.22 (2022-05-01)

Bug Fixes

  • fix detail component slot bindings (c4367a3)
  • fix form fields components discovery (3f4fb0b)
  • fix language switch in repeater (76d4b80)
  • fix missing funtions in confs. this is a bit hacky. better to find a better solution (e3117cf)
  • fix repeater commands showing only on sidebar hover (82de95d)

Features

  • added a collapsed Label prop to define it in the repeater (ec26fcb)
  • added a vShow callback prop to conditionally display a field (c94a280)
  • added collapsed mode to repeaters (e99e2cd)
  • added onChange callback to fields (f19a994)
  • big code refactor and improovements to fields management (a818d8b)
  • Form component has now many more slots (5db0da8)
  • move vShow check in form component and add vVisible check (c219cec)
  • form: added tabs configuration to forms (387e521)
  • repeater: now repeater with templates has more precise slots (67eb56f)
bnznamco
published 1.0.0-alpha.19 •

Changelog

Source

1.0.0-alpha.19 (2022-04-06)

Bug Fixes

bnznamco
published 1.0.0-alpha.18 •

Changelog

Source

1.0.0-alpha.18 (2022-04-04)

Bug Fixes

  • fix core interceptor syntax (c546a48)

Features

  • Filefield opens files in popup window (96be24a)
bnznamco
published 1.0.0-alpha.17 •

Changelog

Source

1.0.0-alpha.17 (2022-04-03)

Bug Fixes

  • fix default dialogProps in quick edit component (dd45bbd)
  • various fixes to auth loops (58cdb58)
bnznamco
published 1.0.0-alpha.16 •

Changelog

Source

1.0.0-alpha.16 (2022-04-03)

Bug Fixes

  • detail: fix reference errors in detail component (f5c3fb2)
  • list: fix offlineMode data table reordering (55eb55f)
  • mediamanager: fix dialog style (732d748)
  • mediamanager: fix media folder style (0ac29c8)
  • prevent filefield bad mount (cc84540)
  • repeater: fix reordering animation (fe192fe)

Features

  • Added mapo integrations module! 🎉 (76d2c80)
  • quick-edit: added possibility to customize dialog props of ListQuickEdit (f3028c0)
  • added mapo options to mapo helper (38dcbf2)
  • repeater: added readonly state to repeater field (d2aa979)
  • theme: added dark/light mode switcher (1c45cb1)

BREAKING CHANGES

  • This change removes all the camomilla cms references moving the compatibility layer in a detached package mapo-integrations-camomilla. The guidelines to make mapo work with camomilla will be provided in the package readme.
bnznamco
published 1.0.0-alpha.15 •

Changelog

Source

1.0.0-alpha.15 (2022-03-11)

Bug Fixes

  • fix detail component for single translatable languages (cab50e5)
  • fix detail-field bad mounting if v-model is too quick (6198a7d)
  • fix media-field bad mounting if v-model is too quick (335a7c2)
  • removed permanent scrollbar on page body (2cb3f13)

Features

  • add sortable capabilities to repeater field (c962f62)
  • add sortCallback also to add and remove items in Repeater field (1ae82c3)
  • added Repeater field 🌶 (f388094)
  • added loading status to fksfield while fetching options (07137ee)
  • enhance findPropPaths to deal also with arrays indexes (158a9aa)
  • list: added filtersChange event (3d2a560)
  • manage backend errors on reordering (1df55c2)
  • ordering: added sortablejs to drag and reorder list (eb8bf21)
bnznamco
published 1.0.0-alpha.13 •

Changelog

Source

1.0.0-alpha.13 (2022-03-01)

Bug Fixes

  • added missing error messages to media field (1489001)
  • clean default layout (b32e5db)
  • fix back button in detail page when you came from login or when you have no window history (7881004)
  • fix clipped state cookie parsing (a07251c)
  • fix detail language load (92a2718)
  • fix error page style (d8753a1)
  • fix menu route building for nested folders (1d15b17)
  • fix sidebar menu styling for nested long menus (ba87f59)
  • handle media manager requests errors. (809704b)
  • detail: set current lang at mount time (46c98a7)
  • remove logout from sidebar if no user logged in (e9d562b)
  • remove remaining toc plugin configuration from tinymce (9defb47)
  • remove toc and imagetools plugin from tinymce (e1d12cf)

Features

  • accept axios configuration in endpoint prop of FksField (9dfca0b)
  • added loading page before content retrieve in detail page (4f26c03)
  • added login button to profile component if no user logged in (354a25a)
  • added minivariant to app store and save state on cookie (dbcd60b)
  • added snack message in the requst interceptor (acf9cd1)
  • detached SidebarProfile from sidebar component (92c2894)
  • make all modals draggable 🛸 (57da10d)
  • pass errors to slot bindings inDetail component (9303b39)
bnznamco
published 1.0.0-alpha.10 •

Changelog

Source

1.0.0-alpha.10 (2022-02-11)

Bug Fixes

  • fix crud requests without multipart policy (5875833)
  • fix list table first entry key path (issue #14) (f29f25a)
  • fix objectHelper getPointed returning a keyerror when some point in path are missing (6f1c2aa)

Features

  • core: Completely rewritten multipart capabilities, now the crud helper autodiscovers whet to use a multipart request. (0a6546c)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc