2.1.3 (2022-09-30)
- 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)
2.1.1 (2021-09-03)
2.1.0 (2021-09-03)
- add cross-browser input reset (#629) (2c2ed76)
- auto-generate css vars from theme vars (#632) (568462d)
- squished icons remain centered (#625) (c4dd3d8)
- update brand elements (#624) (a1b7b68)
2.0.0 (2020-12-02)
- 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)
- solve cause of buttons having too-solid text color (#596) (12d8554)
- update footer social links (#600) (78d5c45)
- 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)
- icon displayName (#590) (5c9ef2d)
- use different inter package (#589) (3fcc21d)
- move inter to peerDependencies (159ff70)
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.
1.4.2 (2020-08-31)
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)
- 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
1.3.0 (2020-01-22)
- IconCopyToWorkspace
- Status
- ToggleSwitch
- IconGlobe
- IconCloudUp
- IconColumnToggle
- IconEditLines
- IconDash
- IconEar
- IconFileTypeAudio
- IconFileTypeImage
- IconFileTypeVideo
- IconFolderOpen
- IconSelection
- IconSort09
- IconSort90
- IconSortAZ
- IconSortZA
- IconSortAscending
- IconToggleInspector
- IconToggleNavigation
- 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)
- add and update icons (857fe0b)
- add globe icon (#526) (7c7e694)
- add new
<Status />
component (cae759f) - add new
<ToggleSwitch />
component (307b6a6) - add tab focus styles and polish (c6aeb31)
1.2.0 (2019-07-19)
1.1.0 (2019-07-14)
- 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)
- Updated to styled-components v4
- Renamed glyphs and revamped Icon props
- Stopped exporting theme variables in favor of the
theme
object. See the changelog here: https://gist.github.com/shanberg/29a62d39d4c08a42dbcfcec7de91be27
0.9.0 (2019-06-20)
0.8.1 (2019-05-10)
- blank page when clicking anchor links in styles story (#425) (11c9226)
- breadcrumbs error (#428) (4f02b79)
- workaround for spinner issue in chrome (#430) (11210e9)
- add double chevrons for up and down directions (#431) (5d2cfac)
- add prop to buttons to allow custom color (#437) (297f6a5)
- customizable footer (#423) (36225c6)
- export style variables and functions (#422) (f0e07ca)
- fluid CSS solution to the breadcrumb overflow problem (#402) (e21309d)
- update storybook to 5 (#429) (625c4af)
0.8.0 (2019-04-19)
- add theming functionality (d25a911)
0.7.5 (2019-01-10)
0.7.4 (2018-12-11)
0.7.3 (2018-12-05)
0.7.2 (2018-11-20)
0.7.1 (2018-10-29)
0.7.0 (2018-10-26)
- The
Input
component is nowInputField
- 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>;
- provide fallback for theme obj (#376) (1fe7960)
- remove external margins (#367) (d615a07)
- remove flex property from InputWrap (#381) (a3e281e)
- 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)
- cleaner more consistent button sizing and radius (#337) (594c1b0)
- minor improvements to radio button story (#356) (5c3c5d1)
- new inputs (#335) (f768417)
- move Radio button stories to the correct place in the sidebar (#331) (13fa196)
- svg spinner (#352) (aa7477e)
- update issue templates (#353) (12adfcc)
0.6.0 (2018-09-06)
- remove ? cursor from tooltip (#329) (22d53f6)
- various knob labels, proptype table, radio component story (#332) (323ca75)
- add IconChevronRightDouble and IconChevronLeftDouble (#327) (24a48b8)
- add radio button component (#326) (789b457)
- story cleanup and organization (#286) (d479f55)
0.5.6 (2018-09-05)
0.5.5 (2018-09-04)
- add git push --tags to post version lifecycle (#291) (ea0079f)
- better default size for icons (#288) (f71a15a)
0.5.4 (2018-09-04)
- spread props onto Input component (7a7acb8)
0.5.3 (2018-08-30)
- add styleSelectedRow prop (#263) (d508808)
- fix various errors (#271) (8e5334a)
- fixing flash of white text on button click (#273) (5565872)
- more consistent sizes for object icons (#272) (ac44cba)
- move changelog to version script (#185) (ac22205)
- add style variables story (#268) (42c8317)
- add withKnobs decorator globally (#244) (dfc34ac)
- less opinionated button styles (#274) (e3952b1)
- restyle indeterminate spinner (#262) (5ccbea4)
- hotfix for broken Table component
- added Table component
- added tests for Icons
- added a plethora of new icons and changed the naming scheme
- 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
- add Spinner
- move styled-components, react, and react-dom to peerDependencies and exclude from build
- update main export to include glyphs
- patch fix for Icon import
- patch fix for glyph
- added tooling for linting commits (b92c35e)
- added codeclimate and .eslintrc (#49) (dd55adf)
- added ncu to simplify dep updates (cb3ac91)
- added storybook-deployer (#36) (731cdb3)
- add Tooltip (#35) (ed7f00e)
- added CircleCi (c0f55dc)
- refactored Button (#33) (1e39844), closes #24
- added Icons (#24) (a9669d6)
- added Badges proving our awesome (43e5f46)
- updated readme (#39) (977e82f)
- created licence (#37) (4db7d6b)
- added Metropolis font (18380a4)
- refactored utils to use
polished
(50d0dd2) - updated config to allow applications to use UMD bundle (fe2b831)