Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f12ef7a
remove old vendor folder
jonasjabari Apr 12, 2021
93b1c12
Merge branch 'main' of github.com:matestack/matestack-ui-core into main
jonasjabari May 21, 2021
4fe179e
Add dynamic html id to Matestack pages
marcosvafilho Jun 3, 2021
bedcede
Add tests to the page rendering feature
marcosvafilho Jun 6, 2021
75bbcc1
Update documentation regarding pages dynamic id
marcosvafilho Jun 6, 2021
fece878
Merge branch 'main' of github.com:matestack/matestack-ui-core into main
jonasjabari Jun 8, 2021
84eed8b
Merge pull request #551 from marcosvafilho/dynamic_page_id
jonasjabari Jun 8, 2021
de38a82
Add the 'render?' method to allow conditional rendering components
marcosvafilho Jun 9, 2021
fc3d532
Merge pull request #553 from marcosvafilho/conditional_rendering
jonasjabari Jun 10, 2021
1964b41
implemented nested form support, specs and docs missing
jonasjabari Jun 10, 2021
0c7654f
implemented dynamic add nested form feature, specs and docs missing
jonasjabari Jun 16, 2021
4214f71
generalized primary key identification
jonasjabari Jun 16, 2021
5abb19f
fixed primary key identification for forms without active record model
jonasjabari Jun 16, 2021
a324d47
Revert "Add dynamic html id to Matestack pages"
jonasjabari Jun 28, 2021
e31b12b
Merge pull request #556 from matestack/revert-551-dynamic_page_id
jonasjabari Jun 28, 2021
ffb306c
remove old vendor folder
jonasjabari Apr 12, 2021
a722bba
GitBook: [main] one page modified
jonasjabari May 19, 2021
39c5258
GitBook: [main] 63 pages modified
jonasjabari May 20, 2021
d97b049
GitBook: [main] one page modified
jonasjabari May 20, 2021
228415f
GitBook: [main] one page modified
jonasjabari May 21, 2021
135bc7c
GitBook: [main] 4 pages modified
jonasjabari May 21, 2021
21b246d
Update README.md
jonasjabari Jun 3, 2021
23f0130
Add tests to the page rendering feature
marcosvafilho Jun 6, 2021
eae928a
Update documentation regarding pages dynamic id
marcosvafilho Jun 6, 2021
a8af659
Add the 'render?' method to allow conditional rendering components
marcosvafilho Jun 9, 2021
a12f73d
added dynamic IDs for form components and labels in context of dynami…
jonasjabari Jun 22, 2021
a45588d
fixed error mapping and added specs for nested form support
jonasjabari Jun 23, 2021
a1999bf
first draft of nested forms doc
keithrowell Jun 25, 2021
23306c3
fixed error mapping, added proper error reset behaviour
jonasjabari Jun 27, 2021
b2d8da6
be more specfic on error mapping spec for normal forms (no nested for…
jonasjabari Jun 27, 2021
0924a29
fixed error state updated
jonasjabari Jun 27, 2021
42a4d19
Revert "Add dynamic html id to Matestack pages"
jonasjabari Jun 28, 2021
e6634fb
Merge pull request #558 from matestack/20210610_517_nested_form_suppo…
jonasjabari Jun 28, 2021
942c051
cleanup page config
jonasjabari Jun 28, 2021
0dd156d
Bump matestack-ui-core to 2.1.0
jonasjabari Jun 28, 2021
a7699a2
bump npm module version to 2.1.0
jonasjabari Jun 28, 2021
e039e17
docs cleanup
jonasjabari Jun 28, 2021
266bd3f
added release notes
jonasjabari Jun 28, 2021
7eed049
fixed nested form with multipart/fileupload, fixed init value of inpu…
jonasjabari Jun 29, 2021
ca36516
fix nested form file upload spec
jonasjabari Jun 29, 2021
58bc5da
fixed nested form file upload spec
jonasjabari Jun 29, 2021
8785ce9
updated release notes
jonasjabari Jun 29, 2021
21fbe0a
refactored base input mixins in order to avoid forceUpdate and improv…
jonasjabari Jun 29, 2021
c9c3ae7
fixed collection filter due to internal input component adjustments
jonasjabari Jun 29, 2021
f919581
bump Gemfile for dummy app to 2.1.0
jonasjabari Jun 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v2.1.0 Release - 2021-06-28

### Improvements

- Nested Form Support #558
- Component render? Method #553
- Page Component Cleanup
- Docs Cleanup

### Bugfixes

- Form Error Reset #539 via #558
- Form File Upload Init File Value #550


## v2.0.0 Release - 2021-04-12

Please refer to the [migration guide](./docs/migrate-from-1.x-to-2.0.md)
Expand Down
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:
matestack-ui-core (2.0.0)
matestack-ui-core (2.1.0)
rails (>= 5.2)

GEM
Expand Down
Loading