You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
6
6
7
-
## [Unreleased]
7
+
## [0.15.0] - 2025-06-17
8
8
### Added
9
9
**Nothing*
10
10
11
11
### Changed
12
-
**Nothing*
12
+
*[#661](https://github.com/shlinkio/shlink-web-component/issues/661) Update to shlink-frontend-kit 1.0.0
Copy file name to clipboardExpand all lines: README.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,23 +150,13 @@ export function App() {
150
150
151
151
### Styles
152
152
153
-
Currently, this component depends on `bootstrap`, `@shlinkio/shlink-frontend-kit` and its own stylesheets for proper styling, although bootstrap is being replaced by `tailwind`.
154
-
155
-
Make sure you import stylesheets in the order documented here for everything to work.
156
-
157
-
```scss
158
-
// src/index.scss
159
-
@use'node_modules/@shlinkio/shlink-frontend-kit/dist/base'; // Before bootstrap stylesheet
0 commit comments