Skip to content

Latest commit

 

History

History
100 lines (95 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

100 lines (95 loc) · 11.8 KB

1.0.0-beta.0 (2019-02-25)

Bug Fixes

  • issuer: add provider (451d2a9)
  • issuer: bring back missing dividends page (7e32bdb)
  • issuer: display error if date in whitelist csv is valid (31d6895)
  • issuer: fix dividends page miss alignment (cdfb8d5)
  • issuer: fix typos in provider descriptions (857840c)
  • issuer: force transition property to avoid rendering flash bug (a951087)
  • issuer: improve header checking and fix sample (d963fc6)
  • issuer: pass whole number instead of fraction to progressbar (67541a0)
  • issuer: remove invalid file marker when file is removed (3fa411f)
  • issuer: symbol special characters validation (064c09e)
  • issuer: update csv parser test (c870bcc)
  • issuer: update status component to use new ui components (c5c0ed7)
  • issuer: use BigNumber to handle large significant numbers (f445611)
  • js: add default gas multiplying factor (1413be7)
  • new-issuer: add tooltip on create dividend button (4688ed5)
  • new-issuer: dividends page fixes (#383) (b9cb5be)
  • new-issuer: fix styled component types (5ec36ad)
  • new-issuer: race condition on sdk init (acec00c)
  • new-issuer: typing errors (7c798d5)
  • new-shared: fix missing column check (f639e10)
  • new-shared: fix typings (fbc6357)
  • new-ui: fix Button typings (fb7f736)
  • new-ui: fix ButtonLink missing typings (9b1b104)
  • new-ui: fix Tooltip not added to body element (13d2dc9)
  • new-ui: make description paragraph optional (8814855)
  • offchain: bignumber digits (f4a1dc1)
  • offchain: fix the year in email footer (ed8f7b5)
  • polymath-scripts: revert the local blockchain to previous core v (33b6fe4)
  • sdk: adapt argument unwrapping to named parameters (a877689)
  • sdk: change dividends methods to receive amount as bignumber (c09b054)
  • sdk: expose args as any (temporary) (c4eca6a)
  • sdk: make low level dividends methods receive bignumbers as amount (f04b70c)
  • sdk: use approve procedure in reservation (4fc750f)
  • shared: display raised amount to 20 significant digits (45f8972)
  • shared: modify totokens function and remove trailing zeros (8976e67)
  • adapt STO deployment to core 2.1 (6d4bcff)
  • dont remove scripts builds (e1f4c94)
  • shared: refresh countdown timer when it reaches 0 (#365) (dda9c64)
  • enable minting after an STO has been completed (17ae0b0)
  • shared: remove tolargenumber method (4230abf)
  • ui: display if sale is complete in stostatus component (904031c)
  • ui: update stostatus component to fill progressbar (8097a1b)
  • fix typings (6d2d985)

Features

  • issuer: adapt USDTieredSTO to 2.1 (2151494)
  • issuer: support Modern module imports (dbc5868)
  • issuer: upgrade legacy react dependencies and fix typings (#379) (b6b3b78)
  • new-issuer: adapt the checkpoint container to match the presenter (2a4ef6c)
  • new-issuer: add missing components to dividends list (05466c0)
  • new-issuer: connect presenter and container (f12b49e)
  • new-issuer: continue styling of checkpoints list presenter (beeb561)
  • new-issuer: csv parser enhancer (#382) (6e129fa)
  • new-issuer: implement ownership list download logic (8e1d8b7)
  • new-shared: add helpers for date formatting + (a2a242b)
  • new-shared: add web3 browser mock for testing (4d86aa5)
  • new-shared: csv parser (f2f0c33)
  • new-shared: implement csv generator and download utility (b7f73f1)
  • new-ui: add basic documentation for forms (76fc79a)
  • new-ui: add breakpoints list base rendering (e4988ac)
  • new-ui: add Button variant "raw" (reset) (2728a0b)
  • new-ui: add ButtonFluid component (c7a542f)
  • new-ui: add ButtonLink component to fix issue with SC "as" prop (f2d8909)
  • new-ui: add Checkbox component (4726675)
  • new-ui: add custom hook to React-Table to select/unselect (6fd2009)
  • new-ui: add missing icon (a0dde4a)
  • new-ui: add missing Pen icon (8ab04e5)
  • new-ui: add new icon (1eda1ef)
  • new-ui: add new IconOutlined component (c2d5af4)
  • new-ui: add new primitive Text (829a2cb)
  • new-ui: add shortcut prop "size" to Icon component (e4bafb1)
  • new-ui: add support for Icons within Button componnet (bdab1b4)
  • new-ui: Add tests to table component (#380) (d8e266d)
  • new-ui: component Flex supports flex-direction prop (684e399)
  • new-ui: component GridItem herits from Box (as it's a primitive) (0e93890)
  • new-ui: component Paragraph defines default text overflow (d94e131)
  • new-ui: fdfd (33ad613)
  • new-ui: refactor CardPrimary, IconButton components (4bfb824)
  • new-ui: refactor Tooltip component (f91df0a)
  • new-ui: rewrite Tooltip component to use Popper.js (b2e02f5)
  • new-ui: support dynamic text in transaction modals (3724a98)
  • sdk: create ProcedureArguments helper interface (db2b2ef)
  • sdk: export transaction arguments as object when converted to pojo (c31672b)
  • sdk: expose procedure args in the resulting transaction queue (45464e1)
  • sdk: filter out unresolved transaction args from pojo (5147fa9)
  • add babel-plugin-styled-components + remove react-tooltip (62c59a9)
  • sdk: make getNetworkId async to avoid race conditions (91c97e4)
  • ability to run the dApp locally without Metamask on legacy (a30f6ad)
  • add clean commands (f0c2d98)
  • add clean commands (#378) (a3aa27c)
  • make lowlevel methods take named parameters (940372a)
  • update/sync react, docz to latest version to fix dep syncing issue (199552a)
  • sdk: make transaction queue args optional (f56e415)