Skip to content

Releases: seb-oss/green

@sebgroup/green-core@1.67.1

26 Feb 13:03
46a4932
Compare
Choose a tag to compare

Patch Changes

  • e59a021: Select: Fix some state sync issues with the wrapped select element
  • d69a5ea: Popover: Fix stacking issue with nonmodal popovers
  • d69a5ea: Dropdown: Fix combobox when used without a placeholder option, and add missing event dispatch

@sebgroup/green-core@1.67.0

25 Feb 15:23
a768b67
Compare
Choose a tag to compare

Minor Changes

  • 9180a71: Popover: gds-ui-state events can now be cancelled to gain more control over popover behavior
  • 9180a71: Dropdown: gds-ui-state event is now cancellable, and only fires on user-initiated changes
  • 5fc4d2e: Localisation: Add translations for no, nl, it, fr, fi, de and da

Patch Changes

  • 9180a71: Dropdown: Fix scrollIntoView behavior in the listbox so that headers won't be obscured
  • db5b77b: Context Menu: Fix focus issue. Closes #1993
  • 9180a71: Dropdown: Fix unexpected bubbeling of the gds-ui-state event

@sebgroup/green-core@1.66.1

24 Feb 17:59
dcb584d
Compare
Choose a tag to compare

Patch Changes

  • a715edc: Declarative Layout: Fix an incorrect import path the styleExpressionProperty decorator, fix default border props of gds-flex, add missing order property.

@sebgroup/green-core@1.66.0

24 Feb 12:57
a07f412
Compare
Choose a tag to compare

Minor Changes

  • 4cdaf5f: gds-grid: auto-columns now support any CSS units. If no unit is specified, px is assumed.
  • 4cdaf5f: Divider: Add propagation of role attribute

4cdaf5f: Declarative Layout updates

  • Add gds-div as the base container for declarative layout
  • Refactor implementation for easier reuse of properties in various components. Several component now support style expression properties for common things like margin, width and flex item properties.
  • Colors now only support tokens from Green, no custom values except transparent and currentColor. This simplifies implementation and makes color properties more consistent.
  • Color properties now always use tokenName/transparency, where transparency is optional.
  • Set box-sizing to border-box by default
  • Set border-color to primary by default
  • border property now works like css shorthand border property, ie. size style color
  • border-style property added for completeness

Removed

The following style expression properties have been removed:

  • pointer-events
  • user-select
  • cursor
  • transform-style
  • transition
  • transition-behavior
  • animation

Deprecated

The followind elements have been deprecated

  • gds-container is deprecated in favor of gds-div
  • gds-spacer is deprecated in favor of gds-div

Migration steps:

  • Do a search-replace of gds-container -> gds-div
  • Update all the places you've used the border property. As mentioned above, the border related properties now mimic CSS more closely. If you have for example border="4xs/primary 0" to set a top and bottom border with primary color, you need to change it to border-width="4xs 0" border-color="primary" after this update.
  • gds-card supports (and defaults to) display="flex" now, so there is usually no need to wrap card content in an extra gds-flex. It has a default gap set as well. If that breaks your layout, you can set gap="0"

Patch Changes

  • 4cdaf5f: Calendar: Fix missing focus outline in 2023 style

@sebgroup/green-angular@5.3.2

24 Feb 12:57
a07f412
Compare
Choose a tag to compare

Patch Changes

  • 4a1ad4a: Added missing styles for the checkboxes inside nggv-table component
  • Updated dependencies [0babf00]
  • Updated dependencies [4cdaf5f]
  • Updated dependencies [4cdaf5f]
  • Updated dependencies [4cdaf5f]
  • Updated dependencies [4cdaf5f]
    • @sebgroup/chlorophyll@3.6.15
    • @sebgroup/green-core@1.66.0

@sebgroup/chlorophyll@3.6.15

24 Feb 12:57
a07f412
Compare
Choose a tag to compare

Patch Changes

  • 0babf00: Chlorophyll: Checkbox & Radio Button hover styles not to hint selected icon

@sebgroup/green-react@3.24.0

19 Feb 14:57
984fb2e
Compare
Choose a tag to compare

Minor Changes

  • 34bf172: Dependencies: Include React 19 in peer dependency constraint

    This update makes it possible to use @sebgroup/green-react with React 19 without complaints from NPM.

    Note, however, that the library is still not thoroughly tested with React 19, and all our unit tests still run against React 18. So proceed with caution.

@sebgroup/green-core@1.65.2

18 Feb 15:43
5c1f4d7
Compare
Choose a tag to compare

Patch Changes

  • d800fd8: Field Base: Add on main wrap gap to add space in select

@sebgroup/green-core@1.65.1

11 Feb 10:09
53c45cd
Compare
Choose a tag to compare

Patch Changes

  • 5c43312: Icons: Add missing css unit in height/width
  • 67547d2: Textarea: Resizing improvements, resize handle and overflow

@sebgroup/green-angular@5.3.1

11 Feb 15:17
aa92f97
Compare
Choose a tag to compare

Patch Changes

  • e93b640: CoreControlModule: Fix condition for when field errors are displayed