Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (3.0.0.rc1)
view_component (3.0.0.rc2)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
12 changes: 8 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 5

## main

## v3.0.0.rc2

Run into an issue with this release? [Let us know](https://github.com/ViewComponent/view_component/issues/1629).

* BREAKING: Rename `SlotV2` to `Slot` and `SlotableV2` to `Slotable`.

*Joel Hawksley*
Expand All @@ -34,10 +38,6 @@ nav_order: 5

*Svetlin Simonyan*

* Add Mon Ami to list of companies using ViewComponent.

*Ethan Lee-Tyson*

* Add experimental `config.view_component.capture_compatibility_patch_enabled` option resolving rendering issues related to forms, capture, turbo frames, etc.

*Blake Williams*
Expand All @@ -54,6 +54,10 @@ nav_order: 5

*Matt Bearman*

* Add Mon Ami to list of companies using ViewComponent.

*Ethan Lee-Tyson*

## 3.0.0.rc1

1,000+ days and 100+ releases later, the 200+ contributors to ViewComponent are proud to ship v3.0.0!
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 3.0.0.rc1
version: 3.0.0.rc2
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ViewComponent is built by over a hundred members of the community, including:
* [Framework](https://frame.work/)
* [FreeAgent](https://www.freeagent.com)
* [G2](https://www.g2.com/) (200+ components)
* [Getblock](https://getblock.io/)
* [Getblock](https://getblock.io/)
* [GitHub](https://github.com/) (900+ components used 15k+ times)
* [GitLab](https://gitlab.com/)
* [HappyCo](https://happy.co)
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION
MAJOR = 3
MINOR = 0
PATCH = 0
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
end
Expand Down