embark/packages/embark-ui/CHANGELOG.md

8.8 KiB

Change Log

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

4.1.0-beta.4 (2019-06-27)

Bug Fixes

  • @cockpit/utils: Ensure whisper channels are at least 4 characters long (610d8f1)

4.1.0-beta.3 (2019-06-07)

Bug Fixes

  • @cockpit/explorer: slice contract function result string only if starts/ends with double-quote (ac76a40), closes #1636

Features

  • @cockpit/explorer: enable users to send ether through payable methods (#1649) (d10c0b7)

4.1.0-beta.2 (2019-05-22)

Bug Fixes

  • @cockpit/utils: properly detect if ENS is enabled (7a0609b)
  • @cockpit/whisper: ensure message subscription call is working (2c6c948)

4.1.0-beta.1 (2019-05-15)

Features

  • @embark/api: Add command service api on/off (634feb5)

4.1.0-beta.0 (2019-04-17)

Bug Fixes

  • @cockpit/deployment: Check if contracts deployed when connected to metamask (c233163)
  • @cockpit/services: send only process names to embark-api-client (eb9de68)

Features

  • @cockpit: implement pagination for contracts (d71352b)
  • @cockpit/editor: Make tabs draggable (f27cde9)
  • @cockpit/explorer: display truncated account balances (6b2dc95)
  • @cockpit/explorer: implement pagination for accounts explorer (745edaf)
  • @embark/proxy: Add dev tx to proxy when request fails to get response (36be50e)

4.0.1 (2019-03-26)

Note: Version bump only for package embark-ui

4.0.0 (2019-03-18)

Bug Fixes

  • embark-ui: don't show debug button for txs of silent contracts (5161f54)

4.0.0-beta.2 (2019-03-18)

Bug Fixes

  • typed commands in console (9d34355)
  • embark-ui: detect fallback functions in the contracts explorer (832f16a)

4.0.0-beta.1 (2019-03-18)

Bug Fixes

  • @embark/cockpit: Fix decode transaction error (f957ba5)
  • @embark/cockpit: Switching between tabs resets logs (a6b15ae)
  • @embark/cockpit: Utils/Communications handle enter (8b7a374)
  • @embark/core: Metamask + geth warning to enable regular txs (c233dbc)
  • @embark/core: Prevent unnecessary re-renderings (128ecd4)
  • cockpit: fix converter inputs and copy-button position (35648ee)
  • cockpit:editor: fix arrow not turning (359c28f)
  • cockpit/console: increase number of suggestions (71da423)
  • cockpit/console: replace br with backslash n (a341a4f)
  • cockpit/contract: remove contract profiling and use functions (99dcd78)
  • cockpit/sidebar: fix closed sidebar in the dark-theme (5816a79)
  • editor wasn't saving changes (4340a9b)
  • cockpit/deployment: filter out silent contracts (da76c8d)
  • cockpit/editor: add delete modal to confirm deletion (3f488e1)
  • cockpit/editor: remove delay on tooltips (c30c420)
  • cockpit/estimator: make estimator clearer (1759aac)
  • cockpit/firefox: fix bug with entities in firefox (ordering) (dddc9d0)
  • cockpit/header: fix nav not highlighted for children pages (0648824)
  • cockpit/transactions: enable filtering constructor (447f3ed)
  • cockpit/transactions: fix a typo in the transactions page (cba7c85)
  • embark-ui: AccountContainer should get txs for cold load case (fd79090)
  • embark-ui: correctly calculate which blocks to display (cc8363a)
  • embark-ui: correctly calculate which transactions to display (fbeea47)
  • embark-ui: pagination (f5f610d)
  • embark-ui: specify PUBLIC_URL=/ for production builds (f4626f8), closes /github.com/facebook/create-react-app/blob/master/packages/react-scripts/config/paths.js#L36
  • cockpit search with tx hash shows tx page (#1386) (891174e)
  • format \n as
    in cockpit console (#1385) (58ab76d)
  • limit cockpit editor file size (f12ca22)
  • pressing enter on "Display additional results" does the expected thing (2cc0d30)
  • upgrade packages with vulnerabilities (#1388) (913b4e1)
  • validate whisper channel name in communication tab (616af6d)

Features

  • cockpit/console: display cmds from cockpit in embark console (e339641)
  • cockpit/contracts: don't display contracts marked as silent (0e63d6b)
  • cockpit/editor: add status messages for file operations (ecdfd47)
  • add repository.directory field to package.json (a9c5e1a)
  • cockpit/transaction: display a link for contracts and accounts (74847ee)
  • ui: color console item info as success (193abd4)
  • ui: keep state in frame (cd32630)
  • normalize README and package.json bugs, homepage, description (5418f16)