-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update the docs and create a new announcement blog (#217)
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [x] Documentation content changes [ ] Other... Please describe: ``` ## What is the new behavior? - Update the docs to reflect the new changes - Write an announcement blog post
- Loading branch information
1 parent
0ec04a7
commit 24b83c8
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
packages/docs/lumberjack-docs-app/blog/announcing-lumberjack-v19.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,31 @@ | ||
--- | ||
title: 'Announcing Lumberjack v19: Angular 19 and no more Enum-based levels' | ||
description: Lumberjack v19 is here and it brings compatibility with Angular 19 and removes the old and depricated Enum-based levels. | ||
slug: announcing-lumberjack-v18 | ||
authors: | ||
- name: Nacho Vazquez | ||
title: NgWorker and core maintainer of Lumberjack | ||
url: https://github.com/NachoVazquez | ||
image_url: https://github.com/NachoVazquez.png | ||
tags: [announcement, lumberjack, v19] | ||
image: https://pub-2294738bc2c249ff8040505bf960c018.r2.dev/logo.svg | ||
hide_table_of_contents: false | ||
--- | ||
|
||
It took us a couple of months, but here we are. Lumberjack v19 is out, which brings compatibility with Angular 19 and removes the old and depricated Enum-based levels. | ||
|
||
## Angular 19 | ||
|
||
With the new version of Angular out, we are happy to announce that Lumberjack is compatible with Angular 19. | ||
|
||
This closes issue: [#213](https://github.com/ngworker/lumberjack/issues/213) | ||
|
||
## Enum-based levels removal | ||
|
||
In version 17, we deprecated the usage of Enum-based levels in favor of string literal unions and announced they would be removed in version 19. See [here](https://ngworker.github.io/lumberjack/blog/announcing-lumberjack-v17). Mission accomplished. | ||
|
||
This change simplifies the API and reduces the library bundle size. | ||
|
||
## Wrapping Up | ||
|
||
There is nothing else to add; update your dependencies and enjoy the new version of Lumberjack. |
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