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

@nocobase/logger

Package Overview
Dependencies
Maintainers
1
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/logger - npm Package Versions

1
2931

0.10.1-alpha.1

Diff

Changelog

Source

v0.10.1-alpha.1 - 2023-07-07

Merged

Commits

  • chore(versions): 😊 publish v0.10.1-alpha.1 15f0282
  • chore: update changelog a96c4cd
  • fix(acl): add roles.users field 7e0ac57
chenos
published 0.10.0-alpha.5 •

Changelog

Source

v0.10.0-alpha.5 - 2023-06-29

Merged

  • fix(assigned field):dynamic value validation error when assigned field #2117
  • fix(upload): fix the upload status not being updated if the upload was successful #2133
  • fix: association fields cannot config in table #2146
  • feat: error cache #2145
  • fix(client): fix field initializer in detail block #2144
  • fix: dropdownMatchSelectWidth=false #2143
  • fix(doc): 同级目录跳转 #2140
  • refactor: should use useDocumentTitle to change document title #2137
  • Add *.pdf preview #2105
  • fix: migration up error #2135

Commits

  • chore(versions): 😊 publish v0.10.0-alpha.5 560c00c
  • chore: update changelog c32533e
chenos
published 0.10.0-alpha.4 •

Changelog

Source

v0.10.0-alpha.4 - 2023-06-27

Merged

  • refactor: request data when the drop-down list is opened #2127
  • fix: fix dialog does not appear #2134
  • fix(association-field):submitting failed after adding data in subform for multiple association fields #2065
  • fix(sub-apps): fix incorrect page display when navigating sub-apps #2126
  • fix: tree gantt block does not display correctly #2123
  • fix(plugin-workflow): change to use formv2 to avoid values updating issue #2124
  • style:list and gridCard block style improve #2087
  • fix: fix designer button does not appear #2120
  • fix: fix the drop-down menu does not disapper #2109
  • chore: fix typo #2108

Commits

  • chore(versions): 😊 publish v0.10.0-alpha.4 f3f91bd
  • chore: update changelog ce79e4d
  • Revert "chore: upgrade types of react" b2e7185
chenos
published 0.10.0-alpha.3 •

Changelog

Source

v0.10.0-alpha.3 - 2023-06-25

Merged

  • fix: deleting the last field from sub table, the entire table will be delete #2077
  • fix(sub-table): inherited fields cannot be edited in a subtable #2106
  • fix(input-number): change step to 1 #2104
  • fix: schema-uid-invalid #2107
  • fix(plugin-workflow): fix branch and exit logic #2103
  • fix: create plugin cli error #2102
  • fix: select options #2101
  • chore(deps): bump formily from 2.2.24 to 2.2.26 #2088
  • fix(sub-table): allows configuration of "Display association fields" #2073
  • style: enable child collection modal style improve #2100
  • feat: data scope support variables for association fields #2049
  • refactor: fix warning of antd 4.x #1998
  • fix(plugin-workflow): fix job button style #2098
  • fix(mobile-client): fix multiple bugs and do some improvement #2072
  • fix(plugin-verification): fix duplication of installation #2097
  • fix: incomplete field list for assigned fields #2093
  • fix: add useAdminSchemaUid #2092
  • refactor(db): add batch logic to update for better performance #2070
  • fix: unable to load data from chinaRegion during the first configuation #2089
  • refactor: migrate adminSchemaUid & mobileSchemaUid to system settings #2084
  • fix(plugin-workflow): fix occasional error on enter workflow page #2086
  • fix: mobile docs style #2083

Commits

  • chore(versions): 😊 publish v0.10.0-alpha.3 83bf8ea
  • chore: update changelog cc37667
  • feat: update docs 5672ffc
chenos
published 0.10.0-alpha.2 •

Changelog

Source

v0.10.0-alpha.2 - 2023-06-20

