Skip to content

Commit 41e731e

Browse files
πŸš€ release: 1.1.1
* πŸš€ release: 1.1.1 * Update CHANGELOG for version 1.1.1 Satisfy lint --------- Co-authored-by: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com>
1 parent 10c49e0 commit 41e731e

File tree

5 files changed

+55
-12
lines changed

5 files changed

+55
-12
lines changed

β€Ž.badges.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"fileName": "version.svg",
66
"label": "npm",
7-
"status": "1.1.0",
7+
"status": "1.1.1",
88
"icon": "npm"
99
}
1010
]

β€Ž.github/badges/version.svgβ€Ž

Lines changed: 8 additions & 8 deletions
Loading

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 1.1.1 (2026-04-01)
2+
3+
### πŸ”€ Pull Requests
4+
5+
- [Upload & Download & Webhook logs #115](https://github.com/localazy/strapi-plugin/pull/115)
6+
7+
### ✨ Features
8+
9+
- add Activity Logs section for upload, download, and webhook events ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
10+
- add Export logs button with reusable JSON export utility ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
11+
- add date range filter to Activity Logs ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
12+
- add date range filter with Strapi DatePicker ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
13+
- add error boundary, bulk export endpoint, pagination truncation ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
14+
- add one-click webhook setup with modal walkthrough ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
15+
- add pagination and retention info to Activity Logs ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
16+
- add search term highlighting and debounced search input ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
17+
- add sortable columns to Activity Logs sessions table ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
18+
- persist Activity Logs sort preference in localStorage ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
19+
- persist sort preferences per tab in plugin storage ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
20+
- retain activity logs for 1 year instead of last 100 sessions ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
21+
22+
### πŸ› Bug Fixes
23+
24+
- add required disabled prop to BackButton ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
25+
- add type annotation to DatePicker onChange callbacks ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
26+
- address review feedback for Activity Logs ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
27+
- address review round 5 β€” URL validation, highlight, cleanup ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
28+
- correct date filter timezone handling ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
29+
- handle floating promise in ActivityLogDetail useEffect ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
30+
- normalize DatePicker UTC dates to local midnight ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
31+
- preserve filters when switching Activity Logs tabs ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
32+
- prevent table column shift when changing sort column ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
33+
- remove extra blank line in ActivityLogDetail ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
34+
- replace hardcoded colors with theme tokens for dark mode support ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
35+
- resolve heading and button styling across all pages ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
36+
- restore defaultRoute update on Activity Logs page ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
37+
- use Flex instead of Box for sortable header to avoid DOM warning ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
38+
39+
### 🧰 Other Commits
40+
41+
- enable no-floating-promises lint rule and fix all violations ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
42+
- split Activity Logs into reusable components ([10c49e0](https://github.com/localazy/strapi-plugin/commit/10c49e0)) ([#115](https://github.com/localazy/strapi-plugin/pull/115))
43+
144
# 1.1.0 (2026-03-26)
245

346
### πŸ”€ Pull Requests

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/strapi-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The official Strapi Plugin by Localazy.",
55
"keywords": [
66
"strapi",

0 commit comments

Comments
Β (0)