mirror of
https://github.com/bitwarden/help
synced 2025-12-18 01:03:27 +00:00
* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
95 lines
2.1 KiB
Plaintext
95 lines
2.1 KiB
Plaintext
2.0.0 / 2020-10-28
|
|
==================
|
|
|
|
- Drops official support for Ruby 1.9.x with and of life on 2015-02-23
|
|
- Drops official support for Ruby 2.0.x with and of life on 2016-02-24
|
|
- Drops official support for Ruby 2.1.x with and of life on 2017-03-31
|
|
- Drops official support for Ruby 2.2.x with and of life on 2018-03-31
|
|
- Drops official support for Ruby 2.3.x with and of life on 2019-03-31
|
|
|
|
1.8.0 / 2017-05-16
|
|
==================
|
|
|
|
* Top and bottom borders can be disabled (@kubakrzempek, #83)
|
|
* `unicode-display-width` dependency relaxes (@mvz, #88)
|
|
|
|
* Readme and docs fixes (@loualrid, #82 and @leoarnold, #86)
|
|
* Fixed some test-related warnings (@juanitofatas, #81 and @mvz, #89)
|
|
|
|
1.7.3 / 2016-09-21
|
|
==================
|
|
|
|
* Fixed compatibility issues for Ruby 1.9, 2.0, 2.1. (@vivekbisen, #80)
|
|
|
|
1.7.2 / 2016-09-09
|
|
==================
|
|
|
|
* Fix packing table to a minimal width (@vizv, #76)
|
|
|
|
1.7.1 / 2016-08-29
|
|
==================
|
|
|
|
* Update `unicode-display_width` to fix behavior with signal traps [#78, @jrmhaig]
|
|
|
|
1.7.0 / 2016-08-29
|
|
==================
|
|
|
|
All props to @vizv for this release!
|
|
|
|
* Fixed some spec failures
|
|
* Added support for full-width characters (East Asian alphabets, etc)
|
|
|
|
1.6.0 / 2016-06-06
|
|
==================
|
|
|
|
* Added table styles - margin_left, all_separators.
|
|
|
|
1.4.3 / 2011-10-13
|
|
==================
|
|
|
|
* Optimize for faster table output.
|
|
|
|
1.4.2 / 2010-01-14
|
|
==================
|
|
|
|
* Fixed some bugs with colspan
|
|
|
|
=== 1.4.1 / 2009-12-18
|
|
|
|
* Fix column alignment with separators.
|
|
|
|
=== 1.4.0 / 2009-12-18
|
|
|
|
* Can now add :seperator arbitrarily in a table [thanks splattael]
|
|
* Fix common typo: seperator -> separator [thanks splattael]
|
|
|
|
=== 1.3.0 / 2009-10-16
|
|
|
|
* Major refactoring (functionality remains the same)
|
|
|
|
=== 1.2.0 / 2009-08-06
|
|
|
|
* Added colspan support to table
|
|
|
|
=== 1.1.0 / 2009-08-06
|
|
|
|
* Added colspan support to table
|
|
|
|
=== 1.1.0 / 2009-07-13
|
|
|
|
* Added Table#==
|
|
|
|
=== 1.0.5 / 2009-03-14
|
|
|
|
* Allowing nil to be passed to table for headings
|
|
* Revised doc to show that rows can be splatted now
|
|
* Misc refactoring
|
|
|
|
=== 1.0.3 / 2009-01-15
|
|
|
|
* Moved yield or eval to Terminal::Table initialize where it belongs
|
|
|
|
=== 1.0.0 / 2009-01-13
|
|
|
|
* Initial release
|