Skip to content

Release 0.8.2#249

Merged
csharpfritz merged 46 commits into
mainfrom
dev
Sep 3, 2020
Merged

Release 0.8.2#249
csharpfritz merged 46 commits into
mainfrom
dev

Conversation

@csharpfritz
Copy link
Copy Markdown
Collaborator

Improved GridView features, completed Button, AdRotator feature support

csharpfritz and others added 30 commits August 16, 2020 12:40
* Fixed bad docs references

* Removed extra GridView doc
Add more unit tests for GridView generated columns
Resolve issues with menu width while sizing browser window closes #199
* Adding a new GitHub action to format code
Add new folder in the ControlSamples called Menu
Add Default.aspx file showing examples of menus
Add Bootstrap CSS styled Menu to the page

Co-authored-by: Matthew Pauloksy <matthew.j.paulosky@boeing.com>
…properties (#213)

* Add AlternateText, ImageUrl and NavigateUrl properties
* Add AdRotator AdCreated event
* Override Ad properties
…#215)

* Make GridView fields render themselves
* Add HyperLinkField for GridView
* Add/update tests for BoundField, HyperLinkField plus small fixes

Took care of a few NullRefs, made property checks case-insensitive (to match Web Forms behavior).
* Fixed formatting in all files except BeforeWebForms

* Fix formatting of BeforeWebForms folder
This more closely matches how System.Web WebForms work by using TypeDescriptors, which are an asbtraction over Reflection and custom metadata providers. This is how DataBinder, data bound controls, and other binding features in ASP.NET work.

Fixes #222
It looks to be accidental that the TemplateFields test used a 'label' HTML element but with Blazor properties. I changed it to use a component with real properties.
…components

Fix TemplateFields test to use Label component
Added style, visible, and tooltip features to Hyperlink to fix #226
Now it navigates to the Docs website
Change from Reflection to TypeDescriptors
Add information about suggested tools for contributing fix #230
* ImageButton implements IHasStyle, visibility, Enable/Disable, ToolTip, ImageAlign attribute

* Simplify rendering using RenderFragment
hishamco and others added 16 commits August 28, 2020 11:17
* Image Visibility, , ToolTip, GenerateEmptyAlternateText, ImageAlign
* Added unit tests
* Add KeywordFilter property to AdRotator with unit test
AutogenerateColumns -> AutoGenerateColumns
* Data Binding Refactoring
* Added samples and tests for implementing style for the button component

* Added CausesValidation feature to the Button

* Now handling the Enabled feature for a Button

* Starting tests for Button features

* Finished Tooltip and Visible implementation

* Added stub UseSubmitBehavior property

* Docs and sample showing PostBackUrl is not supported

* Removed the extra PostbackURL in the button component
@csharpfritz csharpfritz merged commit 15163cd into main Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants