@nextrap/nte-navbar 1.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/package.json +6 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
## 2.0.2 (2026-09-07)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for nte-navbar to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
# 3.0.0 (2026-09-07)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for nte-navbar to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
9
|
+
## 2.0.1 (2026-09-07)
|
|
10
|
+
|
|
11
|
+
This was a version bump only for nte-navbar to align it with other projects, there were no code changes.
|
|
12
|
+
|
|
13
|
+
# 2.0.0 (2026-09-07)
|
|
14
|
+
|
|
15
|
+
### 🚀 Features
|
|
16
|
+
|
|
17
|
+
- **navbar-demo:** add style controls ([ad528ea](https://github.com/nextrap/nextrap-monorepo/commit/ad528ea))
|
|
18
|
+
- **navbar:** style placement and top-state variants ([a99bd0c](https://github.com/nextrap/nextrap-monorepo/commit/a99bd0c))
|
|
19
|
+
- **navbar:** add placement and scroll state options ([42b85c0](https://github.com/nextrap/nextrap-monorepo/commit/42b85c0))
|
|
20
|
+
- integrate demo controls and component UX updates ([82000ba](https://github.com/nextrap/nextrap-monorepo/commit/82000ba))
|
|
21
|
+
- integrate demo controls and component UX updates ([9b9b3c3](https://github.com/nextrap/nextrap-monorepo/commit/9b9b3c3))
|
|
22
|
+
- **nte-navbar:** add navbar control foreground layer ([b52d572](https://github.com/nextrap/nextrap-monorepo/commit/b52d572))
|
|
23
|
+
- **nte-navbar:** isolate navbar line stacking context ([8cfe761](https://github.com/nextrap/nextrap-monorepo/commit/8cfe761))
|
|
24
|
+
- **nte-navbar:** export navbar default styles ([db58d21](https://github.com/nextrap/nextrap-monorepo/commit/db58d21))
|
|
25
|
+
- **nte-navbar:** add brand logo default style ([6d45b2b](https://github.com/nextrap/nextrap-monorepo/commit/6d45b2b))
|
|
26
|
+
- **nte-navbar:** add centered line layout and scroll sizing ([266bdf0](https://github.com/nextrap/nextrap-monorepo/commit/266bdf0))
|
|
27
|
+
- **nte-navbar:** add three-slot navbar line ([9b4597e](https://github.com/nextrap/nextrap-monorepo/commit/9b4597e))
|
|
28
|
+
- **nte-navbar:** style navbar wrapper ([3b47917](https://github.com/nextrap/nextrap-monorepo/commit/3b47917))
|
|
29
|
+
- **nte-navbar:** add navbar wrapper ([d7630ba](https://github.com/nextrap/nextrap-monorepo/commit/d7630ba))
|
|
30
|
+
- **nte-navbar:** export navbar elements ([f9ecef7](https://github.com/nextrap/nextrap-monorepo/commit/f9ecef7))
|
|
31
|
+
- **nte-navbar:** configure library build ([d48b0db](https://github.com/nextrap/nextrap-monorepo/commit/d48b0db))
|
|
32
|
+
- **nte-navbar:** add TypeScript config ([27df019](https://github.com/nextrap/nextrap-monorepo/commit/27df019))
|
|
33
|
+
- **nte-navbar:** add nx project ([f549492](https://github.com/nextrap/nextrap-monorepo/commit/f549492))
|
|
34
|
+
- **nte-navbar:** add package scaffold ([4ccf8a0](https://github.com/nextrap/nextrap-monorepo/commit/4ccf8a0))
|
|
35
|
+
|
|
36
|
+
### 🩹 Fixes
|
|
37
|
+
|
|
38
|
+
- **navbar:** declare demo dependencies ([d94f88a](https://github.com/nextrap/nextrap-monorepo/commit/d94f88a))
|
|
39
|
+
- **navbar:** make line shrink and collapse reliably ([ea1e88a](https://github.com/nextrap/nextrap-monorepo/commit/ea1e88a))
|
|
40
|
+
- **nte-navbar:** let slotted brand logo inherit line height ([1b0888c](https://github.com/nextrap/nextrap-monorepo/commit/1b0888c))
|
|
41
|
+
|
|
42
|
+
### ❤️ Thank You
|
|
43
|
+
|
|
44
|
+
- Matthias @dermatthes
|
|
45
|
+
- Matthias Leuffen
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextrap/nte-navbar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"*.*",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"demo",
|
|
7
|
+
"src"
|
|
8
8
|
],
|
|
9
9
|
"main": "./index.js",
|
|
10
10
|
"repository": {
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@nextrap/nt-core": "^2.0.0",
|
|
17
|
+
"@nextrap/nte-nav": "^2.0.0",
|
|
17
18
|
"@nextrap/style-reset": "^2.0.0",
|
|
18
|
-
"lit": "^3.3.1"
|
|
19
|
-
"@nextrap/nte-nav": "^2.0.0"
|
|
19
|
+
"lit": "^3.3.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@nextrap/nte-burger": "^2.0.0",
|
|
23
|
-
"@nextrap/nte-nav": "^
|
|
23
|
+
"@nextrap/nte-nav": "^2.0.0",
|
|
24
24
|
"@nextrap/nte-offcanvas": "^2.0.0",
|
|
25
25
|
"@trunkjs/element-relocator": "^1.0.1",
|
|
26
26
|
"@trunkjs/responsive": "^1.0.11"
|