Skip to content
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

Browser's hash not updating #909

Closed
JuneYubin opened this issue Nov 23, 2017 · 9 comments
Closed

Browser's hash not updating #909

JuneYubin opened this issue Nov 23, 2017 · 9 comments
Assignees
Labels

Comments

@JuneYubin
Copy link

In slate's description it says: As you scroll, your browser's hash will update to the nearest header.

However, the browser's hash is not getting updated at the example docs:
http://lord.github.io/slate/

Here, the update works:
https://www.flex.io/docs/web-app/

Does this feature still exist or is this a bug? The title updates itself just fine though.

Thank you for your help!

@lord
Copy link
Member

lord commented Nov 23, 2017

No, this is my fault — it was removed to avoid repeatedly adding items to the HTML5 history as you scrolled, but I now am realizing that we should just be using replaceState or whatever it's called instead of addState. Whoops. Thanks for the bug report.

@lord lord changed the title Browser's hash not updating? Browser's hash not updating Nov 23, 2017
@lord lord self-assigned this Nov 23, 2017
@lord lord added the bug label Nov 23, 2017
@wcurtis
Copy link

wcurtis commented Jan 15, 2018

Would be great to see this re-added with replaceState. Love this project ❤️

@anfedorov
Copy link
Contributor

Happy to make a PR if you don't have time for this.

@lord
Copy link
Member

lord commented Jan 29, 2018

Yuss would love one!

anfedorov pushed a commit to anfedorov/slate that referenced this issue Jan 29, 2018
anfedorov pushed a commit to anfedorov/slate that referenced this issue Jan 29, 2018
…ry.replace() instead

generated from commit da91fcb
anfedorov pushed a commit to anfedorov/slate that referenced this issue Jan 29, 2018
@anfedorov
Copy link
Contributor

anfedorov commented Jan 30, 2018

PR #949 should do it!

@anfedorov
Copy link
Contributor

@lord does it need anything else? happy to run through tests if there's something non-obvious.

@fm-shift
Copy link

@JuneYubin @lord is this based on slate?

https://www.flex.io/docs/web-app/

@dzwillia
Copy link

Hi there @fm-shift,

We started our docs journey with Slate, but for a couple of reason, ended up migrating to Hexo for our docs and the rest of our website. For a time we were using Jekyll for our website and Slate for our docs and it just made sense with some of the direction we wanted to go with our docs for us to bring both worlds together. Slate certainly does a nice job with the "two-column" approach, but in the end, that wasn't the big pull for us. Ultimately, too, we're not a Ruby shop and didn't want to have to maintain the Ruby codebase.

Hope that helps!

@fm-shift
Copy link

@dzwillia Thanks 👍

@slatedocs slatedocs deleted a comment from Dana2109 Jul 5, 2018
@slatedocs slatedocs deleted a comment from Dana2109 Jul 5, 2018
@lord lord closed this as completed in 76b06fe Jul 5, 2018
floriandejonckheere pushed a commit to OpenWebslides/documentation that referenced this issue Jul 21, 2018
matthieu pushed a commit to blockcypher/docs that referenced this issue Nov 8, 2019
* Minor English Tweak

Replace `a` with `an`

* Add deploy configuration with a port set option

Addressing slatedocs#463

* Fixes slatedocs#440, version 1.3.2

* Add link to wiki

* Note the need for an upgraded Ruby

* Add JavaScript examples

* Update rouge languages link in README

* Add PR template

* Add issue template

* Update readme

* Remove CONTRIBUTING

* Bump CHANGELOG

