Skip to content

Commit 13bd1b9

Browse files
author
Natan Vieira do Nascimento
committed
Version 3.0.0-rc.1
1 parent c90b622 commit 13bd1b9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
# 3.0.0 (unreleased)
3+
# 3.0.0-rc.1 (08-07-2023)
4+
5+
* Null `getPlayer()` in RenderContext (#414)
6+
* Error when a empty pagination source is provided (#415)
7+
* Dynamically rendered items in pagination being positioned in the wrong place (#416)
8+
* New `ViewFrame.open(view, player, data)` overload (#417)
9+
* New `item.updateOnClick()` to trigger context update on item click (#418)
10+
* `initialState()` is now mutable so its value can be changed now (#413)
11+
* Bump junit from 5.9.3 to 5.10.0 (#406)
12+
* Fix relocation warn by checking for InventoryFramework class in runtime (#412)
413

514
# 3.0.0-beta (08-04-2023)
615

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ plugins {
33
}
44

55
group 'me.devnatan'
6-
version '3.0.0-beta'
6+
version '3.0.0-rc.1'

bukkit/src/main/java/me/devnatan/inventoryframework/runtime/InventoryFramework.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
@SuppressWarnings("unused")
66
public final class InventoryFramework extends JavaPlugin {
77

8-
public static final String LIBRARY_VERSION = "3.0.0-beta";
8+
public static final String LIBRARY_VERSION = "3.0.0-rc.1";
99
}

0 commit comments

Comments
 (0)