All Versions
62
Latest Version
Avg Release Cycle
46 days
Latest Release
1419 days ago

Changelog History
Page 2

  • v1.12.15 Changes

    February 04, 2019

    4 February 2019

    • 0️⃣ Default view sort doesn't take precedence over selected view #2192
    • πŸ›  Fix users onCreate 921e7cd
    • βœ‚ Remove Formsy dependency f56293b
  • v1.12.14 Changes

    31 January 2019

    • βž• Add script to update package.json dependencies #2174
    • Go back to using FormNestedFoot in Nested Array Fields #2170
    • Debug & Admin layouts #2177
    • Apollo2 finalization (backward compatibility) #2157
    • πŸ“¦ Use qs package 40be66b
    • πŸ‘• linting, removing apollo package eeada2d
    • πŸ›  Fixed versions issues (react-bootstrap + apollo) 02cfafa
  • v1.12.13 Changes

    2 January 2019

    • πŸ›  Fix semicolons and other linting issues 111e00e
    • πŸ›  Fix ESLint unused variables 3e1571e
    • Comment out sendy integration for now 7ddcc28
  • v1.12.12 Changes

    31 December 2018

    • βž• Add ES translations for error messages #2165
    • forgot to add variable #2163
    • πŸ›  fixed nested array field error #2162
    • πŸ›  fixed helmet for testing #2156
    • πŸ›  fixed whitespace to pass linting test #2154
    • πŸ”‹ Feature/smart form reset #2131
    • βž• Add async hook to RouterHook and provide props as argument #2065
    • Cleanup Datatable / withComponents pattern #2126
    • βž• Add Prettier and Husky #2130
    • πŸ‘Œ Support form id attribute in SmartForm #2152
    • πŸ“¦ clean up NPM packages 4f49350
    • πŸ›  Fix NPM vulnerabilities 8d00e60
    • βž• add redux 19df560
  • v1.12.11 Changes

    15 December 2018

    • βž• add minCount and maxCount to SmartForm nested arrays #2141
    • πŸ‘ Allow user to customize apollo json parser options #2147
    • βž• added collection creation hook #2148
    • βž• add refetch to props on withSingle #2137
    • βž• add english field errors #2136
    • Apollo 2 SSR #2128
    • βž• Add Prettier and Husky b0f4ecd
    • βž• add bootstrap-ui to allow form mounting fde4d90
    • split Datatable into purely visual components 7162870
  • v1.12.10 Changes

    24 November 2018

    • Respect user.isAdmin on creation #2122
    • βͺ rollback callbacks test #2123
    • πŸ›  Mutation button small fixes #2116
    • πŸ›  Fix datatable bug when sorting a column #2113
    • single resolve documentId undefined -> now returns null #2112
    • Cleanup forms, add changeCallback #2108
    • 0️⃣ set default email and siteName for Accounts related emails #2110
    • Warn when no searchable field is set and terms.query is set #2106
    • 0️⃣ Pass context to the defaultView too #2109
    • πŸ‘Œ Support arrays with primitives #2057
    • πŸ”¨ vulcan-form-tags: refactor and fix #2099
    • ⚑️ Update fr_FR.js: add datatable.search entry #2104
    • datatable: add i18n for the search field #2103
    • βͺ Revert changes made to getUnusedSlug in #2075 #2102
    • Custom form components #2080
    • 🚧 [WIP] Apollo2 server #2094
    • πŸ›  Fix OpenCollective part of readme #2097
    • only clear current values for new document's form #2060
    • βͺ Restore Edge support #2093
    • SmartForm: use prop schema, if given #2092
    • βž• Add /i18n debug page #2091
    • ⚑️ Users' slug is updated on displayname change #2075
    • SubmitButtonLabels #2082
    • πŸ”€ Don't merge schema in Vulcan, only do it with SimpleSchema #2086
    • Email subjects shouldn't be coupled with sitename #2088
    • Apollo2 withMessages #2089
    • 🚧 [WIP] Apollo 2: apollo-state-link and RR4 #2083
    • πŸ‘Œ Support email headers property and simplify logic #2087
    • SmartForm.getLabel() intl string fallback #2077
    • βœ‚ Remove bootstrap from vulcan-forms #2076
    • Field resolvers should check for access (fix #2124) #2124
    • βͺ Revert some of the changes in #2112 (fix #2118) #2118
    • Pass query results to email's data() function as second argument (fix #2048) #2048
    • ⚑️ copy-pasted meteor/apollo, updated to RR4 2bacae7
    • Comment out/disable legacy code for now 6275108
    • basic example with apollo-server, not yet working 8d3120a
  • v1.12.8 Changes

    17 September 2018

    • πŸ›  fix bug preflight from apollo #2070
    • Pass locale as key to IntlProvider to force a rerender on locale change #2072
    • cleanup: Fix naming after withList -> withMulti change #2071
    • βž• Added support for cc, bcc, and replyTo fields for email API #2062
    • πŸ›  [BugFix] remove document from canCreateField #2069
    • πŸ›  Minor bug fixes #2068
    • πŸ‘ Allow "guests" in withAccess #2063
    • πŸ›  Minor changes and bug fixes in withMulti, single resolver, schema generation #2059
    • vulcan-users - permissions - filter out array based fields #2056
    • Cleaned up the options management in hocs #2053
    • πŸ‘ Allow to edit username, and override 3rd party name if it is set #2052
    • πŸ‘ Allow user to return nothing in submitCallback #2051
    • Pass collection as property when running new API mutators' callbacks #2050
    • πŸ›  fixed issue that hardcoded email test queries to work only with single queries #2047
    • βž• Add only document once on withMulti query reducer #2049
    • Pass request headers through context #2046
    • When changing email address on an account, mark the new address as unverified #2043
    • πŸ”¨ Refactor registerComponent to fix #2061 (see also #2031) #2061
    • Fields with "$" should never be included in generated fragments (fix #2044) #2044
    • πŸ›  Fix ESLint 5fc0e30
    • cleaned up the options management in hocs 17f9671
    • πŸ‘• ESLint fixes dfa4c77
  • v1.12.0 Changes

    29 August 2018

    • βž• Add support for email address verification. #2040
    • defer creation of apolloClient until it is first used #2041
    • 🚚 Users totalCount and removed one console.log #2035
    • πŸ›  OpenCRUD fixes #2034
    • ⚑️ [opencrud]Β update Users mutations to match {selector, data} args #2033
    • [Forms] Add currentDocument to clearForm #2030
    • Warn when replacing a non-registered component and register it anyway #2029
    • 0️⃣ Minor default resolvers and mutations improvements #2028
    • Dynamic fragment initalization #2025
    • Pass opencrud field properties to the form #2024
    • πŸ›  Bugfix/nested objects b34f0a25ce0c775a29a14241b14e9bc0e47976c8 #2022
    • collection.getParameters handles schema extension for searchable fields #2021
    • ⚑️ Open Collective Updates #2020
    • Dynamic loader improvements #2013
    • FormComponent value handling improvements #2011
    • πŸ†• New default for Apollo tracing #2009
    • βœ‚ Remove hardcoded limit to users List resolver #2008
    • πŸ›  Fix async callbacks called with no arguments #2007
    • πŸ‘ Allow passing multiple args to HOCs #2005
    • πŸ’» [vulcan:ui-bootstrap] fix duplicate "noneOption" on rerendering the Select component #2003
    • πŸ›  Fix #2027 #2027
    • πŸ›  Fix #1998 part 2 #1998
    • πŸ›  Fix #1998 #1998
    • Wrap checkboxgroup (fix #2004) #2004
    • βž• Add debug statements and fix #2001 #2001
    • βœ… setup tests 4744561
    • βœ… setup an example test with Tinytest and added Jest's expect to dependencies 6deab6b
    • Splitted FormNested between objects an arrays b5e54ea
  • v1.11.1 Changes

    13 June 2018

    • βš™ runQuery->runGraphQL #1995
    • ⚠ Popup warning on page closing for SmartForm unsaved changes #1989
    • Await between hooks in runCallbacks #1984
    • ⚑️ update FR translation for SmartForm changes #1986
    • Restrict value altering to allow multiple datatypes in FormComponent #1982
    • check for redirect before trying to redirect #1978
    • βž• Add MongoDB aggregation to Collections #1961
    • withList Loading prop adjustment #1975
    • Include document prop in mutationErrorCallback method #1969
    • ⚑️ Update Flash component and withMessages container #1973
    • ⚑️ Update FormSubmit.jsx #1972
    • πŸ”¨ ui-bootstrap: Add a separate Modal component and refactor ModalTrigger to use it. #1971
    • πŸ›  Fix field errors display #1964
    • 🌲 More graphql error logging #1965
    • πŸ”„ change from telescope-newsletter to vulcan-newsletter #1966
    • πŸ›  Fix Form props #1960
    • Give CheckboxGroup its own custom event handler (fix #1998) #1998
    • ⚑️ Update packages c70f32a
    • πŸ”„ Changes to SmartForm behaviour c3f33cb
    • πŸ”¨ Refactored GraphQL schema generation code to use new GraphQL templates 1d39212
  • v1.9.1 Changes

    21 April 2018

    • πŸ›  Fix nested forms after props renaming #1959
    • add error_incorrect_password to FR package #1954
    • πŸ›  fix: connection -> connexion #1950
    • πŸ“¦ Vulcan FR language package #1943
    • πŸ‘‰ use this.getCollection() instead of props.collection #1941
    • ⚑️ Update mingo to 2.2.0 #1928
    • βœ‚ Remove sanitizeHtml import on client #1925
    • vulcan:debug : Components Dashboard now shows all hocs #1923
    • ⚑️ Update es_ES.js #1918
    • πŸ›  Fix TrackerComponent and add missing i18n string #1913
    • πŸ›  Fix TrackerComponent and include in repo to fix Accounts.LoginFormInner #1907
    • πŸ›  Various minor bug fixes #1904
    • πŸ›  Fix Charges Insert #1902
    • 🌐 Missing es-ES translation #1892
    • βž• Add stripe callbacks #1887
    • πŸ›  Fix async register callback for vulcan-payments #1886
    • πŸ›  Fix stripe plan startup #1885
    • Create Stripe Subscriptions on startup if requested #1879
    • Export stripe singleton #1880
    • Datatable - replace SPACE with - in the datatable-item-* className #1868
    • βœ‚ Remove console log from routes dashboard #1877
    • πŸ›  Fix the Edit and Reply cancel methods on Comments component in example-forum package #1876
    • #1865 Fix upsert #1869
    • πŸ›  Fix example-forum events callback #1874
    • πŸ›  Fix embed for posts callback #1872
    • Export Cloudinary singleton #1873
    • πŸ›  Fix sample_settings.json for Google Analytics #1864
    • ⚑️ packages update to meteor 1.6.1 #1861
    • βž• Add upsert mutation #1858
    • πŸ›  Fix linter errors #1857
    • CircleCI Config #1848
    • Respect checkAccess for total resolver #1853
    • optionsAsStrings was not defined #1855
    • βž• Added getCollection to withEdit & withRemove #1851
    • πŸ›  Fix seeding not being sequential & fix broken example packages #1849
    • βž• Added getCollection to withNew #1850
    • πŸ›  Fix React prop warnings for SmartForm #1847
    • Consolidate getCollection code #1844
    • βͺ revert allVotes #1843
    • πŸ›  Fix circular dependency between Utils and settings #1841
    • πŸ‘ Allow SmartForm to use collection or collectionName #1840
    • βͺ Revert "showEdit on Card" #1839
    • βͺ Revert 1828 fix allvotes #1838
    • πŸ›  fix allVotes resolveAs #1828
    • 🌐 Add package Spanish Translation i18n-es-es #1824
    • πŸ‘‰ showEdit on Card #1836
    • πŸ›  Fix circular dependencies between schemas and collections #1837
    • πŸ›  Fixed graphQL schema for example-forum #1830
    • πŸ›  Fixed voting bugs #1827
    • ⚑️ Update to 1.8.5 #1
    • βž• Added comments from the example-simple video tutorial for reference f… #1820
    • πŸ›  Fix Newsletter Banner SSR #1817
    • 0️⃣ Set default waiting state to false to avoid SSR override #1816
    • πŸ‘‰ Use getComponent for childRoutes #1813
    • πŸ‘ Allow the ApolloEngine LogLevel to be set via the settings #1810
    • Form loading state fix #1811
    • πŸ›  fix admin delete user hide bug #1803
    • βž• Add VSCode jsconfig #1801
    • Debug Groups & Colors #1802
    • πŸ›  Fix warnings from React 16 update #1800
    • ⬆️ Upgrade to React 16.2 #1799
    • πŸ›  fix duplicate email returns "unknown error' #1795
    • βœ‚ Remove optics-agent from package.json #1791
    • Cleanup 1.8.1 #1790
    • πŸ›  Fix #1933 #1933
    • 🚚 Move isAdmin init code to callback, fix #1917 #1917
    • Don't try to reorder items on vote (fix https://github.com/VulcanJS/Vulcan-Starter/issues/34) #34
    • βž• add missing await (fix https://github.com/VulcanJS/Vulcan-Starter/issues/24); get rid of extra db call #24
    • Pass down props (fix #1856) #1856
    • βœ‚ Remove all example code from core repo (it lives in Starter repo now instead) 7d17b57
    • ⬆️ Package upgrade 7ec4f4d
    • Super-hacky fix to the accounts setState issue 6facf15