Files
connect/packages/ui/CHANGELOG.md
GitHub Action 93f9cd7a46 chore(release): publish
- @blockstack/app@1.15.1
 - @blockstack/connect@2.12.1
 - @blockstack/keychain@0.12.1
 - @blockstack/rpc-client@0.3.0-alpha.15
 - test-app@1.6.1
 - @blockstack/ui-docs@1.2.7
 - @blockstack/ui@2.12.7
2020-08-21 13:52:56 +00:00

15 KiB

Change Log

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

2.12.7 (2020-08-21)

Note: Version bump only for package @blockstack/ui

2.12.6 (2020-08-21)

Bug Fixes

2.12.5 (2020-07-30)

Bug Fixes

  • reset text-align within connect modal, fixes #458 (aecc700)

2.12.4 (2020-07-28)

Note: Version bump only for package @blockstack/ui

2.12.3 (2020-07-28)

Bug Fixes

  • cursor pointer on dont show this again, fixes #508 (fe4dcf4)

2.12.2 (2020-07-27)

Bug Fixes

  • connect: pass all data to token (3f46f60)

2.12.1 (2020-07-24)

Bug Fixes

  • send to sign in when using showBlockstackConnect, fixes #507 (d7698e8)

2.12.0 (2020-07-24)

Features

  • better bundle size with esmodules (2c7046f)

2.11.1 (2020-07-24)

Bug Fixes

  • force app icon 100% size in connect modal, fixes #455 (4f69f75)

2.11.0 (2020-07-23)

Features

  • expose connect, app version (b90a618)

2.10.10 (2020-07-22)

Bug Fixes

2.10.9 (2020-07-22)

Bug Fixes

  • workflow syntax for test-app deployment (976fe54)

2.10.8 (2020-07-22)

Note: Version bump only for package @blockstack/ui

2.9.5 (2020-07-14)

Bug Fixes

  • textStyles not being typed (2428f69)

2.8.4 (2020-07-09)

Note: Version bump only for package @blockstack/ui

2.8.3 (2020-07-09)

Note: Version bump only for package @blockstack/ui

2.8.0 (2020-07-07)

Features

2.7.3 (2020-06-30)

Note: Version bump only for package @blockstack/ui

2.7.2 (2020-06-30)

Bug Fixes

2.7.1 (2020-06-24)

Bug Fixes

  • ui version behind published (8198ca0)

2.7.0 (2020-06-24)

Bug Fixes

Features

1.6.2 (2020-06-10)

Bug Fixes

  • remove optional type indicators (7375775)

1.6.1 (2020-05-21)

Bug Fixes

  • size units for svg component (ca69c31)

1.6.0 (2020-05-15)

Bug Fixes

  • ui: fix types for codeblock, rename folder (195ae9b)
  • ui: remove unset from svg elements (576475c)
  • add popper/core (19ae807)
  • clarity highlighting-- addresses, funcn call detection, operators (fd845ae)
  • error thrown using jsx'd style name (42da3f1)

Features

  • ui: add hook -- use-timeout.ts (37a1014)
  • ui: add icons -- checkmark-circle, close, exclamation-mark-circle (3b9273d)
  • ui: add toast, useToast (8fa7266)
  • ui: add transition components (475f2c6)

1.4.0 (2020-05-06)

Bug Fixes

  • babel updates, stack refactor (718226f)
  • babel updates, stack refactor (5d87592)
  • better popover functionality, fixes bug (73a4793)
  • better popover functionality, fixes bug (0708235)
  • change default value hideOnClick, update styles if label changes (8518dd8)
  • dupe from rebase (487fa1b)
  • include language definition by default (b2da157)
  • memo component, and fix line numbers (20c3af0)
  • minor tweaks and improvements (309f22f)
  • shouldForwardProp updates (a2d3964)
  • snake-case for hooks (c0689df)
  • typings needed for ui package (23567df)

Features

  • add hooks and many utils (183cb3b)
  • add popper component (ce61e28)
  • add popper component (3a96532)
  • add portal component (e8bc22b)
  • codebox and highlighter (b9056f8)
  • codebox and highlighter (49e99bf)
  • export new components (2518688)
  • shouldForwardProp on base primitive (b83bcbf)
  • start to remove pseudobox, box updated (b90a34d)
  • tooltip component (f6fbc8f)
  • updated language definition (628fafc)

1.1.1 (2020-04-30)

Bug Fixes

1.1.0 (2020-03-10)

Features

  • add ability to view secret key (440c3e5)

1.0.1 (2020-03-10)

Bug Fixes

  • remove alpha/beta versions from ui, keychain (81dee96)

1.0.0-alpha.39 (2020-03-10)

Bug Fixes

  • proper typings location in package.json (b04a009)

1.0.0-alpha.38 (2020-03-10)

Bug Fixes

  • adjust root dir so packages can build correctly (f99c210)
  • Buttons (#29) (a7e12ce)
  • Change default modal size, Fixes blockstack/blockstack-app#77 (86a43f8)
  • Missing 'deg' from chevron transform property (584f186)
  • Modal going off-canvas on mobile, Closes blockstack/app#190 (1c64d9c)

Features

  • Add a ChevronIcon (#30) (2f929b1)
  • add CI, proper connections between packages (5934829)

Changelog

1.0.0-alpha.37

  • Updates modal to fix some regressions
  • Added ScopedCSSReset component to wrap around things that need certain resets, such as @blockstack/connect.

1.0.0-alpha.35

  • Fix modal

1.0.0-alpha.34

  • Fixes ChevronIcon

1.0.0-alpha.32

  • Fixes modal width.
  • Updates button secondary style to match designs.
  • Forces typesize on button text.

1.0.0-alpha.28

  • Add ChevronIcon component, update Buttons to align with styleguide.

1.0.0-alpha.25

  • Add displayName attr to all components that use forwarRef.
  • Add textTransform prop to base BoxProps.

1.0.0-alpha.24

  • Update layout for button to center elements.

1.0.0-alpha.23

  • Remove padding on modal content component.

1.0.0-alpha.22

  • Implement and export Modal component.

1.0.0-alpha.21

  • Format library with @blockstack/prettier-config and enforce with CircleCI.

1.0.0-alpha.20

  • Export more from the library, including types.

1.0.0-alpha.19

  • Update input border colors.

1.0.0-alpha.18

  • Update theme default border color.

1.0.0-alpha.17

  • Fixed bug with <Stack> where it would render null children and mess up the isLastChild check.

1.0.0-alpha.16

  • Export <Spinner> component.

1.0.0-alpha.14

  • Added textDecoration typings

1.0.0-alpha.12

  • Updated our colors based off of the design system.
  • Added more specific types for boxShadow to reflect our values in the theme.

1.0.0-alpha.11

  • transition style typing added to <Box>
  • Added transition prop to hover element on buttons to animate it smoothly.

1.0.0-alpha.10

  • Added hover element in buttons to automatically add in the dark layer on hover.

1.0.0-alpha.9

  • Added ability to pass customStyles prop to buttons to change their styling

1.0.0-alpha.8

  • Updated tsconfig.js based off of Formik's
  • removed any empty returns

1.0.0-alpha.7

  • Updated variantColor typings on Button and ButtonGroup.

1.0.0-alpha.6

  • Added transform typings to Box.

1.0.0-alpha.5

  • Fixed typings for <Text> component.