green

Green is an open-source design system built by SEB.

APACHE-2.0 License

Downloads
71.1K
Stars
34
Committers
59

Bot releases are visible (Hide)

green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 9 months ago

3.0.4 (2024-01-26)

Bug Fixes

green -

Published by github-actions[bot] 9 months ago

1.4.2 (2024-01-25)

Bug Fixes

  • core: polyfill/fallback for iOS 15 (#1173) (53247c5)
  • fix(core/datepicker): some style tweaks
  • feat(core): make all elements extend GdsElement. All elements will now have an attribute called gds-element containing the non-scoped element name. Useful when writing selectors.
green -

Published by github-actions[bot] 9 months ago

3.0.3 (2024-01-25)

Bug Fixes

  • fix(chlorophyll/dropdown): don't include button styles by default (#1173) (53247c5)
green -

Published by github-actions[bot] 9 months ago

3.0.2 (2024-01-23)

Bug Fixes

  • react: slide-out modal transition (f911a11)
    • Added enter and exit transition to slide-out modal
    • Fixed centering the dialog modal correctly
    • Fixed dark mode icon color on close button
green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 9 months ago

3.0.2 (2024-01-23)

Bug Fixes

  • react: slide-out modal transition (f911a11)
green -

Published by github-actions[bot] 9 months ago

3.0.1 (2024-01-22)

Bug Fixes

  • angular/dropdown: incorrectly supplying value in filter callback adapter (#1167) (101a23c)
  • datepicker: forward dateFormat to web component (#1168) (00b0922)
green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 9 months ago

3.0.1 (2024-01-22)

Bug Fixes

  • datepicker: forward all props to web component (#1168) (00b0922)
green -

Published by github-actions[bot] 9 months ago

1.4.1 (2024-01-22)

Bug Fixes

  • datepicker: Stop propagation of internal dropdown change events (#1168) (00b0922)
green -

Published by github-actions[bot] 9 months ago

3.0.1 (2024-01-22)

Stepper: Should act as a block level element like the other inputs.

green -

Published by github-actions[bot] 9 months ago

3.0.0 (2024-01-19)

Bug Fixes

  • Dropdown: pass down syncPopoverWidth to core component (#1161) (4c48135)

Features

  • Datepicker: replace underlying implementation in React and Angular (#1164) (ececf0a)

BREAKING CHANGES

Datepicker

Datepicker has been refactored to a web component. The Angular component remains as a mostly backwards-compatible wrapper for the web component, but there are some changes:

  • locale option has been removed. Localization is handled
    in Green Core by @lit/localize
  • currentDate is deprecated. Use value instead.
  • selectedDate is deprecated. Use value instead.
  • useCurrentTime is removed
  • closeOnSelect is removed (popover will now always close when a value is selected)
  • DatepickerOptions moved from Extract and can be imported from React or Angular package instead.
green -

Published by github-actions[bot] 9 months ago

3.0.0 (2024-01-19)

Features

  • Stepper: convert to pure controlled component (#1160) (55191b1)
  • Datepicker: replace underlying implementation in React and Angular (#1164) (ececf0a)
  • Table: add react table component (#1162) (6439fb9)

BREAKING CHANGES

Datepicker

Datepicker has been refactored to a web component. The React component remains as a mostly backwards-compatible wrapper for the web components, but there are some changes:

  • locale option has been removed. Localization is handled
    in Green Core by @lit/localize
  • currentDate is deprecated. Use value instead.
  • selectedDate is deprecated. Use value instead.
  • useCurrentTime is removed
  • closeOnSelect is removed (popover will now always close when a value is selected)
  • DatepickerOptions moved from Extract and can be imported from React or Angular package instead.

Stepper

The Stepper component have been refactored as a pure controlled component.

  • value is now only owned by host application. This means onIncrease and onDecrease have to be implemented for the stepper to work.
  • onChange now takes a ChangeEvent as param.
  • These props have been removed: step, min, max
green -

Published by github-actions[bot] 9 months ago

1.4.0 (2024-01-19)

Features

The new Datepicker solves various a11y issues and other bugs the old implementation had. It also adds some new features:

  • Date input using spin buttons. This mimics the native <input type="date"> as implemented in Chromium browsers. It allows users to either enter dates using number keys, or stepping the year/month/day values up and down using the arrow keys.
  • Support for different date formats in the input. This can be configured using the dateformat attribute.
  • When the focus in the calendar is on a disabled date, a button to jump to the first valid date is displayed in the footer.
green -

Published by github-actions[bot] 9 months ago

3.0.0 (2024-01-19)

Bug Fixes

  • react/stepper: convert to pure controlled component (#1160) (55191b1)

BREAKING CHANGES

Datepicker has been removed from Extract. A framework-agnostic implementation is available in Green Core.

green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 9 months ago

2.1.3 (2024-01-16)

Bug Fixes

  • angular/pagination: fix keyboard navigation (#1157) (cb9ba95)
green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 9 months ago

1.3.0 (2024-01-16)

Bug Fixes

  • core/dropdown: add null-check when accessing parentElement (#1158) (a1b610d)

Features

  • core/dropdown: add syncPopoverWidth option (#1159) (fe88611)
green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 10 months ago

2.6.2 (2023-12-11)

Bug Fixes

green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 10 months ago

2.1.2 (2023-12-11)

Bug Fixes

green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 11 months ago

2.1.2 (2023-12-06)

Bug Fixes

  • 🐛 update track background when min and max values change (#1146) (17d0b80)
green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 11 months ago

2.6.1 (2023-12-06)

Bug Fixes

  • react/link: default styling should be inline link (#1148) (f108be3)
green - https://github.com/seb-oss/green/releases/tag/@sebgroup/[email protected]

Published by github-actions[bot] 11 months ago

2.6.0 (2023-12-01)

Bug Fixes

  • 🐛 Expose button props and pass them to elements (#1118) (afc68f9)
  • 🐛 wizard next icon margin left (#1116) (158faf0)
  • Modal positioning and backdrop effect in react component (#1124) (659a663)

Features