Skip to content

Latest commit

 

History

History
654 lines (375 loc) · 24.7 KB

File metadata and controls

654 lines (375 loc) · 24.7 KB

3.0.34 (2019-04-30)

3.0.33 (2019-04-30)

Other Changes
  • remove unnecessary className (174afaec)

3.0.32 (2019-04-29)

Other Changes
  • added event listener to close drop down when not focus (0780690c)
  • Icon: adding external-link Icon (f5961386)

3.0.31 (2019-04-23)

Refactors
  • id: replace it to className to avoid duplicate id (d82dc0c4)
Code Style Changes
  • Profile picture: fix style glitch on safari browser (4fc1464c)
  • Button: adding yellow theme props for button (fe850b1f)

3.0.30 (2019-04-16)

Other Changes
  • Remove default prop target to leave it undefined when not provided (413ece8a)

3.0.28 (2019-03-29)

Bug Fixes
  • defaultValue: fix floating label when textfield supplied with defaultValue (b7307d4f)
Other Changes
  • style: increase z-index of modal (7c5d7cdc)
  • Wrap keyframes interpolation with css template processor. (9cdd2a90)

3.0.27 (2019-03-14)

3.0.26 (2019-03-06)

3.0.25 (2019-03-06)

3.0.24 (2019-03-06)

3.0.23 (2019-03-06)

3.0.22 (2019-03-01)

3.0.21 (2019-02-28)

3.0.20 (2019-02-26)

Other Changes
  • style: increase z-index of modal (7c5d7cdc)

3.0.19 (2019-02-20)

3.0.18 (2019-02-19)

3.0.17 (2019-02-15)

3.0.16 (2019-02-14)

Other Changes
  • Wrap keyframes interpolation with css template processor. (9cdd2a90)

3.0.15 (2019-02-13)

3.0.14 (2019-02-12)

3.0.13 (2019-02-11)

3.0.12 (2019-02-01)

3.0.11 (2019-01-31)

3.0.10 (2019-01-31)

3.0.9 (2019-01-29)

3.0.8 (2019-01-25)

3.0.7 (2019-01-23)

3.0.6 (2019-01-18)

3.0.5 (2019-01-16)

3.0.4 (2019-01-15)

3.0.3 (2019-01-09)

3.0.2 (2018-12-21)

3.0.1 (2018-12-14)

3.0.0 (2018-12-10)

  1. Fixed circle issue on Badge.
  2. Added sup on Badge for setting Badge into superscript type.
  3. Added rightClickURL on Brand for redirecting to url when right click is triggered.
  4. Revised all of Button component, including styles, colors, and all of the states.
  5. Role button for editable state on ProfilePicture.
  6. Added block, outline, and theme for Tag.
  7. Removed label on Tag.
  8. Fixed Select Option will get blank when api has not successfully fetched.
  9. Added onOptionClick to support onClick on Select.Option.
  10. Added disableTyping to disable typing on Select input.
  11. Improved auto growing on Textarea when there is and no new line.
  12. Removed MobileMenu, old Dropdown, and Language Select.
  13. Renamed NewDropdown into Dropdown.
  14. Slider can be triggered with left and right arrow when it's in focus state.

2.1.9 (2018-12-10)

2.1.8 (2018-11-30)

Bug Fixes
  • defaultValue: fix floating label when textfield supplied with defaultValue (b7307d4f)

2.1.7 (2018-11-28)

2.1.6 (2018-11-28)

2.1.5 (2018-11-28)

2.1.4 (2018-11-27)

2.1.3 (2018-11-26)

2.1.2 (2018-11-26)

2.1.1 (2018-11-22)

2.0.11 (2018-11-21)

New Features
  • Alert: adding style, autoClose & iconColor Props to Alert component (d778ef08)
Other Changes
  • doc:
    • update Alert Component documentation (b3ee0834)
    • update Alert component documentation (f6049f81)
Refactors

2.0.10 (2018-11-16)

  1. Adding new icons
  2. Revising old icons
  3. Changing blue color on Ghost Button

2.0.9 (2018-11-15)

2.0.8 (2018-11-14)

2.0.7 (2018-11-13)

2.0.6 (2018-11-13)

2.0.5 (2018-11-12)

2.0.4 (2018-11-08)

2.0.3 (2018-11-08)

2.0.2 (2018-11-07)

2.0.1 (2018-10-30)

