Skip to content

Latest commit

 

History

History
256 lines (188 loc) · 16.5 KB

File metadata and controls

256 lines (188 loc) · 16.5 KB

2.13.0 (2018-10-23)

  • Updated skyux-builder-plugin-stache dependency to ~1.7.0.
    • Added the skyux stache-update command to update your projects SKY UX, SKY UX Builder, and Stache dependencies. The command also deletes the node_modules folder and runs npm install.
  • Style changes to the stache-table-of-contents component. #512
    • Updated TOC to place it to the right of the content on full-size views, and above the content on mobile views.
    • Updated TOC to affix to the top screen and follow users down the page as they scroll on full-size views.
    • Updated TOC to provide a visual indication of the current location on the page on full-size views.

2.12.0 (2018-09-20)

  • Updated prismjs to version 1.15.0 to support all of the latest languages. #532 #537
  • Updated code-block component to allow for users to hide the copy-to-clipboard button. #536
  • Added showInNav property to stache-wrapperto allow users to hide pages from the sidebar. #531
    • Updated to version 1.6.0 of skyux-builder-plugin-stache to support this update.
  • Fixed an issue where Stache header styles were overwriting Skyux style classes. #535

2.11.4 (2018-09-10)

  • Updated the SKYUX dependencies to the latest to avoid certifiacation issues when serving. #529
  • Added a caption input to the stache-image component, allowing users to add a caption to their images. #528
  • Thanks @Blackbaud-ThomasOrtiz!

2.11.3 (2018-08-14)

  • Fixed a bug with the stacheNavLink directive that prevented the use of external urls. #521
  • Updated the dependencies to "@blackbaud/skyux": "2.19.0" and "@blackbaud/skyux-builder": "1.19.2". #521

2.11.2 (2018-08-07)

2.11.1 (2018-08-03)

  • Updated version number for skyux-builder-plugin-stache to 1.5.0, allowing users to have nested directories in the global Stache application data.

2.11.0 (2018-08-02)

  • Added a header to the stache-code-block component that holds the copy-to-clipboard button and shows which language is being displayed. #515

2.10.0 (2018-07-20)

  • Created a stache-copy-to-clipboard component. #506
  • Added the stache-copy-to-clipboard to the stache-code-block.
  • Added accessibility changes to the back to top button. #505
  • Fixed a bug causing the back to top button to move under the footer. #504

2.9.2 (2018-07-02)

  • Style adjustments #498
    • Added padding to the stache-hero at mobile sizes.
    • Adjusted padding to be even at mobile sizes on the container layout.

2.9.1 (2018-07-02)

  • Fixed a style bug that was adding extra margin to the stache-hero component. #496

2.9.0 (2018-06-28)

  • Style fixes. #489
    • The sidebar now properly positions itself under the omnibar, dev bar, and elements above the stache-layout.
    • The sidebar now adjusts its height to not overlap the footer.
    • The page layouts are now a max-width of 1600px.
  • Created the stache-footer component.
    • Added to the footer component to the layout's.
  • Fixed a bug with the affix not functioning properly in IE.
  • Fixed a bug with the affix not calculating the heights properly when applied to a nested element with a relative parent.

2.8.1 (2018-6-20)

  • Style bugfixes. #487
    • Style bugfix with sidebar button overlapping scroll bar.
    • Style bugfix with the container layout being off center.
    • Style change tutorial pattern width.
    • Style bugfix tutorial number z-index lowered.
    • Style enhancement the sidebar-wrapper now adds a class to the stache-container component to always add padding for the sidebar.

2.8.0 (2018-6-19)

  • Refactored and restyled the sidebar layout. #475
    • Created a stache-sidebar-wrapper component.
    • Refactored the styles for the stache-container component.
    • Removed use of the sky-container class.
    • Made better use of the page real estate.
    • Visually separated the nav from the page content as desired.
    • Fixed a bug with jumping sidebar when switching between pages that contained a vertical scroll bar vrs no scroll bar.
    • Fixed an issue with the sidebar not affixing in Internet Explorer.
    • Fixed a bug where the isCurrent styles were not being applied to the current route.
    • Collapsible sidebar made accessing the sidebar nav easier on mobile devices.
    • Meet accessibility testing standards for keyboard and screen reader navigation.
    • Updated the nav-component to make use of aria labels and attributes.
  • Fixed a bug where the sidebar header was not displaying properly when route's were passed into the sidebar manually. #474
  • Added an optional input to the stache-page-anchor component allowing users to specify an id for their anchors. #484 - Thanks @Blackbaud-LoriWeiss!

2.7.2 (2018-5-15)

  • Updated StacheRouterLink to include browser context menu options on right-click and shift/ctrl/cmd+click functionality for opening new tabs/windows. Users should now use StacheRouterLink instead of Angular RouterLink. #458

2.7.1 (2018-5-11)

  • Fixed an issue with the anchor icon on stache-page-anchor's not displaying. #462

2.7.0 (2018-5-9)

  • StacheRouterLink bugfixes #452
    • Fixed issues that stopped the page from navigating to a fragment on another page, if the current page also contained a fragment with the same name.
    • Fixed issue where navigation would not occure if path was . and it contained a fragment.
  • Fixed spacing under stache-edit-button. #454
  • Updated functionality that set browser Page Title. #448
    • Included navTitle and tutorialHeader as options for browser page title when pageTitle stache attribute is absent.
    • Fixed issue where page title would display as - AppName when no title was provided.
  • Fixed an issue where multiple scrollbars would appear with sidebar. #456
  • Fixed an issue where if the route.path was an array, it would never match the currentPath. #456

