-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
297 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
![alt tag](https://working-minds.github.io/realizejs/assets/img/content/realizejs.png) | ||
|
||
### Current version: 0.9.8 beta | ||
### Current version: 0.9.9 beta | ||
|
||
Read the documentation on how to get started on [Realize.js](https://working-minds.github.io/realizejs/en) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "realizejs", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"authors": [ | ||
"Ariel Lindgren <[email protected]>", | ||
"Pedro Jesus <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "realizejs", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "A rich set of UI components based on Material Design using React.js", | ||
"authors": [ | ||
"Ariel Lindgren <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export InputAutocompleteList from './input_autocomplete_list'; | ||
export InputAutocompleteOption from './input_autocomplete_option'; | ||
export InputAutocompleteResult from './input_autocomplete_result'; | ||
export InputAutocompleteSelect from './input_autocomplete_select'; | ||
export InputAutocompleteValues from './input_autocomplete_values'; | ||
export InputAutocomplete from './input_autocomplete'; | ||
export { default as InputAutocompleteList } from './input_autocomplete_list'; | ||
export { default as InputAutocompleteOption } from './input_autocomplete_option'; | ||
export { default as InputAutocompleteResult } from './input_autocomplete_result'; | ||
export { default as InputAutocompleteSelect } from './input_autocomplete_select'; | ||
export { default as InputAutocompleteValues } from './input_autocomplete_values'; | ||
export { default as InputAutocomplete } from './input_autocomplete'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export InputCheckboxGroup from './input_checkbox_group'; | ||
export InputCheckbox from './input_checkbox'; | ||
export { default as InputCheckboxGroup } from './input_checkbox_group'; | ||
export { default as InputCheckbox } from './input_checkbox'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export InputDateFilterBody from './input_datefilter_body'; | ||
export InputDateFilterSelect from './input_datefilter_select'; | ||
export InputDateFilter from './input_datefilter'; | ||
export { default as InputDatefilterBody } from './input_datefilter_body'; | ||
export { default as InputDatefilterSelect } from './input_datefilter_select'; | ||
export { default as InputDatefilter } from './input_datefilter'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export InputGridFormFields from './input_grid_form_fields'; | ||
export InputGridForm from './input_grid_form'; | ||
export { default as InputGridFormFields } from './input_grid_form_fields'; | ||
export { default as InputGridForm } from './input_grid_form'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.