2.0.0 (2018-10-29)

  1. Removing onCloseWithESC props on Modal. onCloseWithESC is merged to onClose.
  2. Moving Modal's scrollbar into Body.
  3. Adding Close Button on Modal.
  4. Revamping glints-aries storybook.
  5. Props documentation is divided by elements.
  6. Adding Default Value and Possible Value on props section.
  7. Adding target props to JobCard.
  8. Improve focus state. Outline doesn't show up when clicked, but showing when using tab.
  9. New Component:
    • Toast
    • Progress

1.0.18 (2018-10-29)

1.0.17 (2018-10-25)

1.0.16 (2018-10-23)

Refactors
  • switch: change switch to if (7ad73d81)

1.0.15 (2018-10-23)

1.0.14 (2018-10-23)

1.0.13 (2018-10-23)

1.0.12 (2018-10-19)

  1. Improve Accessibility for these following components: Alert, Brand, Loading, Checkbox, Omni Search, Radio Button, Search Filter, Select, Switch, Textarea, TextField, Breadcrumb, Drawer, Mobile Menu, Accordion, Collapsible, Modal, Pointing Modal, Pop Over, Progress, Gallery, and Job Card.
  2. Refactor Drawer.
    • Remove DisabledClick, onBlur, and onFocus to prevent Drawer Area from being closed.
    • Using stopPropagation to prevent Drawer Area from being closed when it's clicked.
  3. Refactor Modal.
    • Remove modal-background node.
    • Using stopPropagation to prevent Modal Content from being closed when it's clicked.
  4. Checkbox:
    • Remove outline when it's clicked but showing up when using tab to navigate.

1.0.10 (2018-10-17)

New Features
  • Button: adding disabled state on primary Button component (644cf7b5)
Bug Fixes
  • defaultProps: change the defaultProps to PrimaryContainer (6d720584)
Code Style Changes

1.0.9 (2018-10-16)

1.0.8 (2018-10-16)

Bug Fixes
  • collapsible: change default opened state & adding shallow compare (22e1acab)

1.0.7 (2018-10-16)

1.0.6 (2018-10-16)

1.0.5 (2018-10-11)

1.0.4 (2018-10-08)

1.0.3 (2018-10-08)

1.0.2 (2018-10-03)

1.0.1 (2018-10-03)

1.0.0 (2018-10-01)

  1. Remove Label and Stats Component
  2. Added Screen Size into Device Size section
  3. Notification changed into Alert
  4. Remove size props in Badge, Brand, Divider, Heading, Loading, Icon, and Profile Picture
  5. Remove loading props in Button
  6. Remove Thickness in Heading
  7. ProfilePictureShadow changed into ProfilePicture
  8. Remove bgColor props in Breadcrumb
  9. Replace className: active with active props in Breadcrumb
  10. Add collapsing props in Collapsible for defining the default state
  11. Categorize glints-aries component based on each purpose
  12. Improve accessibility in Checkbox, Switch, and Select

0.2.37 (2018-09-28)

Refactors
  • package: move react-dom into dev & peer dependencies, upgrade to react v16.5.2 (734f6aef)

0.2.24 (2018-09-17)

New Features
  • Collapsible: set default open true & add animate to Collapsible body (83b08907)
Other Changes
  • storybook: update JobOverview storybook (887e8e0a)
Refactors
  • props: update props name for JobCardHeader (8dc319e9)
Code Style Changes
  • adjustment: adjust Job Overview Info component style (8b08dcc5)
  • component:
    • JobOverview style adjustment (b1c077f8)
    • update breadcrumb. accept bgColor & marginBottomProps (52841427)

0.2.16 (2018-09-12)

Other Changes
  • storybook: update JobOverview storybook (887e8e0a)
Code Style Changes
  • adjustment: adjust Job Overview Info component style (8b08dcc5)

0.2.14 (2018-09-11)

Code Style Changes
  • component:
    • JobOverview style adjustment (b1c077f8)
    • update breadcrumb. accept bgColor & marginBottomProps (52841427)

0.2.2 (2018-08-28)

Bug Fixes

0.2.1 (2018-08-28)

Bug Fixes
  • component: adding className Props on button element (f6c30d7c)

0.1.48 (2018-08-28)

Bug Fixes
  • class: fix incorrect placing of className (a17be42e)
Refactors
  • component: Button component refactor. adding id attribute support (39d3bf48)

0.1.47 (2018-08-28)

New Features
  • props: adding jobTitleId & companyNameId to jobcard Component (60941ea4)

0.1.36 (2018-08-20)

New Features
  • style-lint: adding style lint feature (6931bf4b)
Bug Fixes
  • path: fix import path (802b0776)
  • component:
    • eslint fix missing semicolon (43c52152)
    • change the Collapsible chevron icon (303e89e6)

