-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from dnbexperience/develop
release of v4.18.0
- Loading branch information
Showing
50 changed files
with
458 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
--- | ||
title: 'Releases' | ||
developers: 'Articles giving a periodically overview of the changes lately released.' | ||
draft: false | ||
--- | ||
|
||
import WelcomeAdvice from 'Pages/welcome-advice.md' | ||
import GithubLogo from 'Pages/uilib/development/assets/github-logo.js' | ||
import { Icon } from 'dnb-ui-lib/src' | ||
|
||
# Releases | ||
|
||
Here you find small articles and notes giving you a periodically overview of the changes lately released. | ||
|
||
You may also have a look at the [<Icon icon={GithubLogo} size="default" /> **GitHub Releases**](https://github.com/dnbexperience/eufemia/releases) for versioning of the [dnb-ui-lib](/uilib/). | ||
|
||
- [**v4.18**](/uilib/about-the-lib/releases/v4.18-info) _September, 28. 2019_ | ||
- [**v4.10**](/uilib/about-the-lib/releases/v4.10-info) _August, 24. 2019_ | ||
- [**v4.0**](/uilib/about-the-lib/releases/v4-info) _July, 21. 2019_ | ||
|
||
<WelcomeAdvice /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...es/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/v4.18-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# v4.18 | ||
|
||
## Since last release info | ||
|
||
- In the Customization section you find now ready to use and optimized [favicons](/uilib/usage/customisation#favicon-and-manifest). | ||
- New icons: `upload` | ||
- Added layout [CSS properties](https://eufemia.dnb.no/uilib/usage/layout#sizing) (`--layout-*`), like: `--layout-large: 60em;` | ||
|
||
### [Modal](/uilib/components/modal) | ||
|
||
- `fullscreen` and `max_width` and a default max width of `60rem` | ||
|
||
### [Dropdown](/uilib/components/dropdown) | ||
|
||
- `data` can now be given by a function | ||
- Now you can use `value` and `default_value` instead of `selected_item` | ||
- A custom `width` is now easier to customize | ||
|
||
## New: [GlobalError](/uilib/components/global-error) | ||
|
||
The GlobalError is a simple component to integrate where a `404` or `500` has to be shown | ||
|
||
You have a couple of options / properties to change the texts if needed. | ||
|
||
```jsx | ||
import { GlobalError } from 'dnb-ui-lib/components' | ||
|
||
render(<GlobalError status="404" />) | ||
``` | ||
|
||
## Install | ||
|
||
To upgrade to v4.18 with NPM, use: | ||
|
||
```bash | ||
$ npm i [email protected] | ||
|
||
# In case the NPM mirroring is not up to date | ||
$ npm i https://github.com/dnbexperience/eufemia/releases/download/v4.18.0/dnb-ui-lib-4.18.0.tgz | ||
``` | ||
|
||
More details you find in the [Releases section on GitHub](https://github.com/dnbexperience/eufemia/releases) | ||
|
||
_September, 28. 2019_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...ages/dnb-design-system-portal/src/docs/uilib/getting-started/maintainability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'Maintainability' | ||
description: 'The hard part of a living design system, like Eufemia, is not to create black holes and choosing ways to make maintainability hard and complex.' | ||
draft: false | ||
status: 'wip' | ||
order: 2 | ||
--- | ||
|
||
# Maintainability | ||
|
||
The hard part of a living design system, like Eufemia, is not to create black holes and choosing ways to make maintainability hard and complex. | ||
|
||
To make this more understandable, we want to create a detailed explanation about the hard part of DNB UX vision of maintaining future changes to accessibility, includness in design, diversity of thinking, future component updates and fixes, alongside with brand changes. |
Oops, something went wrong.