Skip to content

Latest commit

 

History

History
617 lines (381 loc) · 28.8 KB

CHANGELOG.md

File metadata and controls

617 lines (381 loc) · 28.8 KB

2.1.3 (2022-09-30)

Changed

  • Changed all instances of "Grey Matter" that refer to the company to "greymatter.io"
  • Changed logo name from "decipher-logo.png" to "greymatter-logo.png"
  • Replaced CircleCI pipeline with Buildkite
  • Fixed NPM security vulnerabilities
  • Fixed theme switching regression

2.1.2 (2022-07-05)

Features

  • Changed alt text and copyright from Decipher to greymatter.io Inc. (#636) (ac02521)

2.1.1 (2021-09-03)

Bug Fixes

2.1.0 (2021-09-03)

Features

2.0.0 (2020-12-02)

Breaking Changes

  • add inter as a dev dep and set peer deps to major versions only (#599) (2f7a8e6)
  • deprecate nonstandard svg terms in icon API (#595) (5e7708f)
  • add react-popper and @popperjs/core as peer dependencies (4af2b73)

Bug Fixes

  • solve cause of buttons having too-solid text color (#596) (12d8554)
  • update footer social links (#600) (78d5c45)

Features

  • icons can now be presented in negative (#533) (1955398)
  • update svgr (#612) (c6db69c)
  • better default breadcrumb delimiter (or custom, or none) (4e426fc)

1.4.4 (2020-09-23)

Bug Fixes

1.4.3 (2020-09-23)

NOTE: this release uses the wrong package for inter fonts, please upgrade to 1.4.4 to take advantage of the new font-family.

Bug Fixes

Features

1.4.2 (2020-08-31)

Features

1.4.1 (2020-06-01)

  • Added automatic formatting of JS files on git commit
  • Removed outdated related projects from README

1.4.0 (2020-04-09)

Added components

  • IconArt
  • IconAt
  • IconBuilding
  • IconBusiness
  • IconCalendarEvent
  • IconCalendarEventPin
  • IconCalendarPlus
  • IconCheckcircleIndeterminate
  • IconCity
  • IconCitySkyline
  • IconColumnToggle
  • IconCommentBubble
  • IconContrast
  • IconCurrencyDollar
  • IconEquipment
  • IconFilePlus
  • IconFlag
  • IconFolderOpen
  • IconGroupCircle
  • IconHashtag
  • IconHoliday
  • IconHome
  • IconLanguage
  • IconLink
  • IconMagnifierCheck
  • IconMagnifierX
  • IconMailbox
  • IconMaterial
  • IconMeasurement
  • IconNumber
  • IconOrdinal
  • IconPathwayProcess
  • IconPercent
  • IconPhone
  • IconPlace
  • IconScroll
  • IconSocialMention
  • IconStop
  • IconStreetAddress
  • IconTag
  • IconTimeDigital
  • IconTimeHourglass
  • IconToggleColumnLeft
  • IconToggleColumnRight
  • IconToggleInspector
  • IconToggleNavigation
  • IconTranslation
  • IconWeapons
  • IconWww

Features

1.3.0 (2020-01-22)

Removed components

  • IconCopyToWorkspace

Added components

  • Status
  • ToggleSwitch
  • IconGlobe
  • IconCloudUp
  • IconColumnToggle
  • IconEditLines
  • IconDash
  • IconEar
  • IconFileTypeAudio
  • IconFileTypeImage
  • IconFileTypeVideo
  • IconFolderOpen
  • IconSelection
  • IconSort09
  • IconSort90
  • IconSortAZ
  • IconSortZA
  • IconSortAscending
  • IconToggleInspector
  • IconToggleNavigation

Bug Fixes

  • hide delimiter prop (#530) (b902d41)
  • remove explicit disabled prop from tabwrap (#537) (4d8453d)
  • remove title prop and title element from icons (#525) (a63a72c)
  • remove defaultChecked prop from Checkbox component (#520) (e9eb338)
  • fix all instances of improperly-written HSLA color values in theme.js (#521) (6b1da7e)
  • replace footer logo with Grey Matter logo (#556) (ba906bb)
  • dynamically generate copyright year in AppFooter (#557) (ba906bb)
  • update footer website url (#557) (ab26c94)

Features

1.2.0 (2019-07-19)

Features

1.1.0 (2019-07-14)

Features

  • export input util components (f5823fc)
  • add classname prop to input field (3aa3d3d)
  • added additional prop checked to checkbox (#511) (e18b625)

1.0.0 (2019-07-10)

Breaking Changes

Bug Fixes

Features

0.9.0 (2019-06-20)

Bug Fixes

Features

0.8.1 (2019-05-10)

Bug Fixes

Features

0.8.0 (2019-04-19)

The one with themes! 🎈🎉

Features

  • add theming functionality (d25a911)

Bug Fixes

  • readout styles, add missing theme exports (#412) (d25a911)

0.7.5 (2019-01-10)

Bug Fixes

  • update footer font size and default text (#398) (f0ced09)

0.7.4 (2018-12-11)

Bug Fixes 👻

0.7.3 (2018-12-05)

Features

  • update Tooltip to use Popper.js positioning engine (#392) (5ecd980

0.7.2 (2018-11-20)

Features

0.7.1 (2018-10-29)

Bug Fixes

0.7.0 (2018-10-26)

Breaking Changes

  • The Input component is now InputField
  • Checkbox, InputRange, Select, Radio, and Textarea are all separate components
  • Icon display names have changed to reflect the component name. It's likely you will have to update your tests if you were making assertions on the old Icons using the displayName.
  • Table accentColor prop has been deprecated. Use the new theming interface instead. Note: brandColor is the only theme variable exposed in 0.7.0.
import { ThemeProvider } from "styled-components";

<ThemeProvider theme={{ brandColor: "blue" }}>
  <App />
</ThemeProvider>;

Bug Fixes

Features

  • add ability to disable external links in the footer (#374) (be83af2)
  • add contributing guide & script to generate component templates (#380) (8df24f4)
  • place Radio button stories in the correct place in the sidebar (#331) (13fa196)
  • Table Accessibility (#369) (8f17d15)
  • theme brand color (#370) (ae72411)
  • use svg loader for icons (#375) (5f84cdd)

0.6.1 (2018-09-18)

NOTE: This version has been deprecated on npm. Please use the latest version of gm-ui-components.

Bug Fixes

Features

0.6.0 (2018-09-06)

Bug Fixes

  • remove ? cursor from tooltip (#329) (22d53f6)
  • various knob labels, proptype table, radio component story (#332) (323ca75)

Features

0.5.6 (2018-09-05)

Bug Fixes

  • camel case Input component autoFocus prop (#320) (e871611)

0.5.5 (2018-09-04)

Bug Fixes

  • adding missing background color for inputs (#293) (b23448f)

Features

  • add git push --tags to post version lifecycle (#291) (ea0079f)
  • better default size for icons (#288) (f71a15a)

0.5.4 (2018-09-04)

Bug Fixes

  • spread props onto Input component (7a7acb8)

0.5.3 (2018-08-30)

Bug Fixes

Features

0.5.2 (2018-08-21)

Fixes

  • hotfix for broken Table component

0.5.1 (2018-08-20)

Features

  • added Table component
  • added tests for Icons

0.5.0 (2018-08-16)

Features

  • added a plethora of new icons and changed the naming scheme

0.4.7 (2018-11-18)

Fixes

  • resolve imports from src
  • cleanup babel plugins and presets
  • resolve Button style drift with dashboard
  • remove fonts
  • update dependencies
  • remove polling btn type
  • refactor checkbox
  • refactor Icon
  • refactor Button
  • refactor Tooltip
  • update Tab styles

Features

  • add Spinner

0.4.6 (2018-05-18)

  • move styled-components, react, and react-dom to peerDependencies and exclude from build

0.4.5 (2018-03-19)

  • update main export to include glyphs

0.4.4 (2018-02-13)

0.4.3 (2018-02-12)

Fixes

  • patch fix for Icon import

0.4.2 (2018-02-12)

Fixes

  • patch fix for glyph

0.4.1 (2018-02-09)

Fixes

Features

  • added tooling for linting commits (b92c35e)

0.4.0 (2018-01-25)

Fixes

Features

0.3.0 (2017-10-10)

Features

0.2.0 (2017-10-05)

Fixes

  • refactored utils to use polished (50d0dd2)
  • updated config to allow applications to use UMD bundle (fe2b831)

Features

0.1.0 (2017-09-26)

Features

  • generated app with create-react-app (bba7384)
  • added readme (d3d8432)