webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.

OTHER License

Downloads
212.7K
Stars
7.3K
Committers
78

Bot releases are visible (Hide)

webiny-js - v4.2.0

Published by adrians5j over 4 years ago

4.2.0 (2020-06-23)

Upgrading existing projects

A step-by-step guide can be found here: https://docs.webiny.com/docs/migration/410-to-420/

Bug Fixes

  • app-form-builder: fix styling (f165dbe)
  • app-i18n: update RichText editor styles (29834a2)
  • app-plugin-admin-welcome-screen: add missing TS references. (52177d0)
  • cli: remove obsolete packages path (67ce1c7)
  • cli-plugin-deploy-components: print instructions when stack or environment doesn't exist (8dac2e2)
  • cli-plugin-deploy-components: update command descriptions (a5bd1d8)
  • react-router: allow router context to be used without Apollo context. (491cdc7)
  • app-form-builder: update group field styles (95e29d1)
  • cli: add icon to error message (b4e966a)
  • cwp-templates: convert hooks to plugins (d04f2b9)
  • cwp-templates: set ENV variables from stack state at runtime (38785af)
  • plugins: expand Plugin type declaration (fb19bce)
  • react-router: add @types/react-router-dom to production dependencies (4e48cd1)
  • serverless-aws-s3: remove bucket when stack is being removed (e39125c)
  • serverless-aws-s3-object: explain error when attempting to recreate a deleted bucket too soon (5d63abf)
  • serverless-aws-s3-object: remove files when stack is being removed (1bedc71)
  • ui: add placement prop to AutoComplete (ff3b0b9)
  • create "fb-form-details-submissions-list-multi-select-action" plugin (d804a9e)
  • remove unnecessary "$" sign in the label (8bfd26b)
  • rename ReturnProps type to DataListProps (1fbc011)
  • snackbar: fix close button in snackbar at account page (a0a4df6)

Features

  • cli-plugin-deploy-components: add setEnvironmentFromState utility (c6cf832)
  • cli-plugin-deploy-components: process hooks using plugins (3644a27)
  • plugins: make plugin name optional (867049b)
  • add "FbFormDetailsSubmissionsListMultiSelectActionPlugin" type (01cda17)
webiny-js - v4.1.0

Published by adrians5j over 4 years ago

4.1.0 (2020-06-16)

Upgrading existing projects

IMPORTANT: Before you begin, make sure you commit all of your local changes. The upgrade tool will not upgrade your project if there are local changes in the git tree that are not commited.

To upgrade existing Webiny projects run one the following commands from the root of the project:

For full project:

npx https://gist.github.com/Pavel910/486a5c81175c60c5a0226b4363727fff

For cms project:

npx https://gist.github.com/Pavel910/15d7243960e5dd0cb9263eeac9f6285f

If you're not sure which template you used for your project, open webiny.root.js, and look at the template key. It will be either @webiny/cwp-template-full or @webiny/cwp-template-cms.

