Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeLM committed Jun 27, 2023
1 parent 11f5f0d commit 722f43d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# MiLibrisReaderSDK iOS changelog

### v1.1.0
27/06/2023

**Features**

- [TC-5651] Add article source link in articles
- [TC-6036] Implement dropcaps in miLibris datasource
- [TC-6040] Add print action

### v1.0.2
02/06/2023

**Improvements**

- [TC-6069] Fix top bar buttons layout on small screens / long titles

### v1.0.1
21/04/2023

**Improvements**

- [TC-6059] Fix intertitle layout on iPad

### v1.0.0
19/04/2023

**New article reader**

- Uses native components instead of web components to improve performance and allow better customization
- The previous reader is still available for legacy articles

### v0.5.0
21/03/2023

Expand Down
3 changes: 2 additions & 1 deletion MiLibrisReaderSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"0.3.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v0.3.0/MiLibrisReaderSDK.xcframework.zip",
"0.3.1": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v0.3.1/MiLibrisReaderSDK.xcframework.zip",
"0.4.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v0.4.0/MiLibrisReaderSDK.xcframework.zip",
"0.5.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v0.5.0/MiLibrisReaderSDK.xcframework.zip"
"0.5.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v0.5.0/MiLibrisReaderSDK.xcframework.zip",
"1.1.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.1.0/MiLibrisReaderSDK.xcframework.zip"
}
4 changes: 2 additions & 2 deletions MiLibrisReaderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "MiLibrisReaderSDK"
spec.version = "0.5.0"
spec.version = "1.1.0"

spec.summary = "miLibris iOS Reader SDK"
spec.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
spec.source = {
:http => "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v#{spec.version}/MiLibrisReaderSDK.xcframework.zip",
:type => "zip",
:sha256 => '62f9b0281881270df6d2aeb40d05d50428ce886ea61050ec2042571215190917'
:sha256 => 'c2da9691a196ca0b8b5fc19802042b471571d6832ebe3a47c63ab90d766d4bd8'
}

spec.vendored_frameworks = 'MiLibrisReaderSDK.xcframework'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "MiLibrisReaderSDK",
url: "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v0.5.0/MiLibrisReaderSDK.xcframework.zip",
checksum: "62f9b0281881270df6d2aeb40d05d50428ce886ea61050ec2042571215190917"
url: "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.1.0/MiLibrisReaderSDK.xcframework.zip",
checksum: "c2da9691a196ca0b8b5fc19802042b471571d6832ebe3a47c63ab90d766d4bd8"
),
]
)

0 comments on commit 722f43d

Please sign in to comment.