Merged

  • refactor: upgrade umi, react and react-router-dom #1921
  • fix(collection-manager): share collection when COLLECTION_MANAGER_SCHEMA not set #2081
  • fix(plugin-formula): fix formula field effect and read-pretty component #2076
  • fix: file collection field should default to preview as the title field #2059
  • fix(client): remove incorrect onchange in json component #2079
  • fix(client): fix onchange mistake #2075
  • fix(client): fix locale #2074
  • fix(Varaible): fix option is disabled #2043
  • fix: rowSelection undefined #2071
  • fix: association field cannot enable link in table column #2066
  • refactor(plugin-workflow): manual collection block migration #2064
  • refactor(association-field): support sub table #1862
  • fix: avoid error #2060
  • fix(Data-template): fix field cannot be expanded #2057
  • feat(association field):quick add new #1953
  • fix: duplicate action locale #2052
  • fix: fix default value of optional field #2053
  • refactor: List block and GridCard block style improve #1988
  • fix: block disappears when dragged over its parent #2048
  • fix: form performance #2047
  • fix: default value for multiple select cannot be set #2031
  • fix: display on the PC side of moblie access is incomplete #2039
  • fix: enable tab and deleting tab page will result in an error #2045
  • refactor(PluginManager): remove useless code #2022
  • fix(mobile-client): some mobile-client bugs #2017
  • fix: error reported after deleting the associationFilter block linkage field #2038
  • fix(association-field): default values for the fields of a association field #2037
  • chore(database): return emtpy fields when attributes not specified #2034
  • refactor: child and parent field are not linked #2030
  • fix(oidc): bugs of integration with logto #2032
  • fix(data-template): filter out foreign keys #2033
  • fix(client): fix json input component value handling #2028
  • feat: filter out IDs in sub-forms #2025
  • fix(GridCard): column count not work #2023
  • feat: use ActionContextProvider instated of ActionContext.Provider #2019
  • fix: re-insert repeat routes #2018
  • refactor(plugin-workflow): change node config api render to component #2014
  • chore(github-actions): separate frontend and backend tests #2013
  • feat(plugin-mobile-client): support mobile-side client #1879
  • chore(database): append inherit inspect attribute with eager load #2010
  • feat(auth): support custom authentication #2007
  • feat(plugin-fm): add option for storage to remove file physically or not #2005
  • fix: eager load with nested association #2002
  • chore(acl): write role to acl if it exists in database and not found … #2001
  • feat: duplicate action #1973
  • refactor(association-field): useAssociationNames hook #1956
  • chore(collection-manager): should not throw error when source collection destoryed #1999
  • fix: assignedField can not select dynamicValue #2000
  • test: add tests for client #1960
  • fix: display title enable #1995
  • fix(plugin-formula): fix result component caused page crash #1996
  • feat(collection-manger): lazy load collection field #1993
  • fix: the edit drawer's audit logs block can only get records by this … #1917
  • feat: upgrade formily #1880
  • refactor(plugin-fm): change api and allow to select storage #1250
  • fix: fix default value is invalid in subform #1989
  • feat(database): add firstOrCreate and updateOrCreate in repository #1943
  • feat(database): append child collection name after eager load #1978
  • fix(multip-app-manager): init multiple Application instances while starting up a sub app #1986
  • feat(plugin-workflow): manual forms #1748
  • fix(charts): fields undefined bug #1980
  • chore(database): pg oid and name data type in view #1982
  • feat: infer belongs to association field in view collection #1756
  • fix: treeCollection config in detail block #1975
  • fix(database): missing reference when rewrite parent field #1977
  • fix(evaluators): fix number lead key in variable path #1976
  • fix(association-field): form.get & set valuesIn field.path #1972
  • fix: useCreateActionProps #1971
  • fix(database): update association values with nested associations #1970
  • fix: adding inherited blocks in relation fields under edited operate should only display themselves #1967
  • fix(form-item): data scope and sorting rule config should only display in association field #1964
  • fix: select with color tag value #1963
  • fix: select toValue #1962
  • fix: select null value #1961
  • refactor(sub-form):sub-form style #1959
  • fix(plugin-formula): fix read-pretty component when used in association field #1957
  • perf(data-scope): async loading of variable data #1932
  • fix: undefined mode #1950
  • fix(grid-card, list): display title only work on current block #1942
  • refactor(linkage-rule): linkage rules condition support toMany association fields #1924
  • feat(plugin-manager): better plugin manager experience #1927
  • chore(database): sort many to many associations by primary key by … #1948
  • test(audit-logs): audit log changes #1928
  • fix: eager load belongs to many with through table #1946

