Skip to content

Commit 458e505

Browse files
authored
blog: cordova-app-hello-world 7.0.0 release (#1434)
1 parent c94b403 commit 458e505

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
author:
4+
name: Bryan Ellis
5+
title: "Cordova App Hello World 7.0.0 Released!"
6+
categories: announcements
7+
tags: news releases
8+
---
9+
10+
We are happy to announce that `cordova-app-hello-world@7.0.0` has been released. This is the default app template used when creating a new Cordova App project though Cordova CLI.
11+
12+
## Release Highlights
13+
14+
The most notable changes in this release were:
15+
16+
- Setting the `body` element's `box-sizing` to `border-box` to avoid the `safe-area-inset` padding that caused scrolling issues
17+
- Disabled the `overscroll` behavior of the root element to remove rubber-banding effects.
18+
- Used modern, unprefixed CSS directives.
19+
- Updated default template's package ID to `org.apache.cordova.hellocordova`.
20+
21+
<!--more-->
22+
# Changes include:
23+
24+
**Fixes:**
25+
26+
* [GH-98](https://github.com/apache/cordova-app-hello-world/pull/98) fix(css): Fix extra padding causing scrolling
27+
28+
**Chores:**
29+
30+
* [GH-99](https://github.com/apache/cordova-app-hello-world/pull/99) chore: updated defaults, license headers & added release audit workflow
31+
* [GH-78](https://github.com/apache/cordova-app-hello-world/pull/78) chore: correct `access` inline comment

www/_posts/2025-08-29-cordova-fetch-5.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The most notable changes in this major release were:
4747

4848
**Tests:**
4949

50-
* [GH-126](https://github.com/apache/cordova-fetch/pull/126) test: drop `file-url`
50+
* [GH-126](https://github.com/apache/cordova-fetch/pull/126) test: drop `file-url`

0 commit comments

Comments
 (0)