forked from limbo-works/Limbo.Umbraco.Tables
-
Notifications
You must be signed in to change notification settings - Fork 0
Pulls latest from limbo-works and updates Umbraco references from v10 to v12.3.4 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ane-dwarf
wants to merge
37
commits into
v1/main
Choose a base branch
from
sync
base: v1/main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Doesn't do anything within the context of the table data itself, just a flag so when rendering you can handle it how you want
…e Index property value (limbo-works#4) This will mean only the content of the cells is stored in the examine index and searchable Co-authored-by: Anders Bjerner <[email protected]>
+ updated property index value factory to add source value to one field and search friendly value to another field
Not quite ready to push a new stable major minor.
…o "IHtmlContent" Implements limbo-works#10
Contains some changes to JSON converters that we need for this package.
TablesDataModel: + the "UseFirstRowAsHeader" property is now only true if allowed by the data type + the "UseFirstColumnAsHeader" property is now only true if allowed by the data type + the "UseLastRowAsFooter" property is now only true if allowed by the data type TablesDataRow: + added "Table" property with a reference back to the parent table model + added "IsHeader" property to indicate whether the row is a header row + added "IsFooter" property to indicate whether the row is a footer row TablesDataColumn: + added "Table" property with a reference back to the parent table model + added "IsHeader" property to indicate whether the column is a header column
…TablesDataCell" The properties are now backed by enum types rather than string values.
- added ignore attributes to the "rows" and "columns" properties should be ignored as they don't serve any purpose in the output - added misc attributes for System.Text.Json to ensure the same output as with Newtonsoft.Json
+ updated files to use file-scoped namespace declarations
* Added new cache level data type option Sometimes it can be useful to control the cache level, so now there is an option for it. * Bugfix: styling * Bugfix 2: styling
+ moved new cache level option to the bottom + added some separators
… the corresponding HTML value
This should have been part of the v1.1.0 release 🤦♂️
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.