Bug Fixes

  • missing dependency (9d9b881)
  • api-headless-cms: add model to query (acbcd7d)
  • add missing dependency (84ae966)
  • app-headless-cms: (Resolve merge develop into feat/913 (bf3e6c3)
  • app-headless-cms: save value as number (2937381)
  • cli-plugin-deploy-components: add stack deploy telemetry (3464b94)
  • cli-plugin-deploy-components: use own package.json to read package version (26634cc)
  • add step prop on Date/Time inputs (d0050b1)
  • add step prop on Input (25bf9c5)
  • add missing icon (7c28515)
  • add the missing view_list icon (#996) (8e9f164)
  • after content model deletion, refresh the GraphQL schema (e2b6b81)
  • field and model IDs must always start with a letter (7204ac5)
  • make sure all nested validation errors are sent in GQL responses (6926ddb)
  • replace use-react-router package with useRouter hook from @webiny/react-router (8f5ace2)
  • update description for rich-text field renderer (901fb36)
  • api-page-builder: update CSS variable names in installation files (42a45ea)
  • api-security: improve user creation logic and forward auth provider errors. (b142ea0)
  • api-security: remove unused password field (36e5fdb)
  • app-page-builder: add missing type parameter (7c37202)
  • app-page-builder: fix clone element plugin (ee69c86)
  • app-page-builder: keep editor loader while page data is loading (#941) (c32e58d)
  • app-page-builder: remove outlined prop (96b2626)
  • app-page-builder: update pageBuilder settings after mutation (adb1582)
  • app-plugin-security-cognito-theme: remove built-in password validator (b86dc76)
  • app-template-admin-full: use plugins passed to the template (d32992d)
  • cli-plugin-deploy-components: check that state file exists before deletion (a9f501b)
  • cli-plugin-deploy-components: handle deployment using "." as a stack name (ff35b81)
  • cli-plugin-deploy-components: increase AWS HTTP client timeout and make it configurable (82cbb9a)
  • cli-plugin-deploy-components: increase timeouts for connection test (81c8d0c)
  • cli-plugin-deploy-components: throw deploy errors to produce correct exit code (385d2a0)
  • cwp-templates: update S3 acceleration config (fce2c72)
  • serverless-aws-iam-role: improve state handling (f218b9b)
  • serverless-aws-lambda: include layers key when comparing configs (e810b33)
  • ui: hide Accordion content without unmounting it (#982) (80c68bd)
  • update the commodo related libs to latest release (#948) (3102a9c)
  • add "key" prop to the ContentRender component (d3d81a2)
  • do not allow deletion of title field index (3e1f03c)
  • dynamically register global search plugins when needed (4b3354c)
  • if there are no existing entries, unlock all CM fields (518d4e1)
  • make lockedFields field's default value [] (8ac110e)
  • make circle area outside user-menu clickable (58b3cd7)
  • only append "where" condition when needed (e10e0ba)
  • recalculate list of plugins on each get (9b8cf60)
  • remove basic global-search plugins (c80800f)
  • update @commodo versions (7b41b88)
  • update remove field button alignment (9cd7919)
  • update RichTextEditor component styles (ee9fcf1)
  • update editor content alignment (ddab62e)
  • update editor content alignment (2a5af97)
  • create-webiny-project: use @webiny/cli version for all packages in the project (#971) (e40a12b)
  • cwp-templates: replace underscores with dashes in S3 bucket name (824be07)
  • serverless-aws-lambda: use role arn directly instead of an object (f2cb8dc)
  • serverless-files: remove sharp node_modules from bundling process (ec49e29)
  • use "search" query param to apply list filtering (f90f874)
  • storybook-util: set publishConfig directory (f1522c9)

Features

  • app-headless-cms: add ContentFormOptionsMenu (e4523a3)
  • app-headless-cms: add dateTimeField component (83b810b)
  • app-headless-cms: add dateTimeFields components (0d98d99)
  • app-headless-cms: add multipleValuesLabel to each field (15b4d2f)
  • app-headless-cms: add multiValues support for Rich text field (be1c287)
  • app-headless-cms: add Save and Save & Publish actions (e8687b2)
  • app-headless-cms: add field description in editor (96a261b)
  • app-headless-cms: add link to actual content in content model list (387778b)
  • app-headless-cms: update content form header actions (ab9760e)
  • app-headless-cms: update content form header plugins (dd7728b)
  • app-headless-cms: update content form styles (01a300f)
  • add multipleValuesLabel in CmsEditorFieldTypePlugin type (bece661)
  • add trailingIcon prop to RichTextEditor component (a2fb9f0)
  • app-template-admin: handle api unavailable with proper messaging (266bc66)
  • aws-layers: add utilities for Webiny AWS layers (3a9a295)
  • cli: add a simple check to see if project was bootstrapped correctly (88b3056)
  • cli-plugin-deploy-components: check MongoDB connection on first deploy (9a86ae2)
  • cwp-templates: add .gitignore and .gitattributes to project setup (af784e2)
  • cwp-templates: add aws-layers utility and aws-iam-role resource (78ac2df)
  • cwp-templates: add project-level type declarations (11833f9)
  • project-utils: add support for custom app entry file (614e558)
  • react-router: add useRouter hook (6ce62e5)
  • automatically remove indexes on removing fields (bdbc367)
  • improve environment deletion confirmation dialog messaging (4705d18)
  • introduce file-manager settings (7f2b882)
  • set allowMultipleValues true for datetime field (dc9017f)
  • update date time field components (a29333f)
  • serverless-aws-iam-role: add component to deploy AWS IAM roles (93db3ab)
  • serverless-aws-lambda: add support for layers (09fd2a0)
webiny-js - v4.0.2

Published by adrians5j over 4 years ago

4.0.2 (2020-06-05)

Note: Version bump only for package webiny-js

webiny-js - v4.0.1

Published by adrians5j over 4 years ago

4.0.1 (2020-06-04)

Note: Version bump only for package webiny-js

webiny-js - v1.15.1

Published by Pavel910 over 5 years ago

v1.15.1 (2019-05-27)

🐛 Bug Fix

  • webiny-entity
    • soft-delete test (6fbe41ef) (Adrian Smijulj)
  • webiny-api-files, webiny-api-security, webiny-api, webiny-entity
    • CreateFile GQL field (b1e95948) (Adrian Smijulj)

Committers: 1

  • Adrian Smijulj
webiny-js - v1.15.0

Published by Pavel910 over 5 years ago

v1.15.0 (2019-05-25)

🚀 New Feature

  • webiny-app-cms, webiny-cli, webiny-ui

🐛 Bug Fix

  • webiny-app-cms
  • webiny-api-cms
  • webiny-app-cms, webiny-app-cookie-policy, webiny-app-google-tag-manager
  • webiny-app-cms, webiny-ui
    • #536 Tabs component - inactive tabs are now hidden instead of completely unmounted (@doitadrian)
  • webiny-admin, webiny-api-cms, webiny-api-cookie-policy, webiny-api-files, webiny-api-google-tag-manager, webiny-api-mailchimp, webiny-api-security, webiny-api, webiny-app-cms, webiny-app-cookie-policy, webiny-app-google-tag-manager, webiny-app-mailchimp, webiny-app-typeform, webiny-app, webiny-cli, webiny-data-extractor, webiny-entity-mongodb, webiny-entity, webiny-form, webiny-i18n-react, webiny-i18n, webiny-install, webiny-model, webiny-plugins, webiny-storybook-utils, webiny-ui, webiny-validation

Committers: 3

webiny-js - v1.14.2

Published by Pavel910 over 5 years ago

v1.14.2 (2019-05-17)

🐛 Bug Fix

  • webiny-admin
    • add EmptyLayout content plugin. (4452e82c) (Pavel910)
  • webiny-api-security, webiny-app-security
    • handle loginToken error response. (39b9f9b1) (Pavel910)

Committers: 1

  • Pavel910
webiny-js - v1.14.1

Published by Pavel910 over 5 years ago

webiny-js - v1.14.0

Published by Pavel910 over 5 years ago

v1.14.0 (2019-05-07)

🚀 New Feature

  • webiny-admin, webiny-api-files, webiny-app-cms, webiny-app-security
  • webiny-validation
  • webiny-app-cms
    • link plugin was rewritten completely to improve UX

🐛 Bug Fix

  • webiny-api-cms
  • webiny-app-cookie-policy
    • #526 Cookie policy banner doesn't reinitialize itself on every URL change (@doitadrian)

Description

In this release we also removed the webiny-react-router and replaced it with react-router package. App bootstrap is also much more clear, transparent and entirely customizable.

API no longer relies on serverless framework. The entire local development environment is now completely covered with our webiny-cli package.

Committers: 1

webiny-js - v1.13.1

Published by Pavel910 over 5 years ago

v1.13.1 (2019-04-14)

🐛 Bug Fix

  • demo-theme
  • demo-theme, webiny-api-cms, webiny-api, webiny-app-cms
  • webiny-api-cms
    • #508 "Page list" menu item type now works correctly on site (@doitadrian)
  • Other
  • webiny-form
    • #502 Form component - passed "onSubmit" data is now properly populated with default values (@doitadrian)

Committers: 2

webiny-js - v1.13.0

Published by Pavel910 over 5 years ago

v1.13.0 (2019-03-27)

🚀 New Feature

  • webiny-api-security, webiny-app-security
  • webiny-app-cms
    • #498 In Social Media page settings, once an image is selected, og:image:width and og:image:height meta tags will automatically be set (@doitadrian)
    • #496 Delete element using "delete" key. (@Pavel910)
  • webiny-api-cms, webiny-api, webiny-app-cms, webiny-ui
    • #493 Added "Preview" and "Set as homepage" actions in pages list view (@doitadrian)
  • webiny-api-cms, webiny-api-security, webiny-api

🐛 Bug Fix

  • webiny-app, webiny-ui
    • #500 Image components will show "Uploading..." snackbar and show circular spinner once the upload has started (@doitadrian)
  • webiny-app-cms
    • #495 Auto-scroll document when Slate cursor is outside the viewport. (@Pavel910)
    • #489 When editing a new revision in editor, top right "Publish" button would now have "Publish changes" label (better UX) (@doitadrian)
    • #488 In page preview section (list of pages view), pen icon is always shown for editing (better UX) (@doitadrian)
  • webiny-api
    • #494 GraphQL Playground now works in development as expected (@doitadrian)
  • demo-site

💅 Enhancement

  • demo-admin, webiny-app-cms
    • #497 Split editor, render and icons plugins from the rest of the admin app. (@Pavel910)

Committers: 2

webiny-js - v1.12.7

Published by Pavel910 over 5 years ago

v1.12.7 (2019-03-18)

🐛 Bug Fix

  • demo-theme, webiny-api-cms, webiny-app-cms, webiny-ui
    • #483 By default, page menu item for its title uses selected page's title (@doitadrian)

Committers: 1

webiny-js - v1.12.6

Published by Pavel910 over 5 years ago

v1.12.6 (2019-03-17)

🐛 Bug Fix

  • webiny-api-cms
    • Fix installation of default pages

Committers: 1

webiny-js - v1.12.5

Published by Pavel910 over 5 years ago

v1.12.5 (2019-03-17)

🐛 Bug Fix

  • demo-api, webiny-api-cms
    • #481 Site settings can now be queried by non-logged-in users too (for site) (@doitadrian)

💅 Enhancement

  • webiny-admin, webiny-app-cms, webiny-app-security, webiny-app, webiny-ui

Committers: 2

webiny-js - v1.12.4

Published by Pavel910 over 5 years ago

v1.12.4 (2019-03-16)

🐛 Bug Fix

  • webiny-app-cms
    • #478 "List of pages" element - fixed pages settings (@doitadrian)
    • #476 Update dependency version to fix react-sortable-tree problems. (@Pavel910)

Committers: 2

webiny-js - v1.12.3

Published by Pavel910 over 5 years ago

v1.12.3 (2019-03-13)

🐛 Bug Fix

  • webiny-api-cms, webiny-app-cms, webiny-model
    • #475 When creating a new revision, all data is now copied correctly. (@doitadrian)
  • webiny-entity-mongodb
  • webiny-form, webiny-validation

Committers: 2

webiny-js - v1.12.2

Published by Pavel910 over 5 years ago

v1.12.2 (2019-03-04)

🐛 Bug Fix

  • webiny-api
    • #472 Unset __runAtMostOnce flag in root schema resolver. (@Pavel910)

Committers: 1

webiny-js - v1.12.1

Published by Pavel910 over 5 years ago

v1.12.1 (2019-03-01)

🐛 Bug Fix

  • demo-api, webiny-app-cms, webiny-app, webiny-plugins

💅 Enhancement

  • demo-admin, webiny-admin, webiny-app-cms, webiny-app-security

Committers: 1

webiny-js - v1.12.0

Published by Pavel910 over 5 years ago

v1.12.0 (2019-02-14)

🚀 New Feature

  • webiny-admin, webiny-api-cms, webiny-app-cms, webiny-app, webiny-entity-memory, webiny-entity-mongodb, webiny-entity, webiny-ui

🐛 Bug Fix

  • webiny-admin, webiny-app-cms, webiny-app-security, webiny-ui
  • demo-admin, demo-site, webiny-app-cms, webiny-app
    • #466 Fixed showing of site's favicon (set via general settings) (@doitadrian)
  • webiny-ui
    • #465 When closing the image editor and then opening the same image again, a new editing session will be started (@doitadrian)
    • #463 Fix menu container positioning. (@Pavel910)
  • webiny-app-cms
  • webiny-app-cms, webiny-app, webiny-entity-mongodb
  • demo-theme, webiny-api-cms, webiny-app-cms, webiny-data-extractor, webiny-i18n, webiny-ui, webiny-validation
    • #461 Refreshed "Pages List" element's advanced settings dialog. (@doitadrian)

💅 Enhancement

  • demo-admin, demo-api, webiny-app-cms
    • #460 Check whether advanced plugins are registered for active element. (@Pavel910)

🏠 Internal

  • demo-admin, demo-site, demo-theme, webiny-api-cms, webiny-api, webiny-app-cms, webiny-app-security, webiny-app, webiny-ui

Committers: 2

webiny-js - v1.11.0

Published by Pavel910 over 5 years ago

v1.11.0 (2019-01-31)

🐛 Bug Fix

  • webiny-api-cms, webiny-entity-mongodb

Committers: 1