Skip to content

Releases: code-obos/grunnmuren

@obosbbl/[email protected]

28 Jan 10:41
1a7ca50
Compare
Choose a tag to compare
Pre-release

Minor Changes

@obosbbl/[email protected]

28 Jan 10:41
1a7ca50
Compare
Choose a tag to compare
Pre-release

Minor Changes

@obosbbl/[email protected]

22 Jan 11:40
cd99922
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 07d0d30: Adding a new <VideoLoop/> component that can play a muted video that loops (similar to a gif). The component respects reduced motion settings for users that have this setting enabled. It ensures further accessibility by requiring a visible or invisible description (alt or caption) of the video content.

    Usage:

    <VideoLoop
        src="https://res.cloudinary.com/obosit-prd-ch-clry/video/upload/v1732199756/Mellom%20husene/Frysja_Loop2.mp4"
        format="mp4"
        alt="Frysjaparken er et moderne nabolag med flotte uteområder og en nydelig kafé"
    />
    
    <Media>
        <VideoLoop
            src="https://res.cloudinary.com/obosit-prd-ch-clry/video/upload/v1732199756/Mellom%20husene/Frysja_Loop2.mp4"
            format="mp4"
        />
        <Caption>Frysjaparken er et moderne nabolag med flotte uteområder og en nydelig kafé</Caption>
    </Media>

Patch Changes

@obosbbl/[email protected]

22 Jan 11:40
cd99922
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • e92b0f2: * minor updates to some of the icons.
    • added new icons:
      • Flower
      • Globe
      • HouseWarning
      • Megaphone
      • Member
      • MemberBonus
      • Rain

@obosbbl/[email protected]

22 Jan 11:40
cd99922
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • e92b0f2: * minor updates to some of the icons.
    • added new icons:
      • Flower
      • Globe
      • HouseWarning
      • Megaphone
      • Member
      • MemberBonus
      • Rain

@obosbbl/[email protected]

15 Jan 15:16
5f9dd1d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • b62c268: Change layout from grid to flex on <Card>, as this makes styling easier. Handy if you have Card content of variable size but need to display a set of Cards with the same height.
  • Updated dependencies [2f4a527]

@obosbbl/[email protected]

15 Jan 15:16
5f9dd1d
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 2f4a527: BREAKING CHANGE: updated look and feel of entire icon set. The icons are now outlined instead of filled.

    See release notes for @obosbbl/grunnmuren-icons-svg for more details.

@obosbbl/[email protected]

13 Jan 11:16
69486a8
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 58704e7: BREAKING CHANGE: updated look and feel of entire icon set. The icons are now outlined instead of filled.

    The following icons are renamed:

    • Expand -> ArrowsMaximize
    • BriefcaseMedical -> FirstAidKit
    • Columns -> LayoutGrid
    • Unlock -> LockOpen
    • Twitter -> X

    The following icons are removed:

    • BikeExercise (use Bike or Excerise instead)
    • BuildingAlt
    • CookingPot (use ChefHat instead)
    • CloseBold
    • CloseCircle
    • ExpandAlt
    • MenuAlt
    • StairsFloor

    Added new icons:

    • ArrowDownLeft
    • BuildingBank
    • Buildings
    • Businessplan
    • Cards
    • CheckSquare
    • ChefHat
    • CloseSquare
    • Error
    • HeartFilled
    • Lock
    • LockHeart
    • MobileMoney
    • PlayerPause
    • PlayerPlay
    • Rocket
    • Unlink

Patch Changes

  • 72dc293: Base href prop on <Backlink>, <Breadcrumb> and <Button> to enable type safe routes.
  • 58704e7: Alertbox: adjust icons after updated icon set

@obosbbl/[email protected]

13 Jan 11:16
69486a8
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 58704e7: BREAKING CHANGE: updated look and feel of entire icon set. The icons are now outlined instead of filled.

    The following icons are renamed:

    • Expand -> ArrowsMaximize
    • BriefcaseMedical -> FirstAidKit
    • Columns -> LayoutGrid
    • Unlock -> LockOpen
    • Twitter -> X

    The following icons are removed:

    • BikeExercise (use Bike or Excerise instead)
    • BuildingAlt
    • CookingPot (use ChefHat instead)
    • CloseBold
    • CloseCircle
    • ExpandAlt
    • MenuAlt
    • StairsFloor

    Added new icons:

    • ArrowDownLeft
    • BuildingBank
    • Buildings
    • Businessplan
    • Cards
    • CheckSquare
    • ChefHat
    • CloseSquare
    • Error
    • HeartFilled
    • Lock
    • LockHeart
    • MobileMoney
    • PlayerPause
    • PlayerPlay
    • Rocket
    • Unlink

@obosbbl/[email protected]

08 Jan 10:59
74702be
Compare
Choose a tag to compare
Pre-release

Patch Changes