Commits

  • chore(versions): 😊 publish v0.10.0-alpha.2 0b06e2c
  • Revert "fix: the edit drawer's audit logs block can only get records by this … (#1917)" a1872fa
  • fix(association-field): show add new button when no data 261ca0d
chenos
published 0.9.4-alpha.2 •

Changelog

Source

v0.9.4-alpha.2 - 2023-05-26

Merged

  • fix: parse nested associations in filterParser #1941
  • fix(association-field): allow dissociate #1940
  • fix(data-template): fix title input prevented proper data switching #1937
  • refactor: association select display loading when data is loading #1925
  • fix(association-field): allow multiple #1938
  • feat(multi-app-manager): support auto start #1931
  • fix(client): fix some warnings #1934

Commits

  • chore(versions): 😊 publish v0.9.4-alpha.2 d7f2146
  • fix(association-field): display sub-details by default 1e870cf
  • chore: update changelog f2619b0
chenos
published 0.9.4-alpha.1 •

Changelog

Source

v0.9.4-alpha.1 - 2023-05-25

Merged

  • chore: load view collection when source not found #1930
  • feat(data-template): support to set data scope and title field #1918
  • feat(data-template): support for unlimited levels of fields selection #1910
  • chore: when using association field by picker mode,it's open size can be changed #1926
  • fix(ConfigurationTabs): avoid error #1782
  • fix: tableField query data in add child action #1876
  • refactor: front-end testing with vitest #1900
  • fix: disable popup button in add-modal #1808
  • fix: append acl resource params #1923
  • chore: update guard with array contains null #1922
  • refactor: initialization when switching field components #1915
  • fix(association-field): only when the new data is successfully created can the data be associated #1884
  • fix: eager load with belongs to many with custom source key #1913
  • fix: hiding the title of a subform will hide all embedded titles #1904
  • fix: updateAssociationValues #1903
  • fix(plugin-formula): use read-pretty component in result #1911
  • fix: can't set default value when turn on the form field required #1887
  • fix(Data-template): fix bug when deleting fields #1907
  • feat(app): add clear cache button #1909
  • fix: eager load belongs to many association #1906
  • feat: support to-multi field variables #1680
  • fix: append belongs to association with fields #1894
  • fix: appends belongs to association #1893
  • fix: preload relational data #1847
  • feat: support reboot application manually #1889
  • Refactor/append fields #1883
  • chore: pg sql parser #1890
  • fix(plugin-workflow): fix language #1886
  • fix: field required when setting sorting rules #1885
  • feat(plugin-workflow): add node description to drawer when edit node #1882
  • fix(plugin-workflow): fix variable api caller in loop #1877
  • chore(github-template): clean comments and format #1878
  • feat(association-field): default one data for to-many association #1873
  • fix(plugin-workflow): fix trigger title when workflow not loaded #1875
  • feat(plugin-workflow): aggregate #1852
  • Feat/translation es_ES #1801
  • fix: data is not updated when appends are changed #1872
  • fix:association select no options when clearing filter #1866
  • fix(acl): issue with repeated createdById field #1871
  • feat(client): allow search by title in collection select #1869
  • chore: skip get standalone deployment sub application #1868
  • fix(plugin-workflow): remove useless context option #1867
  • fix: inherit fields filter Foreign Key fields #1864
  • feat(plugin-workflow): loop #1787
  • fix: insertAdjacent not find #1861
  • refactor(add-new):association field add new support button edit #1854
  • feat: support List and Grid Card block #1753
  • fix: fix multi-select field not show 'Allow multiple' switch #1857
  • fix: field for attachment interface type without appends #1856
  • fix: action error when field deleted #1849
  • feat: support running single sub app #1853
  • fix: assign field with delete field #1850
  • fix: title field in assign fields value #1848
  • fix:association appends #1842
  • feat(plugin-workflow): add delete button in workflow canvas page #1844
  • fix(block-provider): getNesterAppends filter fix #1839
  • feat: repository aggregate method #1829

