8000 Tags · SenseNet/sn-controls-react · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Tags: SenseNet/sn-controls-react

Tags

2.3.5

Toggle 2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 2.3.5 (#162)

* [KFI]fix: Update material-ui-picker and related imports

* [KFI]refactor: Improving typesafety

* [KFI]refactor: Improve typesafety vol. 2

* [KFI]chore: Update version number and some of the dependencies

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/2.3.0 (#148)

* [KFI]chore: Set material-ui 3.1.1 as fix dependency because the build fails with material-ui-picker

* [KFI]fix: Remove full form validation check from new view

* [KFI]chore: Update depencies

* [KFI]build: Add allosyntheticdefaultimports into tsconfig

* [KFI]refactor: Change react import

* [KFI]docs: Add comments to fieldsetting interfaces

* [KFI]feat: Add autocomplete fieldcontrol

* [KFI]docs: Add comments to fieldsetting interfaces

* [KFI]fix: Fix a browse view styling issue

* [KFI]fix: Make the controls storybook compatible and improve browse views

* [KFI]chore: Update version number

2.2.6

Toggle 2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/2.2.6 (#143)

* [KFI]chore: Set material-ui 3.1.1 as fix dependency because the build fails with material-ui-picker

* [KFI]fix: Remove full form validation check from new view

* [KFI]chore: Update version number

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/2.2.1 (#131)

* [KFI]fix: Fix filename control to handle extension

* [KFI]fix: Fix edit view's onsubmit method to handle changed fields

* [KFI]chore: Update versionnumber

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.1.1 (#124)

* [KFI]fix: Set autofocus on displayname field

* [KFI]chore: Update versionnumber to 2.1.1

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 2.1.0 (#120)

* [KFI]fix: Make repository an input param of the mapper, should be set when the mapper is called

* [KFI]fix: Fix mapper related stuff and make number of columns configurable

* [KFI]fix: Change the order and the color property of the buttons

* [KFI]fix: Remove top margin of the button container div

* [KFI]fix: Remove top margin of the button container

* [KFI]refactor: Make handling click on the cancel button configurable

* [KFI]fix: Update dependencies and fix related

* [KFI]feat: Add submit and cancel handling callback props to views

* [KFI]chore: Update version number

* [KFI]chore: Update version number

2.0.2

Toggle 2.0.2's commit message
[KFI]chore: Fix package

2.0.1

Toggle 2.0.1's commit message
[KFI]chore: Update versionnumber to 2.0.1

2.0.0

Toggle 2.0.0's commit message
[KFI]chore: Make the package public

1.0.1-beta.1

Toggle 1.0.1-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge fix/views to master (#53)

* chore: Add enviroment related stuff (configs, empty test and index files, package.json)

* Feature/basic taskrelated controls (#6) (#8)

* chore: Add enviroment related stuff (configs, empty test and index files, package.json)

* feat: Add basic view- and fieldcontrols

* feat: Add textarea, tagsinput and rte controls and fix some ui issues

* feat: Add new and browse views' basics and related fieldcontrol changes

* chore: Update dependencies

* feat: Add ReichTextEditor control

* feat: Add browse view of datepicker, number and ddlist controls

* fix: Fix some view styling issues

* feat: Add number field client-side validation basics

* feat: Add styleguide

* build: Add and modify npm and other config related stuff

* feat: Add password fieldcontrol

* feat: Add content save

* feat: Connect viewcontrols with possible outer components

* build: Prepare repository publish it as a control package not as an app

* build: Remove create-react-app stuff, add postbuild script with css copy

* docs: Add doc comments

* refactor(ViewControls): Remove some of the view props because of the new sn-client-js API

Remove schema, type and repository params, because they are available through API with a content

* refactor(ViewControls): Made history and onSubmit params optional

* refactor(ViewControls): Remove schema param from BrowseView

Remove schema param from BrowseView because it is available through the API by the given content

* fix(FieldControls): Fix default state by action of the fieldcontrols

* docs: Add examples and sample code to README.md

* ci(Travis): Remove test and coverage scripts from travis.yml

* build: Update dependencies

* ci: Remove test scripts temporary to fix the build

* fix(ControlMapper): Fix controlmapper and views after sn-client-js update

* chore: Update dependencies

* chore: Update version number to 1.0.1-beta.1
0