Skip to content

Commit 03f041b

Browse files
authored
Merge branch 'next_release' into 2.0.0
2 parents 009a327 + 79e0132 commit 03f041b

File tree

7 files changed

+25
-3
lines changed

7 files changed

+25
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
# matestack-ui-core | UI in pure Ruby
1010

11+
----
12+
**Version 2.0.0 will be released on the 12th of April and proudly presented at RailsConf. Click here for a sneak peek: https://docs.matestack.io/v/2.0.0/**
13+
14+
Most important changes in 2.0.0:
15+
* Change to MIT License
16+
* 5 to 12 times better rendering performance (depending on the context)
17+
* Removed Trailblazer dependency
18+
* Improved core code readability/maintainability
19+
----
20+
1121
Boost your productivity & easily create component based web UIs in pure Ruby.
1222
Reactivity included if desired.
1323

docs/.gitbook/assets/image (9).png

107 KB
Loading

docs/.gitbook/assets/logo (1).png

10.2 KB
Loading

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ description: >-
77

88
# Welcome
99

10+
{% hint style="info" %}
11+
Version 2.0.0 was released on the 12th of April and proudly presented at RailsConf. Click here for more [details](./docs/migrate-from-1.x-to-2.0.md)
12+
13+
**Most important changes:**
14+
15+
* Changed to MIT License
16+
* 5 to 12 times better rendering performance \(depending on the context\)
17+
* Removed Trailblazer dependency
18+
* Improved core code readability/maintainability
19+
{% endhint %}
20+
21+
1022
## **What is Matestack?**
1123

1224
Matestack enables Rails developers to craft maintainable web UIs in pure Ruby, skipping ERB and HTML. UI code becomes a native and fun part of your Rails app. Thanks to reactive core components built on top of Vue.js, reactivity can be optionally added without writing JavaScript, just using a simple Ruby DSL.

docs/spa-like-apps/spa-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Matestack apps enable you to implement SPA-like web apps utilizing page transiti
44

55
## Concept of apps, pages and components
66

7-
![Matestack app, pages, components concept](../.gitbook/assets/concept%20%281%29.png)
7+
![Matestack app, pages, components concept](../.gitbook/assets/concept%20%283%29.png)
88

99
Apps are similiar to layouts in Rails. Apps wrap pages with provided content, like a top navigation or a sidebar as displayed in the above image. You will always have at least one app in your Rails application, but you can have as much as you want. For example you could have a public app, which wraps your landing, contact, about pages with a top navigation and a private app, which wraps management pages with a sidebar and different top navigation.
1010

docs/spa-like-apps/tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Get started by reading the [introduction](00_introduction.md).
2121
13. [Wrap Up](https://github.com/matestack/matestack-ui-core/tree/829eb2f5a7483ef4b78450a5429589ec8f8123e8/docs/reactive_apps/1000-tutorial/12_wrap_up.md)
2222
14. [Heroku Deployment](https://github.com/matestack/matestack-ui-core/tree/829eb2f5a7483ef4b78450a5429589ec8f8123e8/docs/reactive_apps/1000-tutorial/13_heroku_deployment.md)
2323

24-
![Demo Application](../../.gitbook/assets/demo_screenshot%20%281%29.png) Above screenshot shows the startpage of our application which we will create together in this tutorial.
24+
![Demo Application](../../.gitbook/assets/demo_screenshot.png) Above screenshot shows the startpage of our application which we will create together in this tutorial.
2525

docs/ui-components/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Testing \[WIP\]
22

3-
![Coming Soon](../.gitbook/assets/coming_soon%20%281%29.png)
3+
![Coming Soon](../.gitbook/assets/coming_soon%20%282%29.png)
44

0 commit comments

Comments
 (0)