Skip to content

Commit 9ccdf20

Browse files
authored
Merge pull request #174 from ZEISS/develop
Release 0.8.1
2 parents 2c8c6f1 + c048620 commit 9ccdf20

34 files changed

+5688
-5188
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Precise UI Changelog
2+
3+
## 0.8.1
4+
5+
- Fixed: Tooltip blinking when hovering border (#167)
6+
- Removed deprecated screen sizes smallAndMedium, mediumAndLarge
7+
- Exporting types from date-picker by using it as a dependency
8+
9+
## 0.8.0
10+
11+
- Implement new breakpoints and screen sizes
12+
- Removed `SASS` support
13+
- Fixed: Modal closes on drag and release cursor outside modal (#152)
14+
- Improved `Responsive` component to avoid using of combined screen sizes
15+
- Fixed(DateField): Use valid date format as a default - `yyyy-MM-dd` instead of `dd-MM-yyyy`
16+
- Fixed(Modal): Remove usage of [tabindex] attribute for closing the modal
17+
18+
## 0.7.1
19+
20+
- Fixed label ellipsis shown at incorrect position
21+
222
## 0.7.0
323

424
- Fixed horizontal padding for InputInfo and InputError

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="docs/assets/precise-logo.svg" width="240">
22

3-
[![Website Build Status](https://zeissgroup.visualstudio.com/DCC/_apis/build/status/Tool/Precise-UI?branchName=master)](https://zeissgroup.visualstudio.com/DCC/_build/latest?definitionId=1073?branchName=master)
3+
[![Website Build status](https://dev.azure.com/ZEISSgroup/SIP_UI_Library/_apis/build/status/Precise-CI)](https://dev.azure.com/ZEISSgroup/SIP_UI_Library/_build/latest?definitionId=1106)
44
[![Package Build Status](https://travis-ci.org/ZEISS/precise-ui.svg?branch=master)](https://travis-ci.org/ZEISS/precise-ui)
55
[![NPM](https://img.shields.io/npm/v/precise-ui.svg)](https://www.npmjs.com/package/precise-ui)
66
[![Node](https://img.shields.io/node/v/precise-ui.svg)](https://www.npmjs.com/package/precise-ui)
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

jest.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ module.exports = {
1212
diagnostics: false,
1313
},
1414
},
15-
moduleNameMapper: {
16-
'\\.(s?css|less)$': 'identity-obj-proxy',
17-
},
1815
};

0 commit comments

Comments
 (0)