lowdefy/packages/build/CHANGELOG.md
2021-01-18 16:40:56 +02:00

9.0 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.0 (2021-01-18)

Bug Fixes

  • deps: update dependency axios to v0.21.1 [security] (99d91ed)
  • deps: Update js-yaml from 3.14.1 to 4.0.0. (1a9e1f9)

Features

  • build: Add transformer function option to _ref. (27c9114)
  • build: add vars parameter to transformer function. (c0782fe)
  • Update default block versions to ^3.0.0. (78f1200)

3.2.0 (2021-01-18)

Bug Fixes

  • deps: update dependency axios to v0.21.1 [security] (99d91ed)
  • deps: Update js-yaml from 3.14.1 to 4.0.0. (1a9e1f9)

Features

  • build: Add transformer function option to _ref. (27c9114)
  • build: add vars parameter to transformer function. (c0782fe)
  • Update default block versions to ^3.0.0. (78f1200)

0.1.0 (2020-12-15)

Features

  • build: Add user defined loading property to blocks. (bc87408)

0.0.0 (2020-12-15)

Features

  • build: Add user defined loading property to blocks. (bc87408)

0.0.0-alpha.7 (2020-12-10)

Bug Fixes

  • ajv: fix ajv validate parameter name (5aba723)
  • build: add contextId to saved request file path (81219b5)
  • build: add visible to block schema. (4865208)
  • build: app schema fix, add style on block (a39c1ca)
  • build: fix build issues (0f1bd9c)
  • build: fix local run script (c69ee94)
  • build: Fix lowdefy schema, closes #269 (09105a9)
  • build: Icon block is part of blocks-antd package (8507556)
  • build: improve error if block meta can not be found (03dccb1), closes #121
  • build: in shcema areas.content.block must be an array (f53dcb8)
  • build: remove test file from git ignore (c16ad0b)
  • build: remove unneccesary cli logs (1f27b7d)
  • build: write block metas to meta folder in cache (d6277a5)
  • build: write config object to output in build (46ec66d)
  • deps: update dependency axios to v0.21.0 (aee32c0)
  • deps: update dependency js-yaml to v3.14.1 (935ad89)
  • deps: update dependency uuid to v8.3.2 (abca08f)
  • move file helpers to new node-utils package (0a6ef8d)

Features

  • blocksTools: mockBlockProps to provide schema errors (6c192d4)
  • build: add block meta loader (2a483ad)
  • build: add build context (0f13e41)
  • build: add build pages function (01e892f)
  • build: add buildRefs function (3ab2819)
  • build: add clean directory util (127eb39)
  • build: add cleanOutputDirectory function (e3a3bf9)
  • build: add color selector defaultMetaLocations (6c28a66)
  • build: add defaultMetaLocations (fe14001)
  • build: add error messages to lowdefy schema (6fd15f0)
  • build: add getFileExtension util (46586f0)
  • build: add schema test utils (bb0574f)
  • build: add test schema function, cleanup (ac216d4)
  • build: add util functions (8686857)
  • build: add write functions (701b583)
  • build: build connections and menus (3f4b486)
  • build: cleanup, test fixes (1c1792b)
  • build: init package @lowdefy/build (6f7f73b)
  • build: remove mutations (1e9801b)
  • build: update app schema (fc40948)
  • build: use @lowdefy/ajv for json schema checks (98eb4be)
  • build: write pages and requests (fc6176d)
  • cli: add errorBoundary and getLowdefyVersion utils (519e604)
  • cli: improve cli console logs (7ca7509), closes #247
  • cli: init cli with build command (92fff8f)
  • cli: init dev server (7eae1a8)
  • cli: init module federation of build script (34dba01)
  • update webpack configs (bcce3c8)
  • helpers: move file utilities to helpers (1159ac7)