Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 42a6c31

Browse files
committed
1.2.0
1 parent 34de9d5 commit 42a6c31

15 files changed

+36
-6356
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [1.2.0] - 2021-06-06
12+
13+
## Added
14+
15+
- Focus elements with the `autofocus` attributes on view load.
16+
- SSG support by not fetching content in the first load (conditional & non-breaking).
17+
1018
## [1.1.0] - 2021-06-03
1119

1220
## Added

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for considering to contribute to Pinecone Router views Middleware !
3+
Thanks for considering to contribute to Pinecone Router Views Middleware !
44

55
Please open [issues](https://github.com/pinecone-router/middleware-views/issues) or [discussions](https://github.com/pinecone-router/middleware-views/discussions) about any problems, suggestions, questions you have!
66

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Views Rendering Middleware for Pinecone Router
1+
# Views Middleware for Pinecone Router
22

3-
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/middleware-views?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/middleware-views/tree/1.1.0)
4-
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router-middleware-views?color=37C8AB)](https://bundlephobia.com/result?p=pinecone-router-middleware-views@1.1.0)
3+
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/middleware-views?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/middleware-views/tree/1.2.0)
4+
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router-middleware-views?color=37C8AB)](https://bundlephobia.com/result?p=pinecone-router-middleware-views@1.2.0)
55
[![Downloads from Jsdelivr Github](https://img.shields.io/jsdelivr/gh/hm/pinecone-router/middleware-views?color=%2337C8AB&logo=github&logoColor=%2337C8AB)](https://www.jsdelivr.com/package/gh/pinecone-router/middleware-views)
66
[![Downloads from Jsdelivr NPM](https://img.shields.io/jsdelivr/npm/hm/pinecone-router-middleware-views?color=%2337C8AB&&logo=npm)](https://www.jsdelivr.com/package/npm/pinecone-router-middleware-views)
77
[![npm](https://img.shields.io/npm/dm/pinecone-router-middleware-views?color=37C8AB&label=npm&logo=npm&logoColor=37C8AB)](https://npmjs.com/package/pinecone-router-middleware-views)
88
[![Changelog](https://img.shields.io/badge/change-log-%2337C8AB)](/CHANGELOG.md)
99

10-
A views rendering middleware for [Pinecone Router](https://github.com/pinecone-router/router).
10+
A views middleware for [Pinecone Router](https://github.com/pinecone-router/router).
1111

1212
## About
1313

14-
Views rendering middleware for Pinecone Router.
15-
Allows you to set the path for a view and it'll be fetched and rendered in the specified element.
14+
Views middleware for Pinecone Router.
15+
Allows you to set the path for a view and it'll be fetched and displayed in the specified element.
1616

1717
## Installation
1818

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)