2.6.0 (2018-4-13)

  • Refactored Table of Contents and Page Anchor components. #441 - Thanks @Blackbaud-StacyCarlos!
    • Fixed a bug where the TOC would not load links until the user scrolled.
    • Refactored the page anchors to allow nested anchors from child components to still load in the TOC.
  • Fixed a bug that caused tutorial card headers to have too much space above the title when the Omnibar was present. #440

2.5.2 (2018-4-11)

  • Fixed a bug that caused the sidebar to jitter when it required a scroll bar while the main content did not. #438

2.5.1 (2018-4-2)

  • Fixed a bug that caused stache-code-block to render without new lines in IE11. #433
  • Fixed a bug that caused the window to scroll too far down on stache-page-anchors when omnibar was present without affix-top being called first. #431

2.5.0 (2018-3-28)

  • Routing and navigation updates: #426
    • Updated nav component to support the use of route params in the url.
    • Refactored components to use the router service when determining active URL.
    • Refactored scrollToElement to use element.scrollIntoView.
    • Fixed a bug with breadcrumbs displaying the route params when present in the url.
    • Fixed a bug with in-page navigation and fragment routing when route params were present in the url.

2.4.0 (2018-1-25)

  • Added link directive. #382
  • Added edit button component. #379

2.3.0 (2017-12-4)

  • Fixed a bug with the Affix overlapping when used with the omnibar. #374
  • Removed Smooth Scroll. #378
  • Added Search as an explicit dependency. #381
  • Fixed various bugs with the sidebar, including text overlapping issues, jumping issue with long sidebars. #334

2.2.0 (2017-11-29)

  • Removed Search Provider. #361
  • Added Markdown component. #353

2.1.0 (2017-11-3)

  • Added Search Provider for site search. #320
  • Added HTTP Service. #342

2.0.1 (2017-09-29)

  • Removed Swagger UI component due to build-time issues. #328
  • Fixed style bug with tutorial header component. #329

2.0.0 (2017-09-27)

  • Added support for SKY UX Builder ^1.0.0 and SKY UX ^2.0.0. #324
  • Added Swagger UI component. #306
  • Added alt attribute support for image component. #310
  • Fixed omnibar covering page anchors. #317
  • Fixed incorrect styles for table of contents component. #314

2.0.0-rc.3 (2017-08-31)

  • Added support for SKY UX Builder 1.0.0-rc.17 and SKY UX 2.0.0-rc.12. #299
  • Added <stache-blockquote> component. #297
  • Fixed a bug causing Stache 2 sites without the name property set in skyuxconfig to show as unknown in analytics. #298

2.0.0-rc.2 (2017-08-11)

  • Added support for <stache-code-block>'s in <stache-include> blocks to contain { and }. #13
  • Updated navOrder to allow nav order to be set on only one item. #288
  • Limited support for navOrder values to Counting Numbers. #288
  • Added support for SKY UX Builder 1.0.0-rc.15. #289
  • Added support for SKY UX 2.0.0-rc.10.#287

2.0.0-rc.1 (2017-07-26)

  • Moved SKY UX to peer dependency. #283

2.0.0-rc.0 (2017-07-26)

  • Converted StachePageAnchorComponent to an anchor tag, to allow users to open the link in a new window. #277
  • Added search form to StacheActionButtonsComponent. #270
  • Removed custom bundling commands, relying on SKY UX Builder's new skyux build-public-library command. (#234)[blackbaud#234]
  • Added support for external URLs in StacheActionButtonsComponent. #262
  • Added ability to include property bindings in StacheTableOfContentsComponent. #261
  • Added support for SKY UX 2.0.0-rc.9. #278
  • Added support for SKY UX Builder 1.0.0-rc.12.
  • Updated version of Node.JS due to security implications. #264
  • Fixed StacheAffixComponent sizing issues on smaller screens. #279
  • General cleanup and refactoring of existing code. #276 #269 #267 #259 #260

2.0.0-beta.9 (2017-07-06)

  • Added navOrder to <stache> tag, to allow ordering of sidebar routes. #242
  • Added more language options for StacheCodeBlockComponent. #245
  • Added support for SKY UX 2.0.0-rc.4.
  • Added support for SKY UX Builder 1.0.0-rc.6.
  • Fixed bug with StacheAffixComponent. #250

2.0.0-beta.8 (2017-06-30)

  • Added support for SKY UX 2.0.0-rc.2.
  • Added support for SKY UX Builder 1.0.0-rc.4.

2.0.0-beta.7 (2017-06-22)

  • Updated SKY UX to 2.0.0-rc.1.

2.0.0-beta.6 (2017-06-22)

  • Moved @blackbaud/skyux to package dependencies.

2.0.0-beta.5 (2017-06-22)

  • Updated SKY UX to 2.0.0-rc.0.
  • Updated SKY UX Builder to 1.0.0-rc.2.
  • Adjusted components to support Angular 4.x. #101

2.0.0-beta.4 (2017-06-16)

  • Updated version of plugin to accept all patch releases.

2.0.0-beta.3 (2017-06-15)

  • Fixed JSON Data, Route Metadata, and Config Service providers.
  • Consolidated all plugins into a single plugin. blackbaud/skyux-builder-plugin-stache
  • Fixed StacheAffixTopDirective width bug. #221
  • Removed StacheConfigService and SkyAppConfig from app-extras.module.ts.

2.0.0-beta.2 (2017-06-08)

2.0.0-beta.1 (2017-05-31)

  • Updated dependencies and included the Auth Email Whitelist plugin.
  • Updated README.
  • Fixed async tests. #159

2.0.0-beta.0 (2017-05-12)

  • Initial release to NPM.