0.1.26 (2018-08-16)

Bug Fixes
  • component:
    • eslint fix missing semicolon (43c52152)
    • change the Collapsible chevron icon (303e89e6)

0.1.25 (2018-08-16)

Build System / Dependencies
  • component: export Collapsible component (fa9d4e81)
New Features
  • component: adding collapsible component (780943aa)

0.1.22 (2018-08-15)

Build System / Dependencies
  • component: export JobOverview component (8aa654de)
Documentation Changes
  • component: adding JobOverview usage story (f75cd154)
New Features
  • component: JobOverview component (1dfe6199)
Code Style Changes
  • component: update Divider. accept style props (e9873d05)

0.1.14 (2018-08-13)

Documentation Changes
  • component: update import docs for Information component (b15a018f)
Bug Fixes
  • component: fix unnecessary spaces (eslint) (bcdd785f)
Code Style Changes
  • component:
    • adjust margin for Information component (0677fe24)
    • adjust information divider (451962cc)
    • adding darkgrey on secondary color (3229d823)

0.1.12 (2018-08-11)

Code Style Changes
  • Dropdown: adjust dropdown text size (3ab89059)

0.1.4 (2018-08-08)

Bug Fixes
  • component: fix slider component next/previous icon (3c0ea055)

0.1.1 (2018-08-07)

Code Style Changes
  • Blockquote: adjust padding for blockquote testimony (81d8404e)

0.0.43 (2018-08-07)

Code Style Changes
  • Blockquote: adding fontsize for blockquote testimony & author (7a36ffd6)

0.0.23 (2018-06-29)

Other Changes
Code Style Changes
  • component: adjust overidden style (6baed40b)

0.0.21 (2018-06-29)

Refactors
  • component: refactor Information component (99964437)

0.0.20 (2018-06-29)

Bug Fixes
  • component: fixed named export (3e15d369)
Other Changes
  • component: adding typecheck (52cc9c70)

0.0.19 (2018-06-29)

Bug Fixes
  • component: remove duplicated export name (0e00f478)

0.0.18 (2018-06-29)

Bug Fixes

0.0.17 (2018-06-29)

Other Changes

0.0.16 (2018-06-29)

New Features
  • component: FlexCenter component utilities (b9f1763e)

0.0.15 (2018-06-28)

Build System / Dependencies
  • assets: move assets to public folder (98838fd9)
New Features
  • component: utilities, FlexCenter (dc1a07da)
Other Changes
  • global: temporary remove heading size (2237b852)

0.0.14 (2018-06-28)

Other Changes
  • npm: change to public instead of scoped package (9f01d074)

0.0.13 (2018-06-28)

Other Changes
  • npm: change to public instead of scoped package (9f01d074)

0.0.12 (2018-06-27)

Bug Fixes
  • component: fix error, Author of undefined (bcf8b2f3)

0.0.11 (2018-06-27)

Bug Fixes
  • component: fix error on blockquote component. missed export name (f32dc9c1)
Refactors
  • component: refactor BlockquoteContent (0bcf61bb)

0.0.10 (2018-06-27)

Refactors
  • component: Blockquote component refactor (5144ae0a)

0.0.8 (2018-06-27)

New Features
  • component: adding PsychedelicText component (5432a04f)
Bug Fixes
  • component: fix export Blockquote component (5c5b051f)

0.0.7 (2018-06-27)

Bug Fixes
  • component: fix Accordion style glitch (ffdaced0)

0.0.6 (2018-06-27)

Bug Fixes
  • Component: fix export accordion (c5d0cc3f)

0.0.5 (2018-06-27)

New Features
Bug Fixes
Other Changes
Refactors
  • component:
  • props: deprecated props value on Label variant (6f3e682b)
  • JobCard: using JobBanner component for image banner (6c83ab5d)
  • Label: separate label style (1df92c4a)
Tests

0.0.3 (2018-06-22)

New Features
  • Label: Glints label component (04b78321)
Other Changes
Refactors
  • Item:
    • remove react fragment on returning block (6399b274)
    • refactoring Item components (1d758342)
  • indentation: fix indentation (d6925d2d)
Tests

0.0.2 (2018-06-21)

New Features
Bug Fixes
  • Button: missing button label (161b1405)
  • onClick: fix onclick on button (03560106)
Other Changes
  • Form: adding Form component (3fbc8666)
Refactors
  • gitignore: ignore DS_Store file (e443411b)
Code Style Changes
  • Button:
    • default button variant (75e10fb7)
    • update Button style (default button) (515aea21)