Skip to content

Releases: nordcloud/GNUI

v10.3.0

27 Feb 10:02
207af97

Choose a tag to compare

What's Changed

Full Changelog: v10.2.0...v10.3.0

v10.2.0

26 Feb 10:38
6b8ebac

Choose a tag to compare

What's Changed

  • [AP-3062] Introduce status detailed icons by @petesiudak in #720

New Contributors

  • @petesiudak made their first contribution in #719

Full Changelog: v10.1.1...v10.2.0

v10.1.1

21 Feb 12:27
6b8ebac

Choose a tag to compare

What's Changed

  • Dynamically adjust input color based on background in the Select component by @petesiudak in #719

New Contributors

  • @petesiudak made their first contribution in #719

Full Changelog: v10.1.0...v10.1.1

v10.1.0

08 Dec 10:51
a61c758

Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

26 Oct 12:00
704ab7b

Choose a tag to compare

What's Changed

Migration

react-awesome-styled-grid has been removed and won't be automatically installed.
If any of below grid components were used in your app:

Container,
Row,
Col,
Hidden,
Visible,

You must setup react-awesome-styled-grid on your own and import those components from that library instead of GNUI.

Setup guide:

Install grid library

npm install react-awesome-styled-grid

Implement required fix

npm install -D patch-package

Make necessary changes inside two files:

/node_modules/react-awesome-styled-grid/lib/react-awesome-styled-grid.cjs.js
/node_modules/react-awesome-styled-grid/lib/react-awesome-styled-grid.es.js

-  void 0 === i && (i = global);
+  void 0 === i && (i = window);

Apply patch:

npx patch-package react-awesome-styled-grid

Update package.json:

"scripts": {
 ...
 "postinstall": "patch-package"
}

Full Changelog: v9.2.0...v10.0.0

v9.2.0

17 Oct 09:55
6685391

Choose a tag to compare

What's Changed

Full Changelog: v9.1.1...v9.2.0

v9.1.1

10 Oct 11:03
a15e8e2

Choose a tag to compare

What's Changed

  • [KLAR-11652] Grey out disabled select button by @ievavizg in #669

Full Changelog: v9.1.0...v9.1.1

v9.1.0

06 Oct 10:17
9d5da4a

Choose a tag to compare

What's Changed

Full Changelog: v9.0.1...v9.1.0

v9.0.1

03 Oct 08:47
b5da7e7

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

02 Oct 10:54
42a4f7d

Choose a tag to compare

What's Changed

Full Changelog: 8.21.0...v9.0.0