Skip to content

Commit

Permalink
Add 1.13.1 CHANGELOG.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
marleenbarth authored Dec 4, 2023
1 parent 7d21f30 commit eb8e9c4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.13.1] - 04.12.2023

### Added

* Support of new Styles definition including DOM manipulation
* Support of withArchived() function
* Added calender-clock icon


## [1.13.0] - 21.09.2023

### Added
Expand Down Expand Up @@ -526,6 +535,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Custom JS module support
* Basic setup to publish project as NPM package

[1.13.1]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.13.0...1.13.1

[1.13.0]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.2-rc.1...1.13.0

[1.12.2-rc.1]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.1...1.12.2-rc.1
Expand Down
3 changes: 1 addition & 2 deletions dist/browser.js

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

2 changes: 1 addition & 1 deletion dist/browser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4534,7 +4534,7 @@ declare module "src/content-element/content-element" {
*/
withArchived(archived: boolean): ContentElement;
/**
* Declare this content element as archived with a minimum CX version.
* Declare this content element as archived for a minimum CX version.
*
* @example
* .withArchivedMinVersion(Version.CX_23_2)
Expand Down
2 changes: 1 addition & 1 deletion dist/types.d.ts.map

Large diffs are not rendered by default.

0 comments on commit eb8e9c4

Please sign in to comment.