Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.9...v3.0.0) (2021-02-25)

* Bugfixes (#73) ([2881a87](2881a87)), closes [#73](#73) [#71](#71) [#61](#61)

### BREAKING CHANGES

* The property date has been changed from Date to string. The property socialText
does not exist anymore and is transformed an object.

removed unnecessary style css

fixed typos and removed unused import

redesign to match the docs.e-spirit.com site more

provided some documentation

refactored routes and updated dependencies

removed old entries in readme and changed router mode to history

fixed not showing correct component

added component to split view for code and docu

adjusted colors

example improvements

A code comment

Add horizontal spacing to Dropdown's selected option to avoid frequent like breaks

Sticky menu for large screens

Documentation cleanup

Reduce required parameters in ProductListItem, Headline

Use proper links in OverviewDescription, and fix scrolling

Make 'value' optional for Dropdown, add 'required' to other options' descriptions

Remove horizontal scrolling on start page, fix npm logo position

Filled quote example with actual quotes

* Add 'introduction' to menu, fix document title for components

* Fix component descriptions

* Let InterestingFactsSection documentation use ComponentWrapper, tooltips there, and small fixes

* documentation: sort parameters, use ComponentWrapper

* fix typo

* HTML title 'required' for required props and slots

* Add menu entry for introduction

* Simplify router exception for '/' route

* Remove two style.css files from prop title solution again

* Fix broken route

* Update typescript, big package-lock changes

* Update README.md with contents from 'getting started'

* adjusted README.md and GettingStarted.mdx

* remove 'dark mode', increase margins and padding, swap and label 'props' and 'example'

* Fix icons for props/ example (swap), add REQUIRED column

* TNG-819-redesign-with-bugfixes
refactor(image component): changed the validation for darken values on the image component

* legend
TNG-819-redesign-with-bugfixes
refactor(image component): changed the validation for darken values on the image component

* TNG-819-redesign-with-bugfixes
refactor(image component): changed the validation for darken values on the image component

* TNG-819-redesign-with-bugfixes
docs(slider component): added the required prop to the required slot to mark it as required

* TNG-819-redesign-with-bugfixes
docs(getting started guide): improved usability of the guide

Removed the comments from the npm and yarn commands so they can be copied using the copy to
clipboard button.

* legend
docs(documentation): added a legend to explain the colors in the props and slots tables

Co-authored-by: Barczewski, Dominik <barczewski@e-spirit.com>
Co-authored-by: vlapl <72072217+vlapl@users.noreply.github.com>
Co-authored-by: Dominik Barczewski <68270882+dbarczewski@users.noreply.github.com>
Co-authored-by: Emre Neumann <neumann@e-spirit.com>
Co-authored-by: Vlado Plaga <plaga@e-spirit.com>
Co-authored-by: Tobias Golbs <37590108+tgolbs@users.noreply.github.com>
Co-authored-by: Nino Nato <nato@e-spirit.com>
  • Loading branch information
8 people committed Feb 25, 2021
1 parent 5338383 commit 0c73c9e
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 2 deletions.
109 changes: 109 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,112 @@
# [3.0.0](https://github.com/e-Spirit/fsxa-ui/compare/v2.3.9...v3.0.0) (2021-02-25)


* Bugfixes (#73) ([2881a87](https://github.com/e-Spirit/fsxa-ui/commit/2881a8707dfe23b64181fc018f56ae33217c566e)), closes [#73](https://github.com/e-Spirit/fsxa-ui/issues/73) [#71](https://github.com/e-Spirit/fsxa-ui/issues/71) [#61](https://github.com/e-Spirit/fsxa-ui/issues/61)


### BREAKING CHANGES

* The property date has been changed from Date to string. The property socialText
does not exist anymore and is transformed an object.

removed unnecessary style css

fixed typos and removed unused import

redesign to match the docs.e-spirit.com site more

provided some documentation

refactored routes and updated dependencies

removed old entries in readme and changed router mode to history

fixed not showing correct component

added component to split view for code and docu

adjusted colors

example improvements

A code comment

Add horizontal spacing to Dropdown's selected option to avoid frequent like breaks

Sticky menu for large screens

Documentation cleanup

Reduce required parameters in ProductListItem, Headline

Use proper links in OverviewDescription, and fix scrolling

Make 'value' optional for Dropdown, add 'required' to other options' descriptions

Remove horizontal scrolling on start page, fix npm logo position

Filled quote example with actual quotes

* Add 'introduction' to menu, fix document title for components

* Fix component descriptions

* Let InterestingFactsSection documentation use ComponentWrapper, tooltips there, and small fixes

* documentation: sort parameters, use ComponentWrapper

* fix typo

* HTML title 'required' for required props and slots

* Add menu entry for introduction

* Simplify router exception for '/' route

* Remove two style.css files from prop title solution again

* Fix broken route

* Update typescript, big package-lock changes

* Update README.md with contents from 'getting started'

* adjusted README.md and GettingStarted.mdx

* remove 'dark mode', increase margins and padding, swap and label 'props' and 'example'

* Fix icons for props/ example (swap), add REQUIRED column

* TNG-819-redesign-with-bugfixes
refactor(image component): changed the validation for darken values on the image component

* legend
TNG-819-redesign-with-bugfixes
refactor(image component): changed the validation for darken values on the image component

* TNG-819-redesign-with-bugfixes
refactor(image component): changed the validation for darken values on the image component

* TNG-819-redesign-with-bugfixes
docs(slider component): added the required prop to the required slot to mark it as required

* TNG-819-redesign-with-bugfixes
docs(getting started guide): improved usability of the guide

Removed the comments from the npm and yarn commands so they can be copied using the copy to
clipboard button.

* legend
docs(documentation): added a legend to explain the colors in the props and slots tables

Co-authored-by: Barczewski, Dominik <barczewski@e-spirit.com>
Co-authored-by: vlapl <72072217+vlapl@users.noreply.github.com>
Co-authored-by: Dominik Barczewski <68270882+dbarczewski@users.noreply.github.com>
Co-authored-by: Emre Neumann <neumann@e-spirit.com>
Co-authored-by: Vlado Plaga <plaga@e-spirit.com>
Co-authored-by: Tobias Golbs <37590108+tgolbs@users.noreply.github.com>
Co-authored-by: Nino Nato <nato@e-spirit.com>

## [2.3.9](https://github.com/e-Spirit/fsxa-ui/compare/v2.3.8...v2.3.9) (2021-01-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsxa-ui",
"version": "2.3.9",
"version": "3.0.0",
"license": "Apache-2.0",
"types": "src/types/fsxa-ui.d.ts",
"main": "./dist/fsxa-ui.common.js",
Expand Down

0 comments on commit 0c73c9e

Please sign in to comment.