Skip to content

Releases: React95/React95

@react95/core@9.2.1

28 Nov 16:46
Compare
Choose a tag to compare

9.2.1 (2024-11-28)

Bug Fixes

  • list item background color on hover (d8254df)

@react95/core@9.2.0

14 Oct 20:18
Compare
Choose a tag to compare

9.2.0 (2024-10-14)

Bug Fixes

  • minimize feature fix: the minimize feat broke the titlebaroptions if there was just one option (64ad6d1)
  • minimize feature: change type to OptionProps instead of TitleBar.Minimize (da116a7)
  • minimize modal feature: changed it to be its own compound component (3d36d59)

Features

  • a11y: adding role dialog to modal and aria-hidden attribute (ef38177)
  • functional minimize button: adding a minimize button to any modal now makes it functional (c0026f9)

@react95/core@9.1.1

01 Oct 11:40
Compare
Choose a tag to compare

9.1.1 (2024-10-01)

Note: Version bump only for package @react95/core

@react95/core@9.1.0

26 Sep 13:10
Compare
Choose a tag to compare

9.1.0 (2024-09-26)

Features

  • resize dropdown: this should make you able to resize the dropdown menu (ab6c1da), closes #463

@react95/core@9.0.0

20 Sep 14:44
Compare
Choose a tag to compare

9.0.0 (2024-09-20)

Features

  • adding modal events to TaskBar (eada1a4)
  • modal: drop Modal{Context|Provider} in order to use event emitter (fb8c04f)
  • modal: revisit Modal (023cb84), closes #459
  • Titlebar: add default options (ab0c199)

BREAKING CHANGES

  • modal: The API changed giving you more behave and style control over Modals. We also
    changed the library to handle the drag from react-draggable to @neodrag/react.
  • modal: This changes how we use Modal. The API is simpler. You don't need its Context
    anymore.

@react95/core@8.1.4-alpha.0

18 Sep 11:52
Compare
Choose a tag to compare
Pre-release

8.1.4-alpha.0 (2024-09-18)

Note: Version bump only for package @react95/core

@react95/clippy@2.0.3-alpha.0

18 Sep 11:52
Compare
Choose a tag to compare
Pre-release

2.0.3-alpha.0 (2024-09-18)

Note: Version bump only for package @react95/clippy

@react95/core@8.1.3

17 Sep 16:59
Compare
Choose a tag to compare

8.1.3 (2024-09-17)

Note: Version bump only for package @react95/core

@react95/clippy@2.0.2

17 Sep 16:59
Compare
Choose a tag to compare

2.0.2 (2024-09-17)

Note: Version bump only for package @react95/clippy

@react95/core@8.1.2

12 Sep 12:36
Compare
Choose a tag to compare

8.1.2 (2024-09-12)

Reverts

  • core: reverting exports order (d7910be)