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

Commit f4ab690

Browse files
committed
Release v1.0.6
1 parent a0f6ccd commit f4ab690

File tree

6 files changed

+341
-57
lines changed

6 files changed

+341
-57
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
You can find the minified latest (unstable) version of the library at:
88

99
```
10-
https://raw.github.com/prismicio/javascript-kit/master/dist/prismic.io-1.0.5.min.js
10+
https://raw.github.com/prismicio/javascript-kit/master/dist/prismic.io-1.0.6.min.js
1111
```
1212

1313
You can install a stable version using __npm__:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismic-js-SDK",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"homepage": "https://github.com/prismicio/javascript-kit",
55
"authors": [
66
"Prismic.io <contact@prismic.io>"

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Changelog for prismic.io JavaScript development kit
22

3+
### 1.0.6
4+
5+
#### Potentially breaking changes
6+
* None
7+
8+
#### Bugfixes
9+
* Fixed issues with the embed fragments, and `Prismic.Fragments.Embed.asHtml()`
10+
* Fixed issues with the "Link.file" and "Link.image" types of links (which now have their own classes)
11+
* Previous slugs were inaccessible for a document (therefore, it was impossible in the projects to redirect a document properly when the slug is simply obsolete); now in new fields `Prismic.Doc.slugs`
12+
13+
#### New features
14+
* Access to the repository's tags and types in the `Prismic.Api` object
15+
* Support for bower
16+
* Waiting for the [JSDoc bug](#10) to be fixed, the documentation within the code and in the README was much improved
317

418
### 1.0.5
519

0 commit comments

Comments
 (0)