* Word missing on Readme.md (slatedocs#592)

* make scss variables changeable

all variables should only provide a default

this would allow us to include the screen.scss and simply set the variables we want to change before that.

* Add Ruby 2.2.0 to Travis testing matrix

* fix -margin

* Add some company links to readme

* Remove unused gem middleman-gh-pages

* Update middleman-syntax

* Upgrade sprockets

* Fix another bug where disabling language tabs didn't properly hide HTML

* Update ruby version requirements in Travis and README

* Fix bug where -margin wasn't properly respected even if search was off

* Fix build, update middleman

* Exec middleman server fails with invalid flags --force-polling and -l. Removed the flags to remedy.

* Update language list link and count in README

* Add back in middleman flags to Vagrant with new flag syntax

* Fix incorrect documentation in deploy.sh

* Update pull requset template

* Cut version 1.4.0

* Fix Woocommerce link in readme

* Adding Scale to the list of companies. (slatedocs#694)

* Add Ruby 2.3.3 to tested rubies

* Add multiple-tabs-per-language test

* Latest middleman - fixing startup arguments (slatedocs#653)

As per middleman/middleman#1866 (comment)
Tested. It works.

* Update redcarpet gem to 3.4.0 which will solve the unicode error with (slatedocs#660)

h1/h2.
See vmg/redcarpet#538

* Updated Mozilla localForage link (slatedocs#665)

Old link was broken

* Add Ruby 2.4.0 to .travis.yml

* Update middleman and middleman-sprokets, run bundle update

* Update code highlighting theme from Base16::Monokai to just Monokai

* Switch theme from Monokai to the less neon MonokaiSublime

* Allow Ruby 2.4.0 to fail for now

* Update to middleman 4.2.1 for ruby 2.4 fix

* Typo Fix (slatedocs#693)

* Fix Woocommerce link in readme

* Fixed _errors.md typo

* Remove multiple language example from readme, users should just check wiki for instructions

* Add version 1.5.0 changelog notes

* Add webkit-transform hack to fix chrome rendering, fixes slatedocs#538

* Make logo-margin work even if search is enabled, see slatedocs#692 for details

* Static table of contents (slatedocs#701)

* Add showing/hiding submenus, fix sidebar styling, fix bug where includes wouldn't appear in ToC

* Update ToC to highlight last header if page is scrolled to very bottom, fixes slatedocs#280

* Set HTML title to current h1 section text, see slatedocs#133

* Fix menu not opening on mobile

* Add back increase toc item height on mobile

* Fix padding bug

* Add back in ToC sliding animation

* Update ToC to preserve italics, see slatedocs#551

* Fixing an issue when no language is specified (slatedocs#707)

parts[0] can lead to a nil class exception. Using the ternary gives the same functionality without causing things to fail

* Update gradients and colors for a more 2017 look

* Fix bug where clicking link in ToC wouldn't hide ToC on mobile

* Add styling to parent links of current link

* Fix bug with no-language code blocks erroring, fixes slatedocs#716

* Bump links in readme

* Fix screenshot link in readme

* Switch default fonts to system fonts, very slightly blueify default colors

* Fix nav subitem bg

* A Vagrantfile based on debian/jessie64 (slatedocs#708)

* Add VagrantFile compatible from debian/jessie64 box and latest ruby stable version (2.4.0)

* Fix indent in vagrantfile for jessie64

* Remove Vagrantfile for Jessie

* Replace Vagrantfile with debian/jessie and last ruby version

* Adds unique header creation (slatedocs#743)

* Vagrant file fix for ubuntu/trusty64 (slatedocs#769)

* Fix screenshot link in readme

* Vagrant file fix for ubuntu/trusty64

* Update README.md (slatedocs#787)

Looks like mozilla has moved to something else.

* Add new issue template

* Update PR template

* Update issue template again

* Require Ruby 2.3.1

* Update sponsor explanation text in readme

* Solve improperly nested header problem, fixes slatedocs#711

* Fix bug where head count always got larger across reloads

* Remove old ruby from travis

* Add configurable keypress delay before initiating search (slatedocs#764)

* Add JavaScript Runtime to Readme (slatedocs#796)

* Update Vagrant to Ruby 2.4 (slatedocs#803)

fixes slatedocs#802

* Fix bug with initial load of ToC always jumping to top

* Add note about language tabs as comment in default yaml frontmatter

* Add 2.0.0 release notes

* Add a few more release notes

* Create CODE_OF_CONDUCT.md

* Update_errors.md (slatedocs#815)

Adding some punctuation marks.

* Changes retrieves to deletes

I think the use of the word retrieves in the DELETE request is used mistakenly.

* Document `--source-only` and add `--push-only`

The `--source-only` already works to only build and not deploy. But
sometimes we want to just push and not build. An example of that is
when you want to use Docker to build the project, avoiding the
installation of the whole Ruby environment in your computer.

This commit adds `--push-only` to add the ability to execute only the
actions related to `git` and avoid the project build.

No API was broken by this commit, it's a minor change.

* Update_lang.js

on line 101 missing a semicolon

* Correct capitalization of PayPal and GitHub

* Add border width to negative margin to prevent jumps

* Update screen.css.scss

Add possibility to have the ´code´ tag inside the content tables

* source: update index.html.md s/tripit/lord/g

* Do not push history state. The browser already handles back properly (slatedocs#878)

* Slate RTL (slatedocs#842)

* Comment out rtl direction by default

* Fix data-title attribute for H2 elements in TOC (slatedocs#884)

I believe the data-title attribute for H2 elements was mistakenly using the parent H1 content as its value, rather than its own content.

* Add 2.1.0 changelog notes

* Add editorconfig (slatedocs#891)

* Update nav-text to update toc text too, fixes slatedocs#885

* Add optional NestingUniqueHeadCounter header ID generator



* Move nesting generator to separate class

* Major bug fix, code simplification

* Get rid of global value, use class variable instead.

* fixed Markdown code formatting using backticks inside HTML code block in _errors.md (slatedocs#905)

* Parameterize ToC titles, remove html tags from slug (thx seweil), fixes slatedocs#904

* Fix slatedocs#837 Chinese, Russian headers, thx finalnova

* Fix bug where wrapping the logo in an <a> tag would brake it

* remove unneccessary offensive language :hug: (slatedocs#910)

* Update README.md (slatedocs#919)

Fixed typo

* Add notes about spectrum

* Add changelog for 2.2

* Allow strikethrough with two tildes in markdown, fixes slatedocs#929

* Upgrade to latest jQuery (3.2.1) (slatedocs#939)

* Fix broken list, replaces slatedocs#918

* Increase memory of Vagrant, fixes slatedocs#601 hopefully

* Cleans HTML before setting document.title (slatedocs#946)

Fixes slatedocs#945

* Update .editorconfig to allow trailing whitespace in .md files (slatedocs#947)

* Rename OS X as macOS (slatedocs#950)

* Rename OS X to macOS in deploy.sh comment (slatedocs#951)

* Fixes slatedocs#909, reverts "don't pushState", using replaceState instead (slatedocs#949)

Partially reverts 95f924f.

* Remove IBM from "Companies Using Slate" (slatedocs#964)

* Remove outdated Fidor Bank example (slatedocs#963)

* Factor nav-padding into search input width (slatedocs#967)

Hardcoded value of 30px no longer works when navigation padding is changed. This is now calculated dynamically.

* Make quotes consistent in Gemfile (slatedocs#983)

* Remove invalid links (slatedocs#979)

* [Security] Bump nokogiri from 1.6.8.1 to 1.8.2 (slatedocs#980)

* Adding js to language bindings in sample intro (slatedocs#1000)

* Fix ToC issues, fix slatedocs#995

* Cut version 2.3

* Update sprockets, cut version 2.3.1

* Update issue template to direct users to changelog instead of git commits

* [Security] Bump nokogiri from 1.8.2 to 1.8.5 (slatedocs#1026)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.5. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.8.2...v1.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update link in .editorconfig to https (slatedocs#1049)

* Fix lowercase "c" in "WooCommerce". (slatedocs#1043)

* Update issue templates

* [Security] Bump ffi from 1.9.17 to 1.9.25 (slatedocs#1017)

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.17 to 1.9.25. **This update includes security fixes.**
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.9.17...1.9.25)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump rack from 2.0.5 to 2.0.6 (slatedocs#1038)

Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.5...2.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bundle update; upgrade middleman, add sass gem

Patch taken from slatedocs#1092, thanks jakemack

* Update to bundler 2.0 in travis.yml

* updated config.rb to activate asset_hash (slatedocs#1076)

* change example link correctly (slatedocs#1130)

* Change default value of base fork in PR template (slatedocs#1137)

* Updated README.md from lord/slate to slatedocs/slate (slatedocs#1140)

* Update url for travis badge

* [Security] Upgrade nokogiri to 1.10.4 (slatedocs#1150)

* Cut version 2.4.0

* Remove Slate specific files

* Fix merge conflict in README.md

* Remove demo file

* Revert index

* Redo branding enable search

* Reintroduce websocket and ganalytics

* Fix example css

* Fix test and css
curreli pushed a commit to curreli/slate that referenced this issue Apr 6, 2020
patrickryan79 added a commit to patrickryan79/slate that referenced this issue Oct 15, 2020
* Add editorconfig (slatedocs#891)

* Update nav-text to update toc text too, fixes slatedocs#885

* Add optional NestingUniqueHeadCounter header ID generator



* Move nesting generator to separate class

* Major bug fix, code simplification

* Get rid of global value, use class variable instead.

* fixed Markdown code formatting using backticks inside HTML code block in _errors.md (slatedocs#905)

* Parameterize ToC titles, remove html tags from slug (thx seweil), fixes slatedocs#904

* Fix slatedocs#837 Chinese, Russian headers, thx finalnova

* Fix bug where wrapping the logo in an <a> tag would brake it

* remove unneccessary offensive language :hug: (slatedocs#910)

* Update README.md (slatedocs#919)

Fixed typo

* Add notes about spectrum

* Add changelog for 2.2

* Allow strikethrough with two tildes in markdown, fixes slatedocs#929

* Upgrade to latest jQuery (3.2.1) (slatedocs#939)

* Fix broken list, replaces slatedocs#918

* Increase memory of Vagrant, fixes slatedocs#601 hopefully

* Cleans HTML before setting document.title (slatedocs#946)

Fixes slatedocs#945

* Update .editorconfig to allow trailing whitespace in .md files (slatedocs#947)

* Rename OS X as macOS (slatedocs#950)

* Rename OS X to macOS in deploy.sh comment (slatedocs#951)

* Fixes slatedocs#909, reverts "don't pushState", using replaceState instead (slatedocs#949)

Partially reverts 95f924f.

* Remove IBM from "Companies Using Slate" (slatedocs#964)

* Remove outdated Fidor Bank example (slatedocs#963)

* Factor nav-padding into search input width (slatedocs#967)

Hardcoded value of 30px no longer works when navigation padding is changed. This is now calculated dynamically.

* Make quotes consistent in Gemfile (slatedocs#983)

* Remove invalid links (slatedocs#979)

* [Security] Bump nokogiri from 1.6.8.1 to 1.8.2 (slatedocs#980)

* Adding js to language bindings in sample intro (slatedocs#1000)

* Fix ToC issues, fix slatedocs#995

* Cut version 2.3

* Update sprockets, cut version 2.3.1

* Update issue template to direct users to changelog instead of git commits

* [Security] Bump nokogiri from 1.8.2 to 1.8.5 (slatedocs#1026)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.5. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.8.2...v1.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update link in .editorconfig to https (slatedocs#1049)

* Fix lowercase "c" in "WooCommerce". (slatedocs#1043)

* [Security] Bump ffi from 1.9.17 to 1.9.25 (slatedocs#1017)

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.17 to 1.9.25. **This update includes security fixes.**
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.9.17...1.9.25)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump rack from 2.0.5 to 2.0.6 (slatedocs#1038)

Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.5...2.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bundle update; upgrade middleman, add sass gem

Patch taken from slatedocs#1092, thanks jakemack

* Update to bundler 2.0 in travis.yml

* Update issue templates

* updated config.rb to activate asset_hash (slatedocs#1076)

* change example link correctly (slatedocs#1130)

* Change default value of base fork in PR template (slatedocs#1137)

* Updated README.md from lord/slate to slatedocs/slate (slatedocs#1140)

* Update url for travis badge

* [Security] Upgrade nokogiri to 1.10.4 (slatedocs#1150)

* Cut version 2.4.0

* Use the full Apache License 2.0 text in LICENSE

Per the Apache Software Foundation guidelines for applying the Apache License 2.0:
https://www.apache.org/foundation/license-faq.html#Apply-My-Software

> You should include a copy of the Apache License, typically in a file called LICENSE, in your work, and consider also including a NOTICE file.

* Update GitHub Links on example generated site (slatedocs#1196)

* Update Vagrantfile to Ubuntu 18.04 (slatedocs#1158)

* Slate 2.4 breaks vagrant

* Update Vagrantfile

* Update Vagrantfile

* Ignore generated log file from running Vagrant

* Update tested versions of ruby on Travis (slatedocs#1160)

* Fully parse arguments first in deploy (slatedocs#1153)

* Do not build sources when using --help

* Use variables for build/push if statements

* fix error message

* List maintainers in README (slatedocs#1164)

* Install nodejs in Vagrantfile (slatedocs#1202)

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>

* add Dockerfile (slatedocs#1124)

* add Dockerfile

add Dockerfile

* Update Dockerfile

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>

* add instructions to running docker to README

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Remove line in README about Docker wiki

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* update middleman dep to 4.3.6

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* update middleman-syntax and rouge to ~>3.2

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* update nokogiri to ~> 1.10.8

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* add 2.5.0 release to changelog

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* update screenshot in README with new rouge styling (slatedocs#1228)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* fix bc style breaks from rouge 3.x (slatedocs#1226)

* fix bc style breaks from rouge 3.x

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* use bright_pink for Name::Label

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Change instructions to use templates instead of forking (slatedocs#1234)

* disable asset hash for woff and woff2 files out of the box (slatedocs#1231)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* switch to using debian for docker base for bash (slatedocs#1233)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* update sassc to 2.3.0 in Gemfile.lock

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* v2.6.0 release

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Update bug report templates, remove links to Spectrum (slatedocs#1239)

* Replace travis with github actions (slatedocs#1240)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* add missing middleman build step to deploy gh workflow

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Replace README Getting Started with links to wiki (slatedocs#1246)

* Bump middleman from 4.3.6 to 4.3.7 (slatedocs#1247)

Bumps [middleman](https://github.com/middleman/middleman) from 4.3.6 to 4.3.7.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/v4.3.7/CHANGELOG.md)
- [Commits](middleman/middleman@v4.3.6...v4.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* cut v2.6.1 release (slatedocs#1249)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Fix broken "Getting Started" link in README (slatedocs#1251)

* Fix link to wiki in README (slatedocs#1253)

* master -> main (slatedocs#1264)

* Update deploy.yml (slatedocs#1265)

master -> main branch

* Remove outdated special thanks section: README.md (slatedocs#1267)

Fixes slatedocs#1243

* Fix username typo in changelog (slatedocs#1256)

Correct Github username to jakemack from jackmack

* Update JavaScript dependencies (slatedocs#1248)

Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>

* Bump rouge from 3.17.0 to 3.19.0 (slatedocs#1242)

Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.17.0 to 3.19.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v3.17.0...v3.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* mark files under source/javascripts/lib as vendored by GitHub statistics

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Bump redcarpet from 3.4.0 to 3.5.0 (slatedocs#1241)

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](vmg/redcarpet@v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump rouge from 3.19.0 to 3.20.0 (slatedocs#1260)

Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v3.19.0...v3.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* [Security] Bump rack from 2.2.2 to 2.2.3 (slatedocs#1262)

Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3. **This update includes a security fix.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@v2.2.2...2.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* use different rouge theme for printing (slatedocs#1259)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* add copy to clipboard icon to code boxes (slatedocs#1258)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Fix handling ToC selectors that contain punctuation (slatedocs#1109)

Tools like go-swag can produce schemas with IDs that contain '.' and
other characters that are used in CSS notation. Those IDs can't be used
properly in a jQuery selector unless the special characters are escaped.

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>

* fix language bar truncating long list of langs (slatedocs#1266)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Strip HTML tags from ToC element with regex before showing in title bar (slatedocs#1120)

* cut 2.7.0 release (slatedocs#1268)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Remove extra space before date for 2.7.0

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Fix link from master to main branch

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* Remove merge conflict lines from README (slatedocs#1274)

* Bump middleman from 4.3.7 to 4.3.8 (slatedocs#1302)

Bumps [middleman](https://github.com/middleman/middleman) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md)
- [Commits](middleman/middleman@v4.3.7...v4.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* cut 2.7.1 release

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

Co-authored-by: Jay Thomas <jay@gfax.ch>
Co-authored-by: Robert Lord <robert@lord.io>
Co-authored-by: Vladimir Morozov <greenhost87@gmail.com>
Co-authored-by: Martius <martius.lim.2015@sis.smu.edu.sg>
Co-authored-by: Gregor Martynus <gregor@martynus.net>
Co-authored-by: Emir Ribić <ribice@gmail.com>
Co-authored-by: Tomi Takussaari <tomi.takussaari@gmail.com>
Co-authored-by: Dan Levy <397632+justsml@users.noreply.github.com>
Co-authored-by: Samuel Cousin <hello@samuelcousin.com>
Co-authored-by: Andrey Fedorov <me@anfedorov.com>
Co-authored-by: al-tr <al-tr@users.noreply.github.com>
Co-authored-by: Jerome Dahdah <developer@dahdah.org>
Co-authored-by: Sebastian Zaremba <1636476+vassyz@users.noreply.github.com>
Co-authored-by: Ricardo Castro <mccricardo@users.noreply.github.com>
Co-authored-by: Grey Baker <greysteil@gmail.com>
Co-authored-by: Nick Busey <NickBusey@users.noreply.github.com>
Co-authored-by: Christian Oliff <christianoliff@yahoo.com>
Co-authored-by: Jeff Stieler <jeff.m.stieler@gmail.com>
Co-authored-by: Dan <48282179+dan-os@users.noreply.github.com>
Co-authored-by: Sam Gilman <thenengah@gmail.com>
Co-authored-by: daniel-korbit <daniel.ji@korbit.co.kr>
Co-authored-by: Arun <slash-arun@outlook.com>
Co-authored-by: Gustavo Gawryszewski <318831+gawry@users.noreply.github.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
Co-authored-by: BigBlueHat <byoung@bigbluehat.com>
Co-authored-by: Alex Mayer <amayer5125@gmail.com>
Co-authored-by: Mike Ralphson <mike.ralphson@gmail.com>
Co-authored-by: Brad Thurber <brad.thurber@gmail.com>
Co-authored-by: Fernando Aguilar <fernando@recargo.com>
Co-authored-by: KaliArch <18329903316@163.com>
Co-authored-by: lord <lord@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ritesh Kumar <ritesh99rakesh@gmail.com>
Co-authored-by: Simon Marcus <simon@pippa.io>
Co-authored-by: jakemack <jakemack@gmail.com>
Co-authored-by: Caleb Crane <caleb@gru.is>
Co-authored-by: Andrew Lloyd Cartwright <andrewlloydcartwright+atlc@gmail.com>
Co-authored-by: McKay Ward <mckay@mckayward.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants