Skip to content

Latest commit

Β 

History

History
347 lines (254 loc) Β· 12.7 KB

CHANGELOG.md

File metadata and controls

347 lines (254 loc) Β· 12.7 KB

Changelog

0.10.6 (2020-03-19)

πŸš€ Enhancement

0.10.1 (2019-03-19)

πŸ› Bug Fix

Committers: 1

0.10.0 (2019-03-19)

πŸš€ Enhancement

  • theme
    • #467 Add font-smoothing on vitalTypographyStyle (@ericyip)

πŸ› Bug Fix

  • @vital-ui-lab/calendar, button

🏠 Internal

  • @vital-ui-lab/calendar, @vital-ui-lab/chart, avatar, badge, button, card, form, list, menu, modal, pill, popup, tabs, tooltip, utils

πŸ’₯ Breaking Change

  • button, form, menu, tooltip, utils

Committers: 1

0.9.15 (2019-03-12)

πŸš€ Enhancement

  • theme, tooltip
    • #463 Add max width and custom css CRM Tooltip theme (@ericyip)

🏠 Internal

Committers: 1

0.9.14 (2019-03-08)

πŸ› Bug Fix

Committers: 1

0.9.13 (2019-03-06)

πŸš€ Enhancement

Committers: 1

0.9.12 (2019-02-15)

πŸš€ Enhancement

  • button, theme, tooltip

Committers: 1

0.9.11 (2019-02-13)

πŸš€ Enhancement

  • avatar, form, theme

πŸ› Bug Fix

Committers: 1

v0.9.9 (2019-01-17)

πŸ› Bug Fix

  • form

🏠 Internal

  • avatar, badge, button, card, form, icon, list, menu, modal, pill, popup, tabs, theme, tooltip, utils, web

Committers: 2

0.9.8 (2019-01-11)

🏠 Internal

  • button, form, list, modal, theme, utils

Committers: 1

0.9.7 (2018-12-21)

πŸ› Bug Fix

Committers: 1

0.9.6 (2018-12-20)

πŸ› Bug Fix

Committers: 1

0.9.4 (2018-12-14)

πŸ› Bug Fix

  • avatar, badge, button, card, form, pill, popup, theme, tooltip, utils

Committers: 1

0.9.1 (2018-10-19)

πŸš€ Enhancement

🏠 Internal

0.8.8 (2018-08-27)

🏠 Internal

Committers: 1

0.8.7 (2018-08-26)

Major

  • @vital-ui-lab/chart, avatar, badge, button, card, form, icon, layout, list, menu, modal, pagination, pill, table, tabs, theme, tooltip, utils, web

    Flow -> Typescript Publish: v0.8.7

    πŸ’₯ Breaking Change

    • All packages named export.

    πŸš€ Enhancement

    • avatar: new builtInDefaultAvatar props
    • modal: rework

    🏠 Internal

    • Flatten storybook to root dir
    • Add Dockerfile, switch storybook static site from netlify to now

    πŸ› Bug Fix

    • Fix #261. Select attr warning
    • Close #264. Remove Icomoon Icon package.

Committers: 1

0.8.5 (2018-07-30)

πŸš€ Enhancement

Committers: 1

0.8.4 (2018-07-30)

πŸš€ Enhancement

  • list, theme, web

πŸ› Bug Fix

Committers: 1

0.8.3 (2018-07-11)

πŸš€ Enhancement

🏠 Internal

Committers: 1

0.8.2 (2018-07-05)

πŸš€ Enhancement

  • @vital-ui-lab/chart, form, icon, table, web

πŸ› Bug Fix

🏠 Internal

  • table
  • Other
    • #200 Turn off some eslint rules might conflict with Prettier (@cjies)

πŸ’₯ Breaking Change

  • @vital-ui-lab/chart, form, icon, table, web

Committers: 3

0.8.1 (2018-06-21)

πŸ› Bug Fix

  • icon
    • #192 Fix icon provider in order to work without it (@ericyip)

Committers: 1

0.8.0 (2018-06-20)

πŸ’₯ Breaking Change

  • Card.Container will be removed. use Card.Content instead.

  • ThemeProvider to VitalProvider. πŸ’₯

    Sperate all component to packages

    @vital-ui/react-avatar
    @vital-ui/react-badge
    @vital-ui/react-button
    @vital-ui/react-card
    @vital-ui/react-form
    @vital-ui/react-icon
    @vital-ui/react-layout
    @vital-ui/react-list
    @vital-ui/react-menu
    @vital-ui/react-modal
    @vital-ui/react-pagination
    @vital-ui/react-pill
    @vital-ui/react-table
    @vital-ui/react-tabs
    @vital-ui/react-theme
    @vital-ui/react-tooltip
    @vital-ui/react-utils
    // this one contains all packages
    @vital-ui/react
    

πŸš€ Enhancement

  • new withDeprecatedWarning component, use for deprecation warnings. πŸ—‘
  • Add default className: .vital__*-* to all components. e.g. .vital_avatar-image πŸ’ƒ
  • checkbox: new custom checkbox option.
  • Theme
    • ThemeProvider has renamed to VitalProvider in @vital-ui/react, It's the same but provide new api: theme and componentTheme.
    • Theme now accepts variables and componentTheme, should rename provider props from theme to variables.
    • Fix #162. pass defaultTheme to each packages that use theme and styled-components defaultProps, so It won't break if install individually without ThemeProvider.

🏠 Internal

  • Remove babel-root-import plugin. in favor of babel-plugin-module-resolver
  • Fix flow mapper to local packages.
  • Add Lerna scripts
  • Remove custom react-scripts.

Committers: 1

0.5.2 (2018-06-14)

πŸš€ Enhancement

πŸ’₯ Breaking Change

  • playground, web
    • #154 Refactor Table and Playground packages. (@ericyip)

      Adds react-virtualized to peerDependencies.

Committers: 1

0.5.1 (2018-06-07)

πŸš€ Enhancement

🏠 Internal

πŸš€ Enhancement

  • web
    • #151 Add Theme story and export defaultComponentsTheme (@ericyip)

Committers: 2