You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for empty local variables (#854)
* feat Add support for empty local variables
* feat CHANGELOG udpate
* feat Working through local variable updates
* feat Working through challenges moving to empty variables in the component mixins
* feat Applying empty local variables
* feat Fix typo in band story
* feat Add some more documentation to the sass
* feat Update local function references and update toast for local vars
* feat Remove commented out variable print
* feat Update modal
* feat Update tabs
* feat Add theming to page-status
* feat Adjusting implementation on the accordion
* Simplify functions!
* feat Fix improperly escaped parens
* feat Update documentation
* feat Update documentation with best practices
* feat Revert accidental updates to variable names
* feat Clean up unnecessary interpolation
* feat Remove unnecessary interpolation from autocomplete
* feat Remove unneeded interpolation from avatar, badge, and band
* feat Cleaning up references and interpolation in band, card
* Apply suggestions from code review
* feat Fix compile error
* feat Revert doc updates, new PR opened for these
* feat Update changelog, remove doc update
* feat Working through dropdown updates
* feat Fix a find-replace error in doc for pfe-surface
* feat Rename and remove alias for set local function
* feat Abstract repo variable and local value
* feat Ensure all pfe prefixes reference repo var
* feat Replace repo variable across the project
* feat dropdown items using new syntax now
* feat Jump links still broken but bringing items together to make styling easier
* feat Add empty local variable updates to pfe-jump-links
* feat Fix band local theme ref
* feat Remove change to jump links template
* Remove dupe from changelog
* feat Use the pfe-print-local tool in accordion
* feat Apply updated format to pfe-cta
* feat Update modal
* feat Adjust navigation and select components for new empty loca vars
* feat Add context to broadcasted output
* feat Clean up empty map
* feat git checkout origin/master -- elements/**/package-lock.json
* feat Pull out package-lock updates
* feat Adjust maxWidth on cta
* feat Fix self-referencing broadcast variables
* Update elements/pfe-sass/functions/_custom-properties.scss
Co-authored-by: Kendall Totten <ktotten@redhat.com>
* feat Remove interpolation from pfe-toast and revert variablizing --pfe on custom props
* feat Update generator notes and docs; add backwards support in avatar
* feat Add comments to self-referential maps
* feat Navigation item, remove interpolation and commented out code
* feat Update a few merges to deep merge with LOCAL-VARIABLES maps; add comments
* feat Move new maps to shared assets file for readability
* feat Backwards compatibility for pfe-dropdown
* feat Fallback for pfe-dropdown property naming
* feat Additional fallback styles for variable naming
* feat Align pfe-health-index with design variables
* feat Update variable use in pfe-health-index
* feat Add TODO notes
* feat Setting up accordion for future updates to allow for empty local vars
* remove repo find/replace in comments
Co-authored-by: Kendall Totten <ktotten@redhat.com>
* feat Fix issue with earth variant hover tabs
* Remove prefix interpolation from comment string
Co-authored-by: Kendall Totten <ktotten@redhat.com>
* feat Resolve some code review feedback
* feat Fix the accordion disclosure issue noted in code review
Co-authored-by: Kendall Totten <ktotten@redhat.com>
Copy file name to clipboardExpand all lines: CHANGELOG-prerelease.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
+
## Prerelease 52 ( TBD )
2
+
3
+
-[](https://github.com/patternfly/patternfly-elements/commit/) feat: Add support for empty local variables
4
+
1
5
## Prerelease 51 ( 2020-07-16 )
2
6
3
7
-[6965df](https://github.com/patternfly/patternfly-elements/commit/6965df7214f1cda636337093e0bf22bfc658403d) fix: Support nested tabs or accordions inside pfe-content-set
8
+
-[49c6146](https://github.com/patternfly/patternfly-elements/commit/49c6146fbaed4cf6ca8d198e107471b53fe07796) feat: Add generator label to new PRs where appropriate, add .github folder to tools
4
9
5
10
## Prerelease 50 ( 2020-06-26 )
6
11
@@ -17,9 +22,6 @@
17
22
- Update paths to built-in sets: (#723)
18
23
- Storybook icon listing: (#728)
19
24
- Icon panel storybook: (#719)
20
-
-[cf010c1](https://github.com/patternfly/patternfly-elements/commit/cf010c18c404e07d59eab775ee44552f52627bde) feat: Automerging PRs based on labels
0 commit comments