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

Changelog History
Page 1

  • v1.15.0 Changes

    May 10, 2020

    10 May 2020

    • ๐Ÿ›  Bugfix/2550 readable fields with document #2564
    • ๐Ÿ”‹ feature/update react-helmet #2563
    • โž• Add useSignout hook to the accounts package #2521
    • Enable OpenCRUD backwards compatibility #2559
    • Don't run options function until loading is false, and data is populated #2561
    • Account/auth features available outside DDP using GraphQL #2530
    • 0๏ธโƒฃ Use Meteor's version of npm over system default #2560
    • ๐Ÿšš move muicheckboxgroup proptypes name and options to inputProperties aโ€ฆ #2554
    • โž• add switch/checkbox alternative in material ui #2553
    • โฌ†๏ธ Bump acorn from 5.7.1 to 5.7.4 #2546
    • โž• add Express + use bodyParserGraphQL #2532
    • โšก๏ธ Update to current valid strikethrough tags #2543
    • 0๏ธโƒฃ Use Meteor's version of npm over system default #2506
    • ๐ŸŒฒ Log out GraphQL schema to schema.graphql on every app start (fix #2517) #2517
    • โž• add stories for modals b6729de
    • ๐Ÿ›  fix for same origin 5bfb696
    • ๐Ÿ›  fix install with Meteor 1.10 138fc7c
  • v1.14.1 Changes

    February 19, 2020

    19 February 2020

    • โœจ Enhancement/forms accessibility #2519
    • โž• Add spanish translations #2518
    • โšก๏ธ Use multiQueryUpdater in update2 to properly sort/filter #2497
    • ๐Ÿ”„ change tooltip aria-label #2515
    • ๐Ÿ›  fix call to sortBy in Datatable.jsx #2514
    • โฌ†๏ธ Bump handlebars from 4.0.11 to 4.3.0 #2491
    • โœจ Enhancement/mui radio #2503
    • ๐Ÿ›  fix material ui seletmultiple #2502
    • ๐Ÿ’ป datatable fix for material ui #2493
    • ๐Ÿ‘ Allow itemProperties to be passed on to FormComponent #2505
    • Prevent calling forEachDocumentField on fields without a schema #2504
    • Semantized classname #2499
    • ๐Ÿ›  fix field permission validation bug #2498
    • ๐Ÿ›  fix bugs in extendCollection (#16) #2496
    • ๐Ÿ›  fix bugs in extendCollection #16
    • โœ‚ Remove ! when parsing typename #2468
    • Implement _is_null in mongoParams #2469
    • Jt/extend collection fix #2490
    • โž• add connection remoteAdress in context #2488
    • โœ‚ Remove hardcoded head tag in template-web.browser #2485
    • ๐Ÿ›  Fix datatable-loading crash in the storybook #2482
    • โž• Add GraphQLSchema.context to context in runGraphQL #2474
    • Pass full doc and document to validate to validateDocumentPermissions #2478
    • โž• Add story to demonstrate ref forwarding in Vulcan Components #2473
    • โž• Add a password component #2472
    • โž• Add buildResult functionality to useCreate2 to directly access created document #2470
    • โšก๏ธ use apollo client in multiqueryupdater to broadcast to watched queries #2471
    • Rewrite client side date converter to handle nesting #2465
    • โšก๏ธ Field level permissions validation take nested objects into account (read, create, update) #2451
    • ๐Ÿ”‹ Feature/backoffice 1.14 #2467
    • โž• Add Vulcan.generateGraphQLQueries to debug.js #2463
    • Omit username from schema validation after deleting it from options #2466
    • ๐Ÿ›  fix default_mutations check if user owns and belongs to authorised group #2460
    • Pass document to Users.isMemberOf in permissions.js in #2461
    • โž• add back package-lock to avoid issues 3dbd9d9
    • locked react version 05fcc19
    • โœ‚ remove explicit install of airbnb-js-shims after fix 862028e
  • v1.14.0 Changes

    December 03, 2019

    3 December 2019

    • โž• Add support for itemProperties in schemas #2456
    • check options.input.limit and loadMoreInc accepts input #2459
    • โœ‚ remove async to fix issue in mongoParams.js filterFunction #2458
    • Pass document to Users.isMemberOf in permissions.js #2454
    • โšก๏ธ Set non-null to false for data input type on update/upsert #2453
    • ๐Ÿ”‹ Feature/add redux startup #2442
    • โž• add preventDefault to ui-material ModalTrigger #2450
    • โž• add @material-ui packages #2447
    • โœ… testing getVariablesListFromCache, verifiying right variables are returned #2439
    • Check if results is non-emtpy, not just present #2437
    • โœ… split getVariablesListFromCache test in two #2435
    • โšก๏ธ prevent cacheUpdate from returning variables of a query similar name #2434
    • ๐Ÿ›  Bugfix/form component inner prop #2433
    • โšก๏ธ Update of outdated links in README.md #2411
    • ๐Ÿ›  Fixed links to changelog and migration documentation to #2413
    • Incorrect link to telescopeapp.org #2412
    • Condition '!operation' is always false at this point because it is redundant. #2426
    • Mailchimp #2425
    • Condition 'value === ''' is always false at this point #2427
    • ๐Ÿ›  Bugfix/close modal #2429
    • โž• Add pluralize 518ec70
    • ๐Ÿ‘ Better handling of getting collection name/type name 827daa4
    • ๐Ÿ‘‰ Make filtering async 9b8bf5d
  • v1.13.5 Changes

    October 25, 2019

    25 October 2019

    • ๐Ÿ›  TooltipIconButton arialabel titletext bugfix #2414
    • ๐Ÿ›  Bugfix/get viewable fields #2418
    • โœจ Enhance/form stories #2410
    • Can deactivate SSR #2397
    • โž• add story of card #2408
    • split Card.jsx in differents files #2402
    • populate.before callback #2405
    • ๐Ÿ›  Bugfix/datatable props #2401
    • ๐Ÿ”‹ Feature/stories marieqg & juliensl #2400
    • ๐Ÿ›  fix multiQuery update error with non null selector #2396
    • FormGroupHiddenProp #2386
    • MaterialUiMinorChanges6 #2385
    • โšก๏ธ update material ui to v4 4f8015b
    • moove story of card 8215f9e
    • ๐Ÿšš Move default resolvers and mutations to vulcan:lib; create new versions for both 19c6647
  • v1.13.3 Changes

    October 07, 2019

    7 October 2019

    • ๐Ÿ›  Bugfix/watched mutations #2382
    • ๐Ÿ’ป Material-UI - README Installation - Set Version of react-jss #2384
    • Ensure props that can be applied to the SmartForm component are propagated when said props are specified on the Card component. #2378
    • Hooks for mutations and other utilities #2377
    • MaterialUiStartAdornment #2376
    • MaterialUiMinorChanges5 #2372
    • ๐Ÿ›ฐ ErrorsGetUserPayload #2373
    • Reenable data injection during SSR #2369
    • ๐Ÿ›  Bugfix/intl polyfill devel #2371
    • ๐Ÿ”‹ Feature/backoffice: merged devel #2366
    • ๐Ÿ›  Bugfix/mui ssr #2352
    • ๐Ÿ”‹ Feature/apollo register link #2353
    • ๐Ÿ“ˆ Re-enable RouterHook component so that pageview events are sent to analytics #2364
    • Split Datatable into different files 7d1669b
    • โœ… cleanup Form components tests file structure 5f5ed8c
    • Split out GraphQL templates into multiple files 14eac2e
  • v1.13.2 Changes

    August 27, 2019

    27 August 2019

    • โž• add to utils a getSchemaFieldAllowedValues function #2336
    • ๐Ÿ’… Update ThemeStyles.jsx #2337
    • ๐Ÿ›  Bugfix/button props #2357
    • โž• add from props #2358
    • ๐Ÿ›  Fix bug in Utils.getUnusedSlug() #2359
    • EJSONStackOverflow #2348
    • ๐Ÿ”’ lock storybook version to prevent compatibility issues d964c2c
    • โœ‚ remove autogenerated doc folder 3e9335a
    • cleanup 53b8b8f
  • v1.13.1 Changes

    July 24, 2019

    24 July 2019

    • MuiSuggestShowAllOptions #2346
    • ๐Ÿ”– VersionNumberCorrections #2345
    • ๐Ÿ›  UiMaterialMinorFixes3 #2341
    • SimpleSchemaIntegerFieldType #2340
    • ApolloEngineSettings #2339
    • Migrate accounts components to React Router 4 #2327
    • ๐Ÿ›  Bugfix/changepwd ssr #2344
    • โž• Add default group only if necessary #2331
    • ๐Ÿ›  Bugfix/material ui floating #2330
    • MinorBugInMuiSampleTheme #2328
    • FormGroupAdminsOnlyOption #2326
    • VulcanAdminMinorTweaks #2325
    • MaterialUiMinorBugs #2315
    • FormNestedArrayLayout #2314
    • Storybook+Avatar+Button #2317
    • ๐Ÿ‘‰ user.create.async callback #2311
    • ResetStoreCallbackNotBeingRun #2313
    • MuiCheckboxGroup maxCount #2312
    • ๐Ÿ’ป vulcan-ui-material bug fixes #2310
    • instantiateComponent with React element #2309
    • Email template vars #2294
    • ๐Ÿšš Move getLabel from vulcan:intl to vulcan:lib #2307
    • MaterialUiFormGroupLayouts #2297
    • vulcan-lib: New function: componentExists(name) #2292
    • FormGroupOptionalParameters #2296
    • ๐Ÿ’ป material-ui : i18n files were not imported #2298
    • inputProperties function parameters bug #2295
    • FormComponentInner calling an inexisting element (FormNested) #2306
    • FormNestedArray Footer modification via props fixing #2305
    • ๐Ÿ‘Œ improve props cleanup #2304
    • ๐Ÿ—„ Deprecated redux devtools function replaced #2302
    • ๐Ÿ”€ merging #1
    • โšก๏ธ Update FormNestedObject.jsx #2289
    • ๐Ÿ›  Fixed MuiCheckBoxGroup value computation #2300
    • โšก๏ธ Update FormNestedArrayLayout.jsx #2288
    • ๐Ÿ”‹ Feature/better form array #2291
    • ๐Ÿšง [WIP] fix MUI inputProperties handling #2286
    • โž• Add storybook, few fixes on FormError + Intl messages #2284
    • โž• add consideration to default values on accounts extra fields #2282
    • ๐Ÿ”‹ Feature/backoffice #2276
    • โšก๏ธ ui-material: updated Datatable.jsx - header fix #2275
    • ๐Ÿ›  Fix a falsy-vs-undefined bug in getSetting #2274
    • ๐Ÿ‘‰ make Datatable edit modal title customizable #2269
    • ๐Ÿ’ป FormInnerComponent unify Bootstrap and Material UI API #2272
    • โž• Additional tests #2262
    • ๐Ÿ›  Fix a crash when using addFields together with a recursive schema #2268
    • ๐Ÿ›  Fix typo that prevented FormNestedObjectLayout from having error class #2265
    • ๐Ÿ›  Fix punctuation of password-change message #2264
    • โšก๏ธ Update synced-cron across a maintainer change #2263
    • Persian locale added #2261
    • โšก๏ธ Update mutators.js #2259
    • โž• add storybook 87502ed
    • โšก๏ธ Unit Testing Update 2357d82
    • โšก๏ธ More linting fixes; update ESLint versions bfae9e0
  • v1.13.0 Changes

    March 28, 2019

    28 March 2019

    • ๐Ÿ›  Fix denormalization when bio set to empty #2253
    • ๐Ÿ’ป Re-enable CheckboxGroup component for Material UI #2249
    • ๐Ÿ’ป Re-enable Switch component for Material UI #2248
    • ๐Ÿ’ป Re-enable Select component for Material UI #2250
    • ๐Ÿ›  Fix labeling in select component. #2243
    • โž• Add debug messages for missing strings and default locale on per-message level. #2238
    • โž• Add locale on signup. #2240
    • ๐Ÿ›  fix values property for handlebars helper, use context as default #2236
    • โž• Add wrapperless Emails. #2235
    • โž• Add default locale to getString. #2234
    • โฌ†๏ธ Upgrade react-router #2232
    • ๐Ÿ›  Fix const assignment. #2222
    • โž• Add classname for required fields. #2215
    • ๐Ÿ›  fix a spelling error #2209
    • ๐Ÿ’ป material-ui a743022
    • ๐Ÿ›  Component fixes 4261470
    • โšก๏ธ create vulcan:ui-material, update to Apollo2 RR4 b7b8725
  • v1.12.17 Changes

    February 16, 2019

    16 February 2019

    • โœ… Form test #2186
    • ๐Ÿ›  Fix type casting in FormComponent's handleChange (fix #2197) #2197
    • โš  Show warning when core components are missing (fix #2196) #2196
    • prettier commit 083a7d6
    • ๐Ÿ‘• prettier & lint code 815a65d
    • prettier commit 0f29cc7
  • v1.12.16 Changes

    February 04, 2019

    4 February 2019