Skip to content

Releases: nordcloud/GNUI

v10.4.2

25 Jun 10:11
c5a5b7c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.4.1...v10.4.2

v10.4.1

25 Jun 09:41
d4a702a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.4.0...v10.4.1

v10.4.0

24 Jun 12:41
dd3fbd8
Compare
Choose a tag to compare

What's Changed

  • [AP-4525] Add infoFiled icon; improve storybook icon previews visibility by @jedrasik in #723

New Contributors

Full Changelog: v10.3.1...v10.4.0

v10.3.1

14 Mar 14:08
80bddf2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.3.0...v10.3.1

v10.3.0

27 Feb 10:02
207af97
Compare
Choose a tag to compare

What's Changed

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

v10.2.0

26 Feb 10:38
6b8ebac
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v10.1.1

21 Feb 12:27
6b8ebac
Compare
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

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

v10.1.0

08 Dec 10:51
a61c758
Compare
Choose a tag to compare

What's Changed

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

v10.0.0

26 Oct 12:00
704ab7b
Compare
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
Compare
Choose a tag to compare

What's Changed

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