Releases: webiny/webiny-js
Releases · webiny/webiny-js
v5.1.0
v5.0.0
v4.14.0
v4.13.0
v4.12.1
v4.12.0
4.12.0 (2020-09-16)
Bug Fixes
- add
createSchema
prop tocms-model-field-to-graphql
plugin'sread
property (67a3b36) - ensure multiple
models
context plugins don't clash (044ee77) - use the newly introduced
skipExisting
plugin registration option (789c749) - app-admin: add PluginCollection type to handle plugin collections (#1222) (e723744)
- app-security: don't wrap email addresses with hyphens (#1197) (de141bf)
- cli-plugin-deploy-components: disable status messages in CI (d6597fa)
- project-utils: disable webpack progressbar in non interactive terminal (6b380e4)
Features
- introduce plugin registration options and the
skipExisting
option (d3ca986) - app-admin: hide settings group if empty (73bed5b)
- project-utils: source path options for buildAppSSR (f2f3de2), closes webiny/webiny-js#1218
- ui: export Button types (e8061c2)
v4.11.0
4.11.0 (2020-09-09)
Bug Fixes
v4.10.0
4.10.0 (2020-09-01)
Note: Version bump only for package webiny-js
Bug Fixes
- add backwards compatibility support (5ec071d)
- add backwards compatibility support (d32b32b)
- load latest / published revisions accordingly (4968ab2)
- load latest / published revisions accordingly (1c407f5)
- update Commodo versions (1e7a9e2)
- update Commodo versions (086c0b2)
- use
loadRef
instead of oldfindRefArgs
(299fb02) - api-headless-cms: use triple quotes on content model description (#1199) (45f3e47)
Features
v4.9.0
4.9.0 (2020-08-18)
Bug Fixes
- correct dependencies (a773ea0)
- set
concurrencyLimit
to0
(740ab1e) - app-template-admin-full: apply user plugins after the template plugins (#1178) (ec76ff1)
- cli-plugin-scaffold-admin-app-module: improve messaging (c7f43ba)
- cli-plugin-scaffold-graphql-service: improve messaging (58e80c6)
- cli-plugin-scaffold-lambda: improve messaging (2fb1c68)
- cli-plugin-scaffold-node-package: improve messaging (6c23ab6)
- cli-plugin-scaffold-react-app: improve messaging (ec69ad7)
- cli-plugin-scaffold-react-package: improve messaging (dff0597)
- add missing dependencies (705a036)
- enable
getContentModels
andlistContentModels
in the READ/PREVIEW API (6c57c76) - simplify file tags form (5ac70cd)
- simplify file tags form (4b2d1ef)
Features
v4.8.0
4.8.0 (2020-08-12)
Bug Fixes
- add --env param (728c6ab)
- add --force param (4f53329)
- add 15s wait after an IAM role has been created (4b6113c)
- add default value (7144c58)
- add error logging (0791932)
- add missing array (77de092)
- add missing key (d5cffa1)
- add PagesListPage model (e598377)
- allow async hook execution (af783cf)
- change
apps
toapi
(837f9e2) - change
babel.node
tobabel.react
(48e9f64) - check if stack folder exists before moving on (f0816a0)
- correct dependencies (2a0838a)
- correct paths and updating of root package.json's "workspaces" property (c73ac71)
- correct paths and updating of root package.json's "workspaces" property (5fbadab)
- correct query filter (dc2a5e7)
- format code (d50b6d2)
- get
currentEnvironment.name
using theget
function (7e9083a) - improve instructions (52331dd)
- increase connection timeout to 10s (e222344)
- increase pages list limit to 200 (af8f8cc)
- increase wait after the CDN gets ready (753cfe5)
- load full data when getting a single page (58dd5cc)
- make "30" the default "timeout" value (ee4e18c)
- make initial index.ts nicer (8b53f4a)
- make initial index.ts nicer (64eac14)
- prepend empty object when doing merge.recursive (b0ba01e)
- prettify environments output (994147a)
- read FM settings via
SettingsManager
client (94ac1a2) - remove "@shelf/jest-mongodb" (11548bc)
- remove "exclude" / "references" (04f3147)
- remove "tsx" extension (ff408c1)
- remove
timeout: 30
since the default value is already30
(66a24fa) - remove duplicate test (2f805b9)
- remove execa (not needed) (9d56331)
- remove old scripts (32506ac)
- remove redundant files (0762ee2)
- remove word
graphql
(58d8a47) - rename
cli-plugin-scaffold-app-graphql
tocli-plugin-scaffold-admin-app-module
(29f4979) - require
cli-plugin-scaffold-admin-app-module
(b41a2a8) - simplify the whole process (71b4660)
- update dependencies (42a49f9)
- update dependencies (2fe128d)
- update dependencies (f96c5eb)
- use
PbPagesListPage
for simple listing of pages (74a43a7) - use
readJson
lib (37947d5) - use path.join to construct file paths (b21c756)
- app-page-builder: increase zIndex on File Manager overlay (#1157) (193d2fc)
- app-page-builder: update images-list plugin type (#1165) (b5bf3f2)
- create-webiny-project: don't update dependency version for file: protocol (e4ee7c0)
- cwp-templates: add a postinstall script to properly link monorepo packages (ba1f28d)
- cwp-templates: lock typescript version and restore composite flag (f595859)
- cwp-templates: remove TS references from tsconfig.json (0320880)
- headless: abstract function and add comment for reason (46f80ff)
- headless: add alternative to pluralize if id is one character (d19c7a7)
- headless: remove file changes from other pr (7dd3329)
- project-utils: resolve babel-loader relative to the config (914db3d)
- scaffolding: fix "method" field populated in resources.js (b75c23f)
- scaffolding: update "exclude" and "reference" paths if needed (27085cf)
- scaffolding: update dependencies (6a9a60a)
Features
- add
first
andlast
flags (f87caa4) - add
hook-stacks-info
plugin (ff788b1) - add ability to prefix the Webiny tracking ID (f9d400c)
- add caching (e8cdb64)
- add support for
onSuccess
andonError
callbacks (0824d6c) - cli: add "hook-stacks-info-apps" plugin (b4f570b)
- cli: add "info" command (76c6970)
- cli: add "info" command's plugin (e0d00ac)
- cli: better console.log() indenting (69a1297)
- cli: print all API URLs (64ad9a0)
- cli: print both "apps" stacks' urls ([f76f7a5](https://github.com...