Releases: refactory-id/bootstrap-markdown
v2.10.0
a898177 - Jeroen Thora : Fixed events config. Closes #215
bdcea68 - Anton Kochnev : Updated russian localization file
5953ec5 - Jeroen Thora : Expanded url protocol check to allow https, mailto and protocol - less URLs. Fixes : #180
d2c02e4 - Jeroen Thora : Backport persian translation from #166. Closes #166
8b2f478 - Jeroen Thora : Support for requireJS and backbone.js
b9f8618 - Jeroen Thora : Added license file and info to bower.json
f7476b7 - Magicalex : add some translation fr
2b3c14c - Vít Kabele : Added cs locale
c7591ab - Jesus Vilar : Fix conflict
0f491a1 - Dan Storm : Created a Danish language file
9f63ef5 - Christian Kosmowski : Merge additional buttons into existing groups if the group name matches an existing group. #184
de2600a - LECKERBEEFde : Fix typo
v2.9.0
- f94a8d5 - Taufan Aditya : Fix exit preview size #165
- 67d6105 - Taufan Aditya : Fix duplicate preview element #170
- cb81c91 - Taufan Aditya : Merge pull request #173 from DavorPadovan/master
- 495d875 - Davor Padovan : Slovenian translation.
- c2ab87f - Jeroen Thora : Merge pull request #167 from mhuggins/support-all-markdown-libraries
- fced7dc - mhuggins : Support any markdown parser via option
- bf29489 - Taufan Aditya : Merge pull request #157 from web777/master
- 411b7b0 - Taufan Aditya : Merge pull request #158 from labilbe/master
- 08ea782 - Franck Quintana : Added ";" to the end of javascript file
- 897c55e - Franck Quintana : Fix bad comment on header
- 3a81736 - WebMaster : added onSelect event
- 0c2f2a8 - Taufan Aditya : Add explicit license that comply with bootstrap [#123]
- e1a5f7f - Taufan Aditya : Merge pull request #147 from Martii/fixPackageJSONrepo
- d4ea427 - Martii : Fix unsupported plural of
repository
in package.json
v2.8.0
aa111ee - Taufan Aditya : Fix #109
846fb30 - Taufan Aditya : Fix #103
a656b66 - Marek Kaput : Added Polish translation
546345d - Jeroen Thora : jshint fixes
d6262b9 - David Underhill : support a comma-separated list of button names
e86d54d - Wasil Siargiejczyk : Update bootstrap-markdown.ru.js
98986e1 - Jeroen van Warmerdam : Support code blocks;
18589b8 - Leandro Poblet : Spanish translation
642d8dd - Kenan Bek : Demo and Documentation link.
d1bad4c - leider : Adding missing translation keys
54298ed - Geoapi : Adding Arabic Translation
1dda9c6 - Sam Kuehn : use fa-header instead on fa-font for header button
ed81eab - benhaile : Update bootstrap-markdown.zh.js
442baaf - Jeroen Thora : Changed twitter bootstrap version constraint, fixes #117
dbc6996 - benhaile : bootstrap-markdown.zh.js
3a7ffb9 - kntmrkm : 'ja' locale file added.
9596a58 - tobias-nitsche : Added german localization
363c69d - Luca Ongaro : do not stop propagation of click/focusin, plus some refactoring
v2.7.0
v2.6.0
- Merge pull request #85 from acrobat/less-import-fix 8d542a5
- Merge pull request #93 from lodev09/master e3a0c1d
- Merge pull request #86 from futhr/numeric-typo e5d8113
- Merge pull request #89 from futhr/js-hint-locales c24eeaf
- Merge pull request #88 from futhr/nb-locale 5f239b4
- Merge pull request #90 from futhr/copy-year 7af516a
- Merge pull request #87 from futhr/sv-locale ef0f7e4
- Merge pull request #91 from futhr/gitignore 998b6bb
- Revert "Revert "Disabled buttons on Preview"" 2546c55
- Revert "Disabled buttons on Preview" ae97880
- Disabled buttons on Preview caf303a
- Fixes typo numeric to number. 7548400
- JS hinted locales. 6e40022
- Add Norwegian locale. 9132f69
- Add Swedish locale. 0f350bc
- Update copyright year. 7303d1c
- Add .gitignore 46afe47
- Removed the import dependency for twitter bootstrap. fixes #71 bfbdfb6
- Merge pull request #77 from acrobat/resize-fix 1a0ef3e
- Merge pull request #79 from ssinss/patch-1 9e6f963
- Merge pull request #80 from duhast/master 2207f0f
- Bump minor version 7ce99e5
- Update bootstrap-markdown.ua.js 188d9dd
- Ukrainian localization 32a537e
- Russian localization 44fd6e1
- Create bootstrap-markdown.kr.js e918c6c
- Added resize option to preview container 055765f
v2.5.0
Added events:
Name | Description |
---|---|
onChange | This will trigger every time you typed in anything on the textarea. The event is triggered by keyup, callbacks from each menu buttons and native textarea.on('change', ... ) event |
Added methods:
Name | Description |
---|---|
hideButtons | Completely hide the specified buttons by name. Using hidden class in boostrap. |
showButtons | Opposite to hideButtons() |
parseContent | Parsing the content is now separated, so you can always call this function to parse the textarea content |
Enhancement And Fixes :
- Out-of-the-box support of jQuery hotkey
- On showButtons, hideButtons, disableButtons and enableButtons methods, the name parameter can now be either an array or string
- Avoid redundancy of keyup trigger.