Commits

  • feat(docs): update docs 0b0a8d2
  • chore(versions): 😊 publish v0.9.4-alpha.1 9c94840
  • chore: update changelog a6c7b41
chenos
published 0.9.3-alpha.1 •

Changelog

Source

v0.9.3-alpha.1 - 2023-05-11

Merged

  • refactor: association field #1838
  • fix: tree with fields option #1833
  • fix(client): fix ime status in variable textarea #1832
  • chore: should not return children property when child nodes are empty #1825
  • fix: tree with sort field #1822
  • fix(plugin-workflow): select menu width #1820
  • fix: filter with appends #1819
  • Fix/filter by array field #1813
  • Fix/empty tree query #1814
  • fix: association scope inherit #1806
  • fix: update tree node #1812
  • fix: list trees #1810
  • test: filter nested association #1802
  • fix: table configuration delete button problem #1764
  • fix: fix Menu dismiss on Drag&Drop #1772
  • fix(linkage-rule): condition variable field is allow select To many association fields #1798
  • chore: duration calculation #1770
  • fix: tree performance #1779
  • fix: close the drawer incorrectly after submit #1775
  • Fix/recreate association field #1789
  • fix: drop repeated "Connect data blocks" #1763
  • fix: failed to open child collections add new modal #1780
  • fix(utils): fix json-templates bug and moved to utils #1784
  • fix(evaluators): fix date result in variable #1781
  • fix: fix button design about edit action #1755
  • chore: enable overring field default value #1777

Commits

  • chore(versions): 😊 publish v0.9.3-alpha.1 cf0a921
  • chore: update changelog daf2034
  • chore: fix lint errors 23ad507
chenos
published 0.9.2-alpha.4 •

Changelog

Source

v0.9.2-alpha.4 - 2023-04-26

Merged

  • feat: node args in pm2 runtime #1774
  • fix: hide default value for expression #1765
  • fix(AssociationSelect): fix x-read-pretty not working #1766
  • fix: fixed the configuration field filter #1742
  • fix(filter-block): fix association fields not being filtered #1758
  • fix(variable-input): fix style #1761
  • chore: skip sync overriding field default value #1762
  • fix: gantt abnormal drag and drop update action #1760

Commits

chenos
published 0.9.2-alpha.3 •

Changelog

Source

v0.9.2-alpha.3 - 2023-04-25

Merged

  • fix: eslint #1759
  • feat: deleted collection field give some tips #1744
  • chore: optimize the white screen problem #1639
  • fix: plugin-manage and designable-switch add tooltip #1749
  • chore: update dockerfile #1754
  • chore(comment): collectionOptions.duplicator #1752
  • fix: custom column title, same as form field title #1745
  • feat: support to use variables to set default value #1726
  • fix(plugin-workflow): request headers and params should support input #1750
  • fix(client): fix initializer meno props based on antd@^4.24 #1746
  • fix: improve the display of the title field #1741
  • fix: batch edit deletes relational table fields #1743
  • style: automatically omit table cell content based on width #1646
  • feat(collection-manager): support for setting the title field #1729
  • fix: acl scope support variables #1660
  • fix: filter-condition-update-incorrectly(switch "and"、"or") #1737
  • fix(plugin-workflow): fix foreignkey in variable #1740
  • fix(plugin-formula): remove showUnchecked option #1730
  • fix(plugin-workflow): fix manual migration script #1735
  • fix: correcting misspelled word #1731
  • fix(FilterFormBlock): fix association field can not to filter #1699
  • feat: add react-hooks lint #1728
  • fix: missing spacing after dragging #1671
  • fix: load view collection #1727

Commits

  • chore(versions): 😊 publish v0.9.2-alpha.3 9756dd1
  • fix(collection-manager): fix table layout 683db5b
  • refactor: fix lint error 7